我遇到npm start
的问题。
当我运行命令npm start
时,会出现此错误。
npm ERR! Windows_NT 10.0.10240
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodej
npm ERR! node v4.2.1
npm ERR! npm v2.14.7
npm ERR! code ELIFECYCLE
npm ERR! BuddyNest@0.0.0 start: `node ./bin/www`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the BuddyNest@0.0.0 start script 'node ./bin/www'.
npm ERR! This is most likely a problem with the BuddyNest 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 BuddyNest
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\bdstudiodesh\mango\mpatch\BuddyNest\npm-debug.log
我尝试了很多,但还不能解决。有人可以帮我解决这个问题。谢谢。