-
Notifications
You must be signed in to change notification settings - Fork 12
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
Error when running npm install #1
Comments
The error indicates the issue during node-sass compilation. There might be some more lines before the fragment you published which could explain the root cause. Anyway check what prevents node-sass from beining installed maybe you don't have some library required by node-sass |
These are all the error messages before that one. However, I have node-sass installed for other sites in this same machine and it compiles without errors. Could this mean that the package is probably outdated or incompatible with my current node/npm setup?
|
That might be the case. You should try to update node-sass version in package.json |
I get the following error message when I try to run "npm install":
npm -v
6.14.10
node -v
v12.20.1
The text was updated successfully, but these errors were encountered: