在Windows上使用nodejs安装gulp时出错

时间:2014-11-02 13:50:05

标签: node.js gulp

我在Windows操作系统上使用nodejs安装gulp时遇到以下错误。以下是我输入时收到的错误:

npm install -g gulp

这是我得到的输出:

npm ERR! v8flags@1.0.1 install: `node fetch.js` 
npm ERR! spawn ENOENT 
npm ERR!
npm ERR! Failed at the v8flags@1.0.1 install script.
npm ERR! This is most likely a problem with the v8flags package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node fetch.js
npm ERR! You can get their info via:
npm ERR!     npm owner ls v8flags
npm ERR! There is likely additional logging output above.

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "E:\\Program Files\\nodejs\\\\node.exe" "E:\\Program Files\\nod
ejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "gulp"
npm ERR! cwd C:\Users\pramod\Desktop
npm ERR! node -v v0.10.33
npm ERR! npm -v 1.4.28
npm ERR! syscall spawn
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! not ok code 0

0 个答案:

没有答案
相关问题