-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Labels
needs-reproneeds to reproduce the bug to figure outneeds to reproduce the bug to figure out
Description
Bug Description
Running pnpm dev on a fresh clone of Cherry Studio v1.8.0 on Windows fails during the electron-vite SSR build step.
Environment
- OS: Windows 11
- Node.js: v25.2.1
- pnpm: 10.27.0
- Visual Studio Build Tools: 2022 (with C++ workload)
Steps to Reproduce
git clone https://github.com/CherryHQ/cherry-studio.gitpnpm install✅ (succeeds)pnpm dev❌ (fails)
Error Output
CherryStudio@1.8.0 dev electron-vite devout/preload/index.js 57.23 kB │ map: 88.27 kB rolldown-vite v7.3.0 building ssr environment for development... [EVAL] Warning: Use of direct eval ELIFECYCLE Command failed with exit code 1.
Notes
pnpm installsucceeds with 0 vulnerabilities- TypeScript typecheck passes with 0 errors
- Preload build succeeds
- Failure occurs during renderer SSR build with rolldown-vite v7.3.0
Expected Behavior
pnpm dev should start the development server and open the Electron window.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs-reproneeds to reproduce the bug to figure outneeds to reproduce the bug to figure out