npm warn config production Use
--omit=dev
instead. npm error Missing script: "build" npm error npm error To see a list of scripts, run: npm error npm run npm error A complete log of this run can be found in: /root/.npm/_logs/2025-02-02T16_31_44_569Z-debug-0.log

4 months ago

npm warn config production Use --omit=dev instead.

npm error Missing script: "build"

npm error
npm error To see a list of scripts, run:
npm error npm run

npm error A complete log of this run can be found in: /root/.npm/logs/2025-02-02T163144569Z-debug-0.log

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

Solved

1 Replies

ompanigrahiTRIAL

4 months ago

Inside your package.json write this,
or you can write it explicitely in settings section.

"scripts": {
    "start": "node server.js"
  },

Status changed to Solved brody 3 months ago


npm warn config production Use `--omit=dev` instead. npm error Missing script: "build" npm error npm error To see a list of scripts, run: npm error npm run npm error A complete log of this run can be found in: /root/.npm/_logs/2025-02-02T16_31_44_569Z-debug-0.log - Railway Help Station