-
Notifications
You must be signed in to change notification settings - Fork 65
Description
Summary
Heroku is throwing in me this error when deploying. I think the package.json need to be updated.
Do we need to include start?
2025-09-22T01:28:26.710483+00:00 heroku[web.1]: Process exited with status 1
2025-09-22T01:28:26.734637+00:00 heroku[web.1]: State changed from starting to crashed
2025-09-22T01:28:26.738701+00:00 heroku[web.1]: State changed from crashed to starting
2025-09-22T01:28:32.349277+00:00 heroku[web.1]: Starting process with command npm start
2025-09-22T01:28:33.438270+00:00 app[web.1]: npm error Missing script: "start"
2025-09-22T01:28:33.438282+00:00 app[web.1]: npm error
2025-09-22T01:28:33.438282+00:00 app[web.1]: npm error Did you mean one of these?
2025-09-22T01:28:33.438283+00:00 app[web.1]: npm error npm star # Mark your favorite packages
2025-09-22T01:28:33.438283+00:00 app[web.1]: npm error npm stars # View packages marked as favorites
2025-09-22T01:28:33.438283+00:00 app[web.1]: npm error
2025-09-22T01:28:33.438284+00:00 app[web.1]: npm error To see a list of scripts, run:
2025-09-22T01:28:33.438284+00:00 app[web.1]: npm error npm run
2025-09-22T01:28:33.439261+00:00 app[web.1]: npm error A complete log of this run can be found in: /app/.npm/_logs/2025-09-22T01_28_33_158Z-debug-0.log
2025-09-22T01:28:33.509464+00:00 heroku[web.1]: Process exited with status 1
2025-09-22T01:28:33.538158+00:00 heroku[web.1]: State changed from starting to crashed
App Version
Host app version (see bottom of host game page):
x.y.z
Player app version (see bottom of player registration page):
x.y.z
Steps To Reproduce:
- This is step 1.
- This is step 2. All steps should start with '1.'
Expected result
Describe what should have happened.
Actual result
Describe what actually happened instead.
Additional information
Feel free to attach a screenshot or code snippets.