-
Notifications
You must be signed in to change notification settings - Fork 702
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
does not work
#29
Comments
Assuming it is "npm ERR! code 1 command failed" It occurs when you aren't able to install a specific NPM package with your version of Node.js. To solve the error, install a version of the package that is compatible with your Node.js version and update your dependencies. Assuming your error is with node-sass package. Here is how to solve it: Note: If your error is a different package, replace node-sass with that package name. The second line of the error should show which error it is.
``npm install` |
No error message? If it's the same as my problem, you might need to have python installed on your device to compile the node-sass package |
Besides, your package.json also need some modification of the
into
Last, you will need to modify codes under |
Using node 16 or 18 the installation script seems to be failing
The text was updated successfully, but these errors were encountered: