0
node -v v0.12.2
npm -v 2.7.4
npm config get prefix
d:\OpenServer\OpenServer\domains\Laravel5
我嘗試使用NPM安裝命令和我真的收到此錯誤
d:\OpenServer\OpenServer\domains\Laravel5>npm install
-
> [email protected] install d:\OpenServer\OpenServer\domains\Laravel5\node_mod
> node scripts/install.js
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "d:\\OpenServer\\OpenServer\\domains\\Laravel5\\\\node.exe" "d
in\\npm-cli.js" "install"
npm ERR! node v0.12.2
npm ERR! npm v2.7.4
npm ERR! code ELIFECYCLE
npm ERR! [email protected] install: `node scripts/install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node scripts/install.
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/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! d:\OpenServer\OpenServer\domains\Laravel5\npm-debug.log
d:\OpenServer\OpenServer\domains\Laravel5>
你讀過了:http://stackoverflow.com/questions/21365714/nodejs-error-installing-with-npm –