built failed
xin2025
TRIALOP

2 years ago

b5140497-8345-4c00-911d-a95d3bb29ebe

5 Replies

dev
MODERATOR

2 years ago

your package json and package-lock json files are out of sync, you need to synchronize them
you can do this by running npm install


xin2025
TRIALOP

2 years ago

I have already done this 2 times , but I'll try again


xin2025
TRIALOP

2 years ago

Tried it again , didn't work. …i tried and it got deployed on render site, not sure why it's not getting deployed on railway


brody
EMPLOYEE

2 years ago

render does a lot of things differently than railway, railway runs your code as is, if you have a lock file and it's out of sync then your build is simply going to fail, render properly just moves on or fixes it for you


xin2025
TRIALOP

2 years ago

I tried to fix the lock file prolly 10 times now , anyways thanks a bunch for the help


Loading...