install apt packages: libatomic1
schneiderseba
HOBBYOP

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

$10 Bounty

6 Replies

cacc2243
HOBBY

2 months ago

I'm having the same problem.


larskarlsen
HOBBY

2 months ago

Same problem for me aswell


amserra
HOBBY

2 months ago

Same here!


larskarlsen
HOBBY

2 months ago

Hi again. You can now try to redeploy your service and it will start slightly_smiling_face emoji


schneiderseba
HOBBYOP

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


jonhvmp
FREE

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.


Loading...