-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Exit status 3221225477 returned from node scripts/build.js / Windows XP #1326
Comments
Looks like another instance of #1283 to me. |
Filed npm/npm#11024 with the npm project. |
I tried cmd /d /s /c and nothing, still the same error, or maybe im doing it wrong? Btw, sry, i am a novice in this. |
Similar problem on Ubuntu 14.04.1 when running: npm install node-sass
|
@asaarnak your issue is not related. Please open a separate issue after following the troubleshooting guide and capturing all of the output in a GitHub gist. |
@saper happy to close this as a duplicate? |
Not sure yet. I'd rather keep both open in a hope that posters give us some more information. @vzdeadler do you have some antivirus running? are you running as the normal user or are is your account a system administrator? |
I use Avast, but i always turn it off when i do npm installs, my account is system administrator |
So this must be a duplicate of #1283, please continue discussion there. |
We had the same errors when attempting run any script using "npm run-script xxxxx". I eventually discovered that it was due to the GIT install on Windows. I uninstalled the current version and reinstalled the latest version and the errors went away. When installing, we used the default installation options. |
@largomike1 new: Thanks! I now have one more reason to hate git. |
我好像找到了这个问题产生的原因,当我这样写的时候会产生这个错误。 如果我把@extend .submitInput; 去掉这个问题就会解决 |
When i run npm install node-sass i get this error
npm ERR! Windows_NT 5.1.2600
npm ERR! argv "C:\\Archivos de programa\\nodejs\\node.exe" "C:\\Archivos de prog
rama\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "--save" "node-sass"
npm ERR! node v4.2.4
npm ERR! npm v2.14.12
npm ERR! code ELIFECYCLE
npm ERR! node-sass@3.4.2 postinstall: node scripts/build.js
npm ERR! Exit status 3221225477
npm ERR!
npm ERR! Failed at the node-sass@3.4.2 postinstall script 'node scripts/build.js
npm ERR! 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/build.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:
My OS: Windows XP 32 Bits
The text was updated successfully, but these errors were encountered: