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.
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/
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
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…
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
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
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…
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.
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…
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.