如何将我的angular.js项目部署到heroku中?

时间:2019-12-20 08:45:07

标签: angular heroku web-deployment

我如何通过github将我的angular.js应用程序部署到heroku网站中? 我试图按照此链接https://itnext.io/how-to-deploy-angular-application-to-heroku-1d56e09c5147

中的说明进行操作

但是它仍然无法正常工作。

我的项目已成功部署。但是当我打开URL时,它显示以下消息。

应用程序错误 应用程序中发生错误,无法提供您的页面。如果您是应用程序所有者,请检查日志以获取详细信息。您可以使用以下命令从Heroku CLI执行此操作 heroku日志--tail

这些是我在heroku日志中遇到的错误。

2019-12-21T07:46:24.399254+00:00 app[web.1]: npm ERR! 
2019-12-21T07:46:24.399411+00:00 app[web.1]: npm ERR! Failed at the tartl@0.0.0 start script.
2019-12-21T07:46:24.399514+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
2019-12-21T07:46:24.404603+00:00 app[web.1]: 
2019-12-21T07:46:24.404716+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
2019-12-21T07:46:24.404809+00:00 app[web.1]: npm ERR!     /app/.npm/_logs/2019-12-21T07_46_24_400Z-debug.log
2019-12-21T07:46:25.361835+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=appointerr.herokuapp.com request_id=eda4248f-89cb-48e6-a984-06c1d3d366f6 fwd="45.251.33.108" dyno= connect= service= status=503 bytes= protocol=https
2019-12-21T07:46:25.907207+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=appointerr.herokuapp.com request_id=a238076b-fe1d-493e-9363-1d57f5a50590 fwd="45.251.33.108" dyno= connect= service= status=503 bytes= protocol=https
2019-12-21T07:46:55.478138+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=appointerr.herokuapp.com request_id=0e596804-184e-4a92-b6eb-cfaa909e4552 fwd="45.251.33.108" dyno= connect= service= status=503 bytes= protocol=https
2019-12-21T07:46:56.020164+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=appointerr.herokuapp.com request_id=01a936fe-c249-4a33-8ea5-ffa8f1c5a0a1 fwd="45.251.33.108" dyno= connect= service= status=503 bytes= protocol=https

我的github项目链接是这样的:https://github.com/kirannambiar12/appointerr

0 个答案:

没有答案