Fast, disk space efficient package manager Sponsor us: GH: github.com/sponsors/pnpm OC: opencollective.com/pnpm We don't endorse any memecoins!

We tried switching to `pnpm` in an internal production repository, and it cut down CI install times by ~70% (140s ➡ 45s, no cache). Also caught a bunch of ghost and duplicate dependencies. Switching to PNPM might be easier than Yarn PNP for existing projects.
1
3
13
pnpm 6 is out! It has a better node_modules structure that keeps a cache of modules. So installations make less file system operations in most scenarios. Also, the lockfile format is updated to reduce merge conflicts and improve readability. All changes github.com/pnpm/pnpm/release…
1
13
30
If you're still using Node.js 10, it is time to upgrade. pnpm v6 will not support Node.js below v12.
9
27
pnpm v6.0.0-rc.1 it out! Most likely v6.0.0 will be released in a few days. You may start using v6 already as all breaking changes were already implemented. github.com/pnpm/pnpm/release…
2
7
23
Is anyone using pnpm and loves it or hates it? Anything gotchas or unexpected things?
6
1
9
A new command for downloading packages to node_modules using info from the lockfile only (useful inside docker images). How should we call it?
61% pnpm fetch
24% pnpm prefetch
10% pnpm fetch-dependencies
6% pnpm prepare-dependencies
71 votes • Final results
6
4
11
working with python package managers in the last couple of days just wanted to say I find a new appreciation for @yarnpkg, @npmjs, and @pnpmjs
1
1
8
Replying to @amcdnl
Have you checked out @pnpmjs ? I don't know if that's the kind of UI you were hoping for, but I thinks its better than npm in that it makes it a lot clearer what is happening and what changes have been made to your computer.
1
3
The repo with my website in it is a monorepo so I can more easily manage example code. I started using PNPM to manage dependencies, but getting that to work with Netlify was a little tricky. Here's how I was able to do it. seancdavis.com/blog/use-pnpm…
1
1
3
🧵 Docusaurus v2 i18n released! This time I can present my own work 😜 You can now translate your doc sites easily. v2.docusaurus.io/blog/2021/0… We already have a few early adopters! - Jest: jestjs.io/blog/2021/03/09/je… - Redwood: learn.redwoodjs.com/fr - PNPM: pnpm.js.org/zh/
1
1
24
Luckily, Docusaurus 2 has good docs and we were able to automate the process of syncing up copies using Github Actions.
1
The pnpm docs may now be translated into any language using Crowdin: crowdin.com/project/pnpm We know that some of our users don't speak English, so it was crucial to at least have the possibility to localize the website.
1
2
Things we know about pnpm v6: It will drop Node.js 10 support It will change a bit the lockfile formatting but in a backward compatible way The node_modules/.pnpm layout will change (to reduce nesting) Most probably there will be no breaking changes to the global store.
3
25
pnpm v5.18.5 is out with some important improvements that verify the correctness of your lockfile.
6
We have updated our docs to use Docusaurus 2 pnpm.js.org/
1
5
39
#PSA [patch-package](github.com/ds300/patch-packa…) now works with pnpm for you disk space managers
1
1
2
The pnpm repository has 10K stars!
2
2
24
First pnpm v6 alpha version is out. You can install it through: pnpm add --global pnpm@dev In this version the node_modules layout is a bit changed to allow keeping cache of removed packages in node_modules/.pnpm. This increases installation speed in some cases.
1
3
22