I have an Angular 5 App.
This is what I have in my package.json
{ "name": "web", "version": "0.0.0&
Usually when this error happens to me I have problems with node dependencies. Try to remove the node_modules folder, and the dist folder. From there spin everything up again, this mimics how heroku will build your project.