Description
pnpm uses hard links and symlinks to save one version of a module only ever once on a disk. When using npm or Yarn for example, if you have 100 projects using the same version of lodash, you will have 100 copies of lodash on disk. With pnpm, lodash will be saved in a single place on the disk and a hard link will put it into the node_modules where it should be installed.
As a result, you save gigabytes of space on your disk and you have a lot faster installations! If you'd like more details about the unique node_modules structure that pnpm creates and why it works fine with the Node.js ecosystem, read this small article: Why should we use pnpm? https://www.kochan.io/nodejs/why-should-we-use-pnpm.html
pnpm alternatives and similar libraries
Based on the "Package Managers" category.
Alternatively, view pnpm alternatives based on common mentions on social networks and blogs.
-
component
Client package management for building better web applications. -
Duo
Next-generation package manager that blends the best ideas from Component, Browserify and Go to make organizing and writing front-end code quick and painless. -
jam
A package manager using a browser-focused and RequireJS compatible repository. -
volo
Create front end projects from templates, add dependencies, and automate the resulting projects. -
Refraction
A guard that represent central point of control in your application
Scout APM - Leading-edge performance monitoring starting at $39/month
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of pnpm or a related project?
Popular Comparisons
README
./packages/pnpm/README.md