Skip to content
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

Cannot find module @rollup/rollup-linux-arm64-gnu. #50

Open
mcmc4519 opened this issue Nov 18, 2024 · 1 comment
Open

Cannot find module @rollup/rollup-linux-arm64-gnu. #50

mcmc4519 opened this issue Nov 18, 2024 · 1 comment

Comments

@mcmc4519
Copy link
Contributor

mcmc4519 commented Nov 18, 2024

Steps to reproduce:

cd ./web
./install.sh

The results in a console:

Cannot find module '@rollup/rollup-linux-arm64-gnu'

open localhost:3000: I see nuxtJS page with error 503

According to researching I found some solution: vitejs/vite#15167

Solution is:

  1. Add to./web/package.json: code below
    "pnpm": { "overrides": { "rollup": "npm:@rollup/wasm-node" } }

  2. Reinstall node_modules:
    rm package-lock.json && rm -rf node_modules && npm i

How we can make changes in this repo?

@xalaida
Copy link
Owner

xalaida commented Nov 18, 2024

I guess the issue only appears on ARM, because right now I cannot reproduce. I will take a look at this later from my macbook.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants