Back to Daily Feed 
pnpm 11 RC 4 Speeds Up Node.js Runtime Installs & Enhances `pack-app`
Worth Reading
Originally published on pnpm Releases
View Original Article
Share this article:
Summary & Key Takeaways
- pnpm 11 RC 4 introduces a major change that makes Node.js runtime installations significantly faster.
- The installer no longer extracts bundled
npm,npx, andcorepackfrom Node.js archives, reducing file operations. - Users needing
npmcan install it as a separate package. - The
pnpm pack-appcommand now uses a more flexible--runtimeflag, replacing--node-version, to specify runtimes like[email protected]. - This update also includes patch fixes to restore legacy package names for
@pnpm/exe's optional dependencies, ensuring compatibility withpnpm self-updatefrom v10.
Our Commentary
We're always happy to see performance improvements, and cutting installation time by "roughly half the files" for Node.js runtimes is a substantial win for developer experience. The pack-app changes also seem like a step towards more robust and future-proof handling of different runtimes, which is a smart move. It's good to see them addressing compatibility for self-updates too; breaking that flow can be a real headache.
Share this article: