简体   繁体   English

Web入门套件安装错误

[英]Web starter kit installation Error

when i run the installation process and put npm install in the command line after running some processes it gives me this : 当我运行安装过程并在运行某些过程后将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 ERR! npm ERR! cwd C:\\Users\\Class Talkies\\Desktop\\www\\web-starter-kit-master npm ERR! CWD C:\\ Users \\ Class Talkies \\ Desktop \\ www \\ web-starter-kit-master npm ERR! node -v v0.10.33 npm ERR! 节点-v v0.10.33 npm ERR! npm -v 1.4.28 npm ERR! npm -v 1.4.28 npm错误! syscall spawn npm ERR! syscall产生npm ERR! code ELIFECYCLE npm ERR! 代码ELIFECYCLE npm ERR! errno ENOENT npm ERR! errno ENOENT npm ERR! not ok code 0 错误代码0

I also got a few errors upon installing via the npm install command, but in order to get it to go away I relaunched command prompt in administrator mode. 通过npm install命令npm install ,我也遇到了一些错误,但是为了使它消失,我在管理员模式下重新启动了命令提示符。 It solved the problem easily. 它轻松解决了问题。

Hope it helps! 希望能帮助到你!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM