View categories
Node.js support for the pnpm package manager
Change effective on 07 May 2024
Use pnpm by pushing a Node.js app to Heroku with a pnpm-lock.yaml
file checked into git. The pnpm package manager is a fantastic option for Node.js developers thanks to:
- Its content-addressable package store which minimizes disk space.
- Faster installation speeds by weaving together the resolve, fetch, and linking stages of dependency installation.
More information, such as using a specific version of pnpm to improve build reliability, can be found in our Node.js Support documentation.