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

Symlink support is here 🎉 As one of the top requested features in the community survey, 0.72 brings Metro symlink support for monorepo setups and pnpm
2
2
54
8,853
pnpm v8.6.3 is out with bug fixes github.com/pnpm/pnpm/release…
3
51
6,912
Big news: npm, yarn & pnpm now run natively inside WebContainers 🎉 ...and up to *5x faster* than local 🤯 Huge release years in the making by our team & community. More in our blog post: blog.stackblitz.com/posts/an…
4
35
194
40,643
Hurrah! The pnpm repo has 3K stars on GitHub🎉
5
4
233
The pnpm repository has 23K stars!
2
2
73
5,620
The pnpm repository has 24K stars!
2
4
44
4,185
In May, one new financial contributor joined. We received $2,606 from 23 financial contributors and we spent $260. Our current balance is $3,917. Thank you! 🙏 opencollective.com/pnpm
2
2
37
3,212
🎉 Our @expo template just got an upgrade! 🚀 Migrate from yarn to @pnpmjs for faster & more efficient workflows. #expo #pnpmjs 👉 check it out github.com/obytes/react-nati…
1
7
24
5,180
In April, 6 financial contributors joined (@commercetoolsio, +5) - you are the best! 🙌 We received $4,222 from 28 financial contributors and we spent $7,422. Our current balance is $1,633. Top financial contributors: @bit_src, @vercel, @aparajita1327 opencollective.com/pnpm
1
33
3,128
Fixed in v8.3.1
pnpm fails with node.js 20 at the moment (due to an issue with node-fetch). So, don't update node.js with "pnpm env". Unless, you use the standalone version of pnpm (the one installed with the shell script or "npm i -g @pnpm/exe").
2
4
63
7,953
pnpm fails with node.js 20 at the moment (due to an issue with node-fetch). So, don't update node.js with "pnpm env". Unless, you use the standalone version of pnpm (the one installed with the shell script or "npm i -g @pnpm/exe").
5
4
56
15,189
Svelte repo is final switching to using @pnpmjs 🥳 It won't affect most people, but as a contributor it makes my life so much easier 🤩
2
12
146
17,283
In March, 6 financial contributors joined (@evilmartians, +5) - you are the best! 🙌 We received $1,555 from 25 financial contributors and we spent $155. Our current balance is $4,931. Top financial contributors: @bit_src, @vercel, @aparajita1327 opencollective.com/pnpm
1
1
63
10,184
So, for now, I've sent a PR which adds a little bit of caching of semver objects to the hot part of pnpm; this gets most of the speedup (~3min -> ~2min, +/- variance). But, I think it'd be definitely cool to try and optimize semver or rethink its API to help everyone out.
Has anyone looked into optimizing Node's semver library? It turns out that 30%+ of pnpm's install time is spent comparing versions 😅
4
3
36
13,292
. @tothemoonrepo is our new sponsor! Thank you!
2
19
2,065
The already excellent package manager pnpm will be much faster and consume less memory thanks to the amazing investigations by @andhaveaniceday over the past days!
More late-night-ish perf fun; this time, a 700MB (~30%) reduction in pnpm's max memory usage on the DT monorepo by ensuring that a bunch of limiters (which serialize concurrent accesses to files) get GC'd. github.com/pnpm/pnpm/pull/62… Yay profiling!, Rather, snapshotting!
1
5
35
6,330