Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

node.js - I'm facing a heroku doployment problem, npm start not working

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 !!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Update in your package.json the file you are using for the server.

Under 'Scripts' :

'Scripts': 
    { "start": "filename where your server is hard coded" }

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...