Node.js Nodejs的npm启动命令错误

Node.js Nodejs的npm启动命令错误,node.js,express,Node.js,Express,我遇到了npm启动的问题。 当我运行命令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: `no

我遇到了
npm启动的问题
。 当我运行命令
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

我试了很多,但还不能解决。有谁能帮我解决这个问题吗。谢谢。

package.json的
start
部分写了什么?
/bin/www.js是您的运行文件吗?如果运行node会发生什么情况?{“name”:“untitled1”,“version”:“0.0.0”,“private”:true,“scripts”:{“start”:“node./bin/www”},写在那里。运行这个bin\www JavaScript文件,运行时显示:“C:\Program Files(x86)\JetBrains\WebStorm 10.0.4\bin\runnerw.exe”“C:\Program Files\nodejs\node.exe”bin\www-Tue,2015年11月17日02:10:16 GMT untitled1:在端口3000上侦听的服务器您是否知道@MohammadwaSchedulehaques在
package.json的
start
部分写了什么?
/bin/www.js
是您的运行文件吗?如果您运行节点会发生什么?{“name”:“untitled1”,“version”:“0.0.0”,“private”:true,“scripts”:{“start”:“node./bin/www”},写在那里。运行这个bin\www JavaScript文件,运行时显示:“C:\Program Files(x86)\JetBrains\WebStorm 10.0.4\bin\runnerw.exe”“C:\Program Files\nodejs\node.exe”“bin\www.Tue,2015年11月17日02:10:16 GMT untitled1:服务器正在监听端口3000您是否在@Mohammadwairhaque发现了这个问题