【发布时间】:2015-01-21 10:29:54
【问题描述】:
当我运行安装过程并在运行一些进程后将 npm install 放入命令行时,它给了我这个:
npm ERR! safefs@3.0.6 preinstall: `node ./cyclic.js`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the safefs@3.0.6 preinstall script.
npm ERR! This is most likely a problem with the safefs package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node ./cyclic.js
npm ERR! You can get their info via:
npm ERR! npm owner ls safefs
npm ERR! There is likely additional logging output above.
npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nod
ejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm 错误! cwd C:\Users\Class Talkies\Desktop\www\web-starter-kit-master npm 错误!节点-v v0.10.33 npm 错误! npm -v 1.4.28 npm 错误!系统调用产生 npm 错误!代码生命周期 npm 错误!错误号 ENOENT npm 错误!代码不正确 0
【问题讨论】: