-
Notifications
You must be signed in to change notification settings - Fork 110
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-x64-musl #62
Comments
You're welcome! I'm glad it's helpful. Just install npm i @rollup/rollup-linux-x64-musl --save-dev Or Add the following line to Dockerfile before installing NPM packages: RUN npm i @rollup/rollup-linux-x64-musl --save-dev |
I understand. Does this dependency have any connection to this repository? |
No, It's about Vite, NPM, and probably Node.js base image. |
I managed to solve the issue by removing the "--no-optional" flag from both the "npm install" and "npm ci" commands. It turns out that this was a known bug in NPM, which has been documented in the following issue: npm/cli#4828.
|
Thanks @IgordeOliveira. I made a PR to addressing this issue: #63 |
Thanks for the project! I'm learning a lot. I wanted to report an issue with the Vite build. I'm still trying to solve it, but here are the logs:
Laravel 10 + Filament
The text was updated successfully, but these errors were encountered: