Heroku应用程序错误 - 应用程序将不会部署

时间:2017-09-14 19:48:22

标签: ajax heroku github

我希望将我的简单Web应用程序部署到Heroku。构建过程已成功恢复,但是,一旦我点击打开应用程序,我就会收到应用程序错误。我已粘贴下面的日志错误。我知道这可能与NPM有关,但我无法解释它试图告诉我的事情。

它链接到下面的GitHub回购。

https://github.com/KUBIX90/random-quote-machine

感谢您的帮助,

2017-09-14T19:21:54.769808+00:00 app[web.1]: npm ERR! If you need help, you may report this error at:
2017-09-14T19:21:54.782902+00:00 app[web.1]: 
2017-09-14T19:21:54.765726+00:00 app[web.1]: npm ERR! npm  v3.10.10
2017-09-14T19:21:54.765371+00:00 app[web.1]: npm ERR! node v6.11.3
2017-09-14T19:21:54.764745+00:00 app[web.1]: npm ERR! Linux 3.13.0-128-generic
2017-09-14T19:21:54.783256+00:00 app[web.1]: npm ERR!     /app/npm-debug.log
2017-09-14T19:21:54.769914+00:00 app[web.1]: npm ERR!     <https://github.com/npm/npm/issues>
2017-09-14T19:21:54.769466+00:00 app[web.1]: npm ERR! missing script: start
2017-09-14T19:21:56.053971+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=random-quote-generator-kubix90.herokuapp.com request_id=2ad5343c-8fec-405c-9def-8fbb01a09a00 fwd="31.54.253.151" dyno= connect= service= status=503 bytes= protocol=https
2017-09-14T19:23:36.975442+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=random-quote-generator-kubix90.herokuapp.com request_id=63ae20ae-4189-4693-b08e-f2e17615ab5d fwd="31.54.253.151" dyno= connect= service= status=503 bytes= protocol=https
2017-09-14T19:23:43.812544+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=random-quote-generator-kubix90.herokuapp.com request_id=a6c4a51a-01ca-49a7-860d-4ea1014b10dc fwd="31.54.253.151" dyno= connect= service= status=503 bytes= protocol=https
2017-09-14T19:25:11.887291+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=random-quote-generator-kubix90.herokuapp.com request_id=b7f15816-8a6e-484b-abc0-147cc63df0f1 fwd="31.54.253.151" dyno= connect= service= status=503 bytes= protocol=https
2017-09-14T19:30:28.059667+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=random-quote-generator-kubix90.herokuapp.com request_id=7ed95d5e-92dd-4afb-83fe-59479d6c070f fwd="31.54.253.151" dyno= connect= service= status=503 bytes= protocol=https

0 个答案:

没有答案
相关问题