I need your help in some heroku stuff, I'm facing a problem, And my logs in heroku says: npm ERR! Failed at the blog@0.0.0 start script. • I'm building an express NodeJS app.
Npm start fails, Any help please ? Thank you so much !!
I need your help in some heroku stuff, I'm facing a problem, And my logs in heroku says: npm ERR! Failed at the blog@0.0.0 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.
Under 'Scripts' :
'Scripts':
{ "start": "filename where your server is hard coded" }