2 years ago
The project was working well, but on a new commit, it started throwing errors on lock files.
I matched the node version and npm version with the one on railway.
I am using NX + nix
72 Replies
2 years ago
can you link to a deployment when you first saw this issue?
2 years ago
full url link please?
2 years ago
to the build that threw the errors
2 years ago
that is a link to /logs
2 years ago
i would prefer a link to the failed build please
2 years ago
copy the url
2 years ago
perfect
2 years ago
so you deleted your local node_modules and ran npm ci locally without issue?
I don't know if you have time, but it's for my open-source project
2 years ago
i did -

2 years ago

2 years ago
i dont think that matters all too much, its clear i can repro locally with npm 10, so the issue is elsewhere
2 years ago
let me get you the commit im working with
2 years ago
f10bdbccea6fd99c954329569001484518f8ac14
2 years ago
2 years ago
since i can repro, you want me to update the lock file and submit a pr?
2 years ago
yeah i can do that, let me grab the latest repo, i just grabbed the code from the commit of the deploy you linked
2 years ago
wow eiter npm is slow or my internet, perhaps both
2 years ago
2 years ago
do your testing please, i did not run the project locally
that's ok, worst case I will revert, the latest docker version will not be updated
2 years ago
oh wow i didnt know vercel did this too

2 years ago
railway does it, and its not removable haha
I think in vercel it's also not removeable only if you disable preview deployments
2 years ago
fair
2 years ago
okay, let me know how it goes!
2 years ago
i forgot to ask, why vercel, why not run the frontend on railway too?
Honestly, many people pitched me about the advantages of running on vercel with all their special cases how they handle nextjs
2 years ago
is that bad?
2 years ago
maybe thats a weekend project
2 years ago
it doesnt need to be done with nixpacks, you could do it with a dockerfile
2 years ago
awsome!
2 years ago
any time! let me know if you face any build errors when you try running the frontend on railway too


