Getting "Cannot find module '/app/dist'" error on deploying to Heroku Getting "Cannot find module '/app/dist'" error on deploying to Heroku heroku heroku

Getting "Cannot find module '/app/dist'" error on deploying to Heroku


You should build your app npm run build before deploy to heroku. It will run heroku-postbuild first then start your app.