I need your help in some heroku stuff, I'm facing a problem, And my logs in heroku says: npm ERR! Failed at the [email protected] start script. ? I'm building an express NodeJS app.
Npm start fails, Any help please ? Thank you so much !!
Update in your package.json the file you are using for the server.
package.json
Under 'Scripts' :
'Scripts': { "start": "filename where your server is hard coded" }
1.4m articles
1.4m replys
5 comments
57.0k users