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
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
I tried to fix the lock file prolly 10 times now , anyways thanks a bunch for the help