Ironbit
Builds fail in Node 18.18.2 and 20.9.0 due to: https://github.com/npm/cli/issues/6842
Versions of node 18 and 20 used by railway can't spawn node-gyp due to this bug https://github.com/npm/cli/issues/6842. Can't select minor version myself using
NIXPACKS_NODE_VERSION
. Railway needs to bump minor version on their end.
Bug is fixed in:
18.9.0
20.10.0
6 replies