在Heroku上初始化Node / Mongo应用程序

时间:2014-08-20 21:33:56

标签: node.js mongodb heroku

所以我只是尝试将我的Node / Mongo应用程序推送到Heroku。我还没有真正推出过Mongo的部分(但它只需要进行身份验证,所以它不是什么大问题,我希望看到该应用程序在Heroku上运行w /先把它拿出来)。我正确地安装了所有node modules并推送到heroku,只是为了得到这个大错误(当然是截断的)。

知道问题在这里吗?我也设置了Procfile。我的端口仍设置为3000是否存在问题?

2014-08-20T21:15:06.978419+00:00 app[web.1]: npm ERR! Failed at the auth@0.0.1 start script.
2014-08-20T21:15:06.979047+00:00 app[web.1]: npm ERR! This is most likely a problem with the auth package,
2014-08-20T21:15:06.979219+00:00 app[web.1]: npm ERR! not with npm itself.
2014-08-20T21:15:06.979385+00:00 app[web.1]: npm ERR! Tell the author that this fails on your system:
2014-08-20T21:15:06.979552+00:00 app[web.1]: npm ERR!     node ./bin/www
2014-08-20T21:15:06.979766+00:00 app[web.1]: npm ERR! You can get their info via:
2014-08-20T21:15:06.979871+00:00 app[web.1]: npm ERR!     npm owner ls auth
2014-08-20T21:17:09.783316+00:00 app[web.1]: npm ERR! Failed at the auth@0.0.1 start script.
2014-08-20T21:17:09.787373+00:00 app[web.1]: npm ERR! not ok code 0
2014-08-20T21:17:09.785003+00:00 app[web.1]: npm ERR! command "/app/vendor/node/bin/node" "/app/vendor/node/bin/npm" "start"
2014-08-20T21:17:09.785125+00:00 app[web.1]: npm ERR! cwd /app
2014-08-20T21:17:09.783968+00:00 app[web.1]: npm ERR! not with npm itself.

0 个答案:

没有答案
相关问题