How peers are resolved How peers are resolved One of the best features of pnpm is that in one project, a specific version of a package will always have one set of dependencies. ...
How peers are resolved How peers are resolved One of the best features of pnpm is that in one project, a specific version of a package will always have one set of dependencies. ...
Contributing Joining the project Building and Testing Documentation Image-Based Tests Bugs and Issues Contributing New contributions to the library are welcome, but we ask ...
Motivation Saving disk space Boosting installation speed Creating a non-flat node_modules directory Motivation Saving disk space When using npm, if you have 100 projects u...
Aliases Aliases Aliases let you install packages with custom names. Let’s assume you use lodash all over your project. There is a bug in lodash that breaks your project. You ...
Aliases Aliases Aliases let you install packages with custom names. Let’s assume you use lodash all over your project. There is a bug in lodash that breaks your project. You ...
Scripts Lifecycle Scripts pnpm:devPreinstall Scripts How pnpm handles the scripts field of package.json . Lifecycle Scripts pnpm:devPreinstall Runs only on local pnpm in...