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 '../lightningcss.linux-x64-gnu.node' #567

Closed
jacob-orbiit opened this issue Aug 18, 2023 · 6 comments · Fixed by ParkingReformNetwork/reform-map#200
Closed

Comments

@jacob-orbiit
Copy link

This appears to have broken on 1.21.5 (I can't repro it on 1.21.3)

Related: #335

@devongovett
Copy link
Member

Probably npm/cli#4828

@silverwind
Copy link

Fix your lockfile: rm -rf node_modules package-lock.json && npm i.

Eric-Arellano added a commit to ParkingReformNetwork/reform-map that referenced this issue Aug 20, 2023
@Eric-Arellano
Copy link

Thanks! @silverwind's suggestion worked for me to fix GitHub Actions erroring when running parcel build with NPM.

@Gurucaara
Copy link

Fix your lockfile: rm -rf node_modules package-lock.json && npm i.
Thanks! @silverwind's suggestion worked for me to fix vercel deployment

@jacob-orbiit
Copy link
Author

jacob-orbiit commented Feb 19, 2024

Heads up: you should never delete your lockfile.

@thomashagstrom
Copy link

How is this closed? Deleting lock file does not help

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

Successfully merging a pull request may close this issue.

6 participants