-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default config is broken on OSX - cannot find module @rollup/rollup-darwin-arm64 #10909
Comments
gsovereignty
changed the title
Default config is broken on OSX
Default config is broken on OSX - cannot find module @rollup/rollup-darwin-arm64
Mar 25, 2024
same issue using pnpm (
|
In case anyone else runs into this problem, the solution is to install node and npm from https://nodejs.org/en/download rather than using brew. |
Same problem with node in a dockerized environment (no brew). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When following the standard Svelte guide (
npm create svelte@latest myapp
...) I get an error when VS Code tries to load svelte.config.js:Cannot find module @rollup/rollup-darwin-arm64
I've tried using a fresh install of everything, it's nothing to do with my node directory etc.
Reproduction
Follow the guide at https://svelte.dev/docs/introduction (and use Typescript).
Open the project in VS Code.
Logs
The text was updated successfully, but these errors were encountered: