unable to deploy due to node version
Anonymous
HOBBYOP

2 months ago

using build driver railpack-v0.15.4

╭─────────────────╮

│ Railpack 0.15.4 │

╰─────────────────╯

↳ Detected Node

↳ Using npm package manager

heavy_multiplication_x emoji Failed to run mise command '/tmp/railpack/mise/mise-2025.12.12 latest node@��18.20.8

': fork/exec /tmp/railpack/mise/mise-2025.12.12: invalid argument

$10 Bounty

2 Replies

Railway
BOT

2 months ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


2 months ago

Hey, you can set your node version using Railpack with an environment variable: RAILPACK_NODE_VERSION

That said, the default version of node is 22 in Railpack right now so not sure why you're seeing v18.x

Do you specify your Node version anywhere else by chance? looks like there's some sort of weird character corruption (? node@��18.20.8) in the mise command

Any snippets you can share of your config might help


Loading...