Deploy Angular 5 + Nodejs Express app to Heroku

前端 未结 8 1427
清酒与你
清酒与你 2021-02-04 02:35

I have an Angular 5 App.

This is what I have in my package.json

{
  "name": "web",
  "version": "0.0.0&         


        
8条回答
  •  春和景丽
    2021-02-04 03:21

    In answer how to debug further. Run your app, then straight away login to Heroku, go to your app, then in the 'More' dropdown, click 'View Logs'. Should help you out!

    I believe there is a way to view the live logs through the terminal too so you can see exactly what is failing.

提交回复
热议问题