built failed
b5140497-8345-4c00-911d-a95d3bb29ebe
Solution:Jump to solution
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
...5 Replies
Project ID:
b5140497-8345-4c00-911d-a95d3bb29ebe
Solution
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
I have already done this 2 times , but I'll try again
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
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