Railpack using wrong pnpm version
Anonymous
PROOP

7 months ago

package.json clearly has:

"engines": {

"node": ">=20.19.0",

"npm": "please-use-pnpm",

"pnpm": "~10.10.0",

"yarn": "please-use-pnpm"

},

no idea where its getting 9.15.9 from

$10 Bounty

2 Replies

7 months ago

Can you set the RAILPACK_NODE_VERSION variable to 22?


7 months ago

The latest railpack release should fix this for you. It adds support for `engines` in packge.json


Welcome!

Sign in to your Railway account to join the conversation.

Loading...