Back to Daily Feed 
pnpm 12 Alpha 16: Major Improvements for Node.js, Deno, and Bun
Worth Reading
Originally published on pnpm Releases
View Original Article
Share this article:
Summary & Key Takeaways
Key Updates
- Achieves runtime installation parity across Node.js, Deno, and Bun.
- Reports deprecated packages during installation with clear warnings.
- Introduces native
install-test,recursive,multi, andmcommands in the Rust CLI. - Adds a
virtualStoreOnlysetting for populating the virtual store without post-import linking. - Improves repeat install reconciliation for
node_modulesconsistency. enableModulesDircan now be read frompnpm-workspace.yaml.pnpm install --ignore-scriptsnow records skipped builds.
Our Commentary
An alpha release, but wow, the feature list here is substantial. The Rust CLI commands and the virtualStoreOnly setting are particularly interesting. We're seeing a trend of build tools rewriting core parts in Rust for performance, and pnpm is clearly leaning into that. The improved reconciliation logic also sounds like a huge DX win. I'm genuinely excited to see how this stabilizes.
View Original Article
Share this article: