2 months ago
I have tried dockerfile builder and railpack builder, I also tried trun on/off metal build environment, but the deploys always hang on npm ci, no success, so annoying and don't know how to do. ps: i didn't enable 'wait for ci'
2 Replies
2 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!
2 months ago
Common NPM issue unfortunately.
Can you try the following:
delete
node_modulesandpackage-lock.jsonin your local environmentre-install everything locally with
npm icommit the new
package-lock.jsonfile to the repo
That should trigger a new deploy and probably fix this issue. Happens to me from time to time too. Not an issue with Railway just an issue with npm's package lock system