几个月前,当我开始运行npm时,一切正常。现在npm开始挂起并说出图片中的错误信息。虽然当我按照面包屑进行操作时文件就在那里,所以错误没有用,也没有用。我试着遵循这个StackOverflow question 并更新一切,但它仍然挂起。我把npm-debug.log放在下面。谷歌搜索错误退出状态也没有结果。有什么想法吗?
以下内容来自npm-debug.log(希望它有助于我丢失):
0 info it worked if it ends with ok
1 verbose cli [ 'node',
1 verbose cli 'C:\\Users\\Michael\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'start' ]
2 info using npm@2.11.1
3 info using node@v0.12.4
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info prestart flapper-news@0.0.0
6 info start flapper-news@0.0.0
7 verbose unsafe-perm in lifecycle true
8 info flapper-news@0.0.0 Failed to exec start script
9 verbose stack Error: flapper-news@0.0.0 start: `node ./bin/www`
9 verbose stack Exit status 3221225786
9 verbose stack at EventEmitter.<anonymous> (C:\Users\Michael\AppData\Roaming\npm\node_modules\npm\lib\utils\lifecycle.js:213:16)
9 verbose stack at EventEmitter.emit (events.js:110:17)
9 verbose stack at ChildProcess.<anonymous> (C:\Users\Michael\AppData\Roaming\npm\node_modules\npm\lib\utils\spawn.js:24:14)
9 verbose stack at ChildProcess.emit (events.js:110:17)
9 verbose stack at maybeClose (child_process.js:1015:16)
9 verbose stack at Process.ChildProcess._handle.onexit (child_process.js:1087:5)
10 verbose pkgid flapper-news@0.0.0
11 verbose cwd C:\Users\Michael\Desktop\flapper-news
12 error Windows_NT 6.3.9600
13 error argv "node" "C:\\Users\\Michael\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "start"
14 error node v0.12.4
15 error npm v2.11.1
16 error code ELIFECYCLE
17 error flapper-news@0.0.0 start: `node ./bin/www`
17 error Exit status 3221225786
18 error Failed at the flapper-news@0.0.0 start script 'node ./bin/www'.
18 error This is most likely a problem with the flapper-news package,
18 error not with npm itself.
18 error Tell the author that this fails on your system:
18 error node ./bin/www
18 error You can get their info via:
18 error npm owner ls flapper-news
18 error There is likely additional logging output above.
19 verbose exit [ 1, true ]