Why you should move to pnpm
pnpm is an alternative package manager for Node.js. It is a drop-in replacement for npm/yarn, but faster and more efficient.
Check out the benchmarks here
Why more efficient?
When you install a package, we keep it in a global store on your machine, t...
sourcefound.dev2 min read