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

TIL that I can speed up my build times on @vercel considerably by using pnpm in the project settings! Sweet!
4
4
31
The pnpm repository has 15K stars!
2
3
37
Acabo de liberar 15GB borrando las carpetas "node_modules" de los proyectos random, los que hago fork para PR o me los bajo para probar algo. Es hora de empezar a usar pnpm, a ver si mejora la cosa. pnpm.io/
2
2
14
Потратив овер дофига времени на поиск нормального решения для управления и главное контейнирезации сервисов из разношерстных монореп остановился на rush + PNPM. А причины и краткий анализ масштабов бедствия накидал в статейке. linkedin.com/pulse/managing-…
6
18
We're dropping @npmjs for @pnpmjs at Capsule Super hyped. npm's decision to automatically install peerDeps is one I'll never understand. Glad to be moving away from that insane idea. I'm also very tired of how often the lockfile schema changes and that it updates with npm i cmd
1
21
Replying to @pnpmjs
@pnpmjs + @reactnative + node-linker=hoisted = 🥰
1
1
We migrated to @pnpmjs 🚀 speeding up our #monorepo CI, properly dealing with #workspaces, and boosting our dev environments, by avoiding the nightmares of #nodejs node_modules This is how👇 divriots.com/blog/switching-…
2
9
33
v6.27 is out. Side effects cache is now reliable enough and is recommended to be used. pnpm.io/npmrc#side-effects-c…
3
37
pnpm retweeted
⭐️ New version 7.9.0 is released with PNPM support, symlink support, and more! ⭐️ This will make it much easier to use Ignite-generated React Native projects in monorepos, for example. Lots of other small improvements -- check it out! github.com/infinitered/ignit…
2
6
pnpm retweeted
Basic monorepo with @pnpmjs is set up and I just added @turborepo to it. I never thought it would be so fast.😆
1
1
4
The State of JavaScript survey has pnpm in the "Monorepo Tools" section. stateofjs.com/
17
pnpm has very advanced support for monorepositories. For example, npm test has a -r option that runs the test scripts of all projects in parallel. Running tests in parallel made my CI 20% faster. github.com/hplush/slowreader… pnpm.io/cli/recursive
3
16
pnpm v6.26 is out! New configurations added to mute specific missing and unmet peer dependency warnings.
2
7
33
🎉🥳Announcing Create @Prisma Generator Get started developing your own ◭ Prisma generator by running a single command. 🤓Hello World Prisma Generator 💁‍♂️Typescript support 💁‍♀️Javascript w/babel 🧪Test env 🚢Auto publishing w/ semantic versioning 📦support for npm, pnpm and yarn
5
5
57
pnpm retweeted
Switched over to pnpm and all my issues went away! Just had to create a single config file with 2 lines in it, and add a `p` to my turborepo config. Now how do I remember to type `pnpm` in this project?
8
2
46
Nice!! I’m hoping to get some time to fix @storybookjs for pnpm this year—we’re getting more and more requests for it
1
2
10
pnpm v6.25 is out! New setting added for installing a "classic" node_modules: node-linker=hoisted github.com/pnpm/pnpm/release…
13
42
The hoisting algorithm is done by one of Yarn's libraries. The same library that does hoisting for "nodeLinker: node-modules" in Yarn Berry.
1