2 months ago
Im trying to deploy my GraphQL backend but i got this erro about a package libatomict which is failing to fetch but my proyect doesnt use it , git repo below
https://github.com/SchneiderSeba/GraphQL-BackEnd-MongoDB-Atlas
6 Replies
2 months ago
I'm having the same problem.
2 months ago
Same problem for me aswell
2 months ago
Same here!
2 months ago
guy i fixed it , adding this to my package.json
"engines": {
"node": "20.x"
}Apparently, Railpack sometimes fails with Node versions higher than 20
2 months ago
This is a DNS/network issue on Railway's builder - it can't reach deb.debian.org to install libatomic1.
Try redeploying first. If it persists, check if you have a Dockerfile or nixpacks.toml adding this package. Looking at your dependencies, you don't need libatomic1 for a standard Node/Apollo/MongoDB setup - all your packages are pure JS.

