Support pnpm in the new Node.js buildpack

Anonymous

3 years ago

https://pnpm.io support (possibly with caching across deploys) would be greatly appreciated, as it's far faster and less space-hungry than the standard npm. If there's a pnpm-lock.yaml (instead of the other lock file formats) present, the build pack should install dependencies with pnpm i --frozen-lockfile instead of npm ci.

Completed

0 Replies

3 years ago

Railway with NixPacks supports pnpm out of the box. Great catch :)
More info: https://nixpacks.com/docs/providers/node

Status changed to Completed angelo over 2 years ago


Support pnpm in the new Node.js buildpack - Railway Help Station