-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Failed to install node-sass #1387
Failed to install node-sass #1387
Comments
This issue as been explained many times in the issue tracker.
To build the correct binary after changing your environment run
It's also seems like you're running a very old version of node-sass. However it's unclear because you skipped important parts of the troubleshooting guide
|
Hi @xzyfer . Thanks for your comments - as I'm very much a newbie at this. I've deleted the folder and re-run through troubleshooting instructions, input But I'm still getting an error. Have read through multiple comment streams and am not sure what I need to do next. Would you be able to advise? I've also run 'npm install' but also receive an error related to node-sass.
|
Looks like it installed fine to me.
|
If you want to get rid of the annoying missing package.json dependency, just create a new project with npm init -y and install node sass as a dependency with npm install --save node-sass |
@xzyfer |
funciono excelente el comando npm rebuild node-sass. muchas gracias |
|
Remove pointer compare functions
Following a re-occurring error message I was getting on my code, see below:
I referred to the node-sass troubleshooting instructions and created a new folder to test the installation of node-sass. I receive the following error message - the result was nothing was installed. I've searched for answers on Stackoverflow and Github - but haven't been able to fix this problem. Could someone help?
I'm on OSX with the following specs:
Many thanks.
The text was updated successfully, but these errors were encountered: