pnpm v10.14 is shipped with support for runtime engine installation. Node, Deno, and Bun are supported.
pnpm.io/blog/release...
@pnpm.io.bsky.social
Fast, disk space efficient package manager pnpm.io
pnpm v10.14 is shipped with support for runtime engine installation. Node, Deno, and Bun are supported.
pnpm.io/blog/release...
The website's repository is at github.com/pnpm/pnpm.io
28.07.2025 21:17 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0It is explained on the github release page of v10.0.0.
28.07.2025 17:12 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0If a dependency has no dependencies of its own, it can be symlinked from a single location. Also, we have an option to symlink from a single location all dependencies: pnpm.io/settings#ena...
21.07.2025 11:10 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Who said anything about installing a copy?
20.07.2025 12:17 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Opt-out option can be considered
20.07.2025 09:41 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0Yes, but it will be saved to devEngines in package.json. Internally for pnpm it is a new version spec and a new entry in dev deps. I am not sure yet if env use will work with it
20.07.2025 09:17 โ ๐ 3 ๐ 0 ๐ฌ 1 ๐ 0The next version of pnpm will be able to lock your node.js version in the lockfile. Similarly to any other dependency of your project.
19.07.2025 13:55 โ ๐ 34 ๐ 0 ๐ฌ 3 ๐ 0We have closed 3K issues on GitHub!
Only 1.8K issues left๐
pnpm v10.13 also added a workaround for ESM, when using enableGlobalVirtualStore
pnpm.io/settings#ena...
If you want the "pnpmfile.cjs" from your config dependency to be automatically loaded by pnpm, name your package "pnpm-plugin-*"
09.07.2025 12:44 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0pnpm v10.13 shipped some DX improvements to config dependencies. Now it is simple to install pnpm plugins.
For instance, you can run "pnpm add --config @pnpm/plugin-types-fixer" to install a plugin that will fix some frequently happening typescript issues.
A star, the number 32000 and the pnpm logo
The pnpm repository has 32K stars!
03.07.2025 16:05 โ ๐ 20 ๐ 1 ๐ฌ 1 ๐ 0๐ This May and June, we have forwarded our Open Collective fund to support
Maintainers:
@9romise.bsky.social @productdevbook.com @rzmu.bsky.social @edison1105.bsky.social
Projects:
@esm.sh @pnpm.io @cyberalien.dev
Join us to show appreciation for our dependencies and help them be sustainable!
By far our biggest and oldest sponsor released a product on product hunt.
bit install is pnpm install๐
bsky.app/profile/koch...
๐ฆ Big news in the package management space this week: pnpm 10.12.1 is out with a new experimental global virtual store for near-instant installs and smarter version catalog controls.
socket.dev/blog/pnpm-in... @pnpm.io #NodeJS
Me and Zoltan
Package manager summit with @kochan.io at #JSNation !
12.06.2025 16:32 โ ๐ 20 ๐ 3 ๐ฌ 1 ๐ 0Here is a short demo of the speed improvement:
bsky.app/profile/koch...
pnpm v10.12 is a huge release!
Weโve added many new features to the version catalogs system.
We also shipped a new experimental option that makes installation almost instant on most dev machines.
github.com/pnpm/pnpm/re...
So... I was working on making @pnpm.io a tad faster ๐
youtu.be/pNDFfJvaubY?...
pnpm 10.11.1 is out!
github.com/pnpm/pnpm/re...
If you run into issues with typescript and pnpm, try this config dependency that we created.
Run:
pnpm add @pnpm/types-fixer --config
pnpm config set pnpmfile node_modules/.pnpm-config/@pnpm/types-fixer/pnpmfile.cjs --location=project
I have copied over the list of trusted dependencies maintained by bun. So, you can use it with @pnpm.io if you want:
github.com/pnpm/trusted...
Weโre excited to share that the @nodejs.org website (nodejs.org) now builds using @pnpm.io! This switch has led to faster CI builds and more efficient dependency management.
02.05.2025 23:04 โ ๐ 36 ๐ 4 ๐ฌ 2 ๐ 3Now that we have a way to preload settings for
@pnpm.io, maybe we could create standard config dependencies for specific stacks. Like "@pnpm/angular-defaults"
We currently work on adding catalog support to "pnpm add". We will also work on the update at some point.
29.04.2025 13:26 โ ๐ 11 ๐ 0 ๐ฌ 0 ๐ 0New blog post! Let's categorize our deps better with @pnpm.io catalogs!
antfu.me/posts/catego...
You can now add JSR packages with @yarnpkg.dev and @pnpm.io with `jsr:` specifier
deno.com/blog/add-jsr...
pnpm v10.9 is out with native support for the JSR registry!
You can now install packages from JSR using the "jsr:" protocol. For example:
pnpm add jsr:@hono/hono
We added support for a new hook in pnpm v10.8 for modifying its settings.
Together with configDependencies, this lets you share your settings across repositories.
To demonstrate it, we created a package with recommended pnpm settings:
github.com/pnpm/better-...