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

This FIXES broken npm installs #64

Open
bbodine1 opened this issue Jul 25, 2023 · 2 comments
Open

This FIXES broken npm installs #64

bbodine1 opened this issue Jul 25, 2023 · 2 comments

Comments

@bbodine1
Copy link

This issue has the resolution but it is buried under a ton of logs: #35

You need to be running node version v10.24.1. I use Volta to switch node versions. NVM is another option.

Supposing you have already tried to run an npm install or yarn install, delete the node_modules folder.

Run:
npm install node-sass@latest

This gave me an error attempting to install but corrected the dependency issue with the main package.json

Then run npm i

This should fix the issue. A ton of packages are deprecated but the project runs. Currently anyway... in July of 2023.

@asterizk
Copy link

asterizk commented Nov 19, 2023

Thank you! This got me up and running (Nov 2023) (I used nvm).

@asterizk
Copy link

asterizk commented Nov 19, 2023

Actually, not quite; 'npm install node-sass@latest' didn't work for me, but 'npm install [email protected]' did (thanks @jordanwilcken -- see here: #21 (comment) )

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