railwing node.js project building error
codersulimankhan
FREEOP

9 months ago

loggin error

Attachments

$10 Bounty

6 Replies

Railway
BOT

9 months ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


idiegea21
HOBBY

9 months ago

your npm ci needs a valid package-lock.json (i experience somthing like this once)

to fix it, delete the old node_modules + package-lock.json and run npm i and then commit, push and redeploy


piettrohernandez
FREE

9 months ago

  • Configura bien process.env.PORT.
  • Revisa variables de entorno.
  • Corrige el package.json.
  • Mira los logs en Railway para detalles.

Con eso deberías poder levantar tu proyecto sin problema.


own171
HOBBY

9 months ago

Make sure all the dependencies in the package-lock.json match package.json.


9 months ago

It looks like you need to change that step to run npm clean-install or ic (possibly a typo)

Attachments


thabanghutamo
FREE

9 months ago

app is being containerized with Nixpacks. It sets up Node.js, installs deps, builds your code, and will run it with npm run start.


Welcome!

Sign in to your Railway account to join the conversation.

Loading...