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

I just switched windicss to pnpm for speed, and I can't help but think of how similar the situation of windicss is to pnpm. Seeing that pnpm is still diligently maintaining, somehow it gave me some courage. Thanks again to everyone who likes windicss, you are my heroes.
5
22
Wow, @zkochan! Pnpm is such an impressive tool. I just donated on Open Collective. Thanks for the great work. You and the other maintainers are saving me so much time! 🙏 pnpm.js.org/
3
10
pnpm is now bundled to a single independent js file. So it is possible to install pnpm using pnpm: curl -L pnpm.js.org/pnpm.js | node - add --global pnpm
4
30
One of the main issue with pnpm's approach to node_modules, is the usage of symlinks. Some environments/tools don't work with symlinks. Could Node.js workaround this issue for us? We have created our first feature request in the Node.js repository. github.com/nodejs/node/issue…
4
24
Not bad results. It used to be less. So pnpm adoption is growing. But that is also visible from our download stats
What Node.js package manager are you using at work?
1
13
NPM versus PNPM: Moment of truth youtu.be/ADT9rbtwTOg via @YouTube
1
2
Another fascinating set of insights from #StateOfJS Highlight 4 me are: 1. Popularity of @pnpmjs 2. High use of Optional Chaining 3. ESBuild & Snowpack trending upwards 4. Popularity of @MaterialUI Take a look at the survey results here 2020.stateofjs.com #javascript
2
4
10
New year's resolution: donate 10$ every month to Open Source projects. Started with @pnpmjs today - a fast and feature rich dependency manager for @nodejs / an alternative to @npmjs. opencollective.com/pnpm
1
9
pnpm was downloaded 2.3 times more in 2020 than in 2019
3
26
Me and @H_Stahl finally got around to making an ep about monorepos. Shoutouts to @rushstack and @pnpmjs, it would be a much longer episode about the technical issues without you. ♥ open.spotify.com/episode/41r…
3
2
I can't believe I waited this long to try PNPM. When we make many example and experimental repos, a big pain is downloading and initializing node_modules. As of version 11, @NxDevTools supports PNPM out-of-the-box. See how in dev.to/this-is-angular/the-u…
16
51
pnpm v5.14 is out!
4
14
It's difficult to overstate how much of a joy it was for me recently to convert my monorepo from using `lerna + yarn` to `rush + pnpm`. Almost all the compromises I had made around package isolation, dependency hoisting and publishing/deploying artifacts evaporated.
1
3
14
I've just recorded a React.js tutorial how to integrate with a REST API using React Query by @tannerlinsley I use Next.js for the setup & Tailwind CSS. Everything is written in TypeScript. Also, going against the prevailing wisdom by using @pnpmjs 😜 youtube.com/watch?feature=yo…
2
9
RT @wesbos: On your next project, what will you use to install JS dependencies?
60% npm
36% yarn
2% pnpm
2% URLs / other
6,608 votes • Final results
15
pnpm retweeted
Nx 10.4 has cleaner ESLint config and Pnpm support. Learn about this and more on the Nrwl blog: blog.nrwl.io/cleaner-eslint-…
6
25
Happy to see mostly positive feedbacks on Reddit about pnpm redlib.catsarch.com/r/node/comments/k…
1
3
13
The latest pnpm version is bundled with esbuild to a single file. So the size of the pnpm package is smaller and startup is faster.
2
10
62
pnpm v5.11 is out with automatic merge conflicts resolver. If there are merge conflicts in your lockfile, just run `pnpm install` and pnpm will autoresolve them.
1
3
22