当跑步  npm start',npm ERR!在Windows 8.1中出现Windows_NT 6.3.9600

时间:2016-12-19 00:37:12

标签: node.js windows npm

我正在开发一个在Node中开发的博客项目,但我开始无处可寻。每当我尝试'npm start'时,这个ERR!出现了,我已经尝试卸载和安装节点和npm,也尝试清理npm缓存,并且' config set proxy AND registry',无法使其工作。这就是我得到的:

npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Nicolas\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "start"
npm ERR! node v6.9.2
npm ERR! npm  v4.0.5
npm ERR! code ELIFECYCLE
npm ERR! nodeblog@1.0.0 start: `node ./bin/www`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the nodeblog@1.0.0 start script 'node ./bin/www'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the nodeblog package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node ./bin/www
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs nodeblog
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls nodeblog
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR!     C:\Users\Nicolas\Desktop\nodeBlog\nodeblog\npm-debug.log

0 个答案:

没有答案