Railpack using wrong pnpm version
Anonymous
PROOP

5 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

5 months ago

Can you set the RAILPACK_NODE_VERSION variable to 22?


4 months ago

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


Loading...