Tagged in

Nodejs

pnpm
pnpm
About the pnpm JavaScript package manager
More information
Followers
384
Elsewhere
More, on Medium

pnpm vs Yarn: monorepo node_modules

Both pnpm (as of v2.17) and Yarn (as of v1.12) support fast, concurrent installations in…


The not fancy CLI output of pnpm

pnpm is a JavaScript package manager that differs from npm and Yarn in many ways. If you haven’t heard…


Why package managers need hook systems

We introduced hooks to pnpm in version 1.12. In this article I want to write about why we think package managers (PMs) need hooks.

Why would we want to hook into `node_modules`?


pnpm’s strictness helps to avoid silly bugs

pnpm is a package manager for Node.js. I have written an article earlier about why should we use pnpm. In this article I want to demonstrate how using pnpm helps in preventing some silly bugs.


Why should we use pnpm?

pnpm is an alternative package manager for Node.js. It is a drop-in replacement for npm, but faster and more efficient.

How fast? 3 times faster! (as of March 2017) See benchmarks here.