Node 22.3.0 support via nixpacks?
cstoneham
PROOP

a year ago

on setup it says: nodejs22, yarn-1x, openssl but then later crashes with: The engine "node" is incompatible with this module. Expected version ">=22.3.0". Got "22.2.0".

I noticed that 22.2.0 does work when set as the engine in package.json

8 Replies

brody
EMPLOYEE

a year ago

try adding this nixpacks.toml to your project -


brody
EMPLOYEE

a year ago

n/a


cstoneham
PROOP

a year ago

no luck


cstoneham
PROOP

a year ago


brody
EMPLOYEE

a year ago

that looks like a combination of a railway.toml and a nixpacks.toml file


cstoneham
PROOP

a year ago

oh my mistake, giving it another shot


cstoneham
PROOP

a year ago

awesome that worked, thanks!


brody
EMPLOYEE

a year ago

no problem!


Loading...