-
Notifications
You must be signed in to change notification settings - Fork 1.3k
npm ERR! node-sass@3.8.0 install: node scripts/install.js
#1601
Comments
Please read the contributing documentation on how to correctly file an The first step is to delete your node_modules and run npm install.
|
I have the same error, here's the log: |
Hello, We're experiencing the same issue now also. |
I've tried installing with flag
|
That didn't work for us... and running npm as sudo is not recommended. |
I'm getting the same error. |
@kimmings you appear to have a problem with your npm setup. Looks like http://stackoverflow.com/a/31193300/455535 given the first line in the file |
I had this error on Ubuntu 16.04 due to an install issue with nodejs and the wrong path setting |
@omahm Your solution worked like a charm for me. Thanks. |
@nschonni thanks for the tip, however my Path only has |
@kimmings thanks for testing that. All the logs contain |
@nschonni many thanks |
npm install --unsafe-perm node-sass Worked for me, thanks imrealashu! My setup is: Worked for me like this:
NOTE 1: NOTE 2: |
|
node scripts/install.js
node scripts/install.js
@omahm Thanks... that symlink works on me!!! |
Symlink WORKS! |
Symlink works for me too, Thanks alot |
can someone help me? i get these error messages i am using ubuntu budgie if that changes some things up |
nevermind guys i just realized my stupid foult.... |
@WolfAtNight what was your solution? I got the same errors messages that you got after trying to install it. |
1- symlink: ln -s /usr/bin/nodejs /usr/bin/node |
You can also, on Ubuntu/Debian, do:
And then all this stuff will work fine. |
Hi |
Had the same problem, turned out I had kept my project at ~/ in sudo. I can't say why root/ |
npm ERR! node-sass@3.8.0 install:
node scripts/install.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@3.8.0 install script 'node scripts/install.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the node-sass package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node scripts/install.js
npm ERR! You can get their info via:
npm ERR! npm owner ls node-sass
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/vagrant/Code/curiosity/npm-debug.log
The text was updated successfully, but these errors were encountered: