Skip to main content

One post tagged with "package-managers"

View All Tags

pnpm: the package manager that said "why are we copying lodash 500 times?"

· 8 min read
Pere Pages
Software Engineer

pnpm is a JavaScript package manager, like npm and Yarn, but with a very opinionated design: fast installs, less disk usage, stricter dependency resolution, and strong monorepo support. Its name originally stands for “performant npm”. It reached v1 in 2017, after earlier work starting in 2016, and it was heavily inspired by ideas from ied, another experimental package manager. (Medium)

pnpm logo