-
Notifications
You must be signed in to change notification settings - Fork 192
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
npm install not working #12
Comments
I have the exact same errors, but did not find any solution yet. |
Hey guys if you are getting an error with node-sass, you have to update the node-sass in package.json to a version that is compatible with your nodejs (refer to https://github.com/sass/node-sass) . After which rerun npm install |
Hi @Lorenzobattistela . I deleted package-lock.json file and node modules and rerunned command npm install and it worked fine for me. I hope it does for you too :) |
@mohamedmehdigara its not working for me, would love to know how you went about it thanks |
Delete the node modules and package.json package and then run npm install. |
After cloning the javascript npm install failed
The text was updated successfully, but these errors were encountered: