在express.js中包含monk文件时出错

时间:2015-03-25 11:15:34

标签: node.js npm monk

在文件app.js中包含和尚时,我收到错误:

var monk = require('monk');

npm ERR! application-name@0.0.1 start: `node ./bin/www`

npm ERR! Exit status 8

npm ERR!
npm ERR! Failed at the application-name@0.0.1 start script.

npm ERR! This is most likely a problem with the application-name 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 their info via:

npm ERR!     npm owner ls application-name
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\\n
ejs\\node_modules\\npm\\bin\\npm-cli.js" "start"

npm ERR! cwd C:\Users\Acer\nodetest2
npm ERR! node -v v0.10.29

npm ERR! npm -v 1.4.14
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     C:\Users\Acer\nodetest2\npm-debug.log

请提前帮助并表示感谢。有人会建议任何可用于node.js的IDE吗?一个显示完美的错误描述,如错误在哪里?

0 个答案:

没有答案