Consider migrating to pnpm #1966
bennypowers
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
pnpm is the performant node package manager. It bills itself as a drop-in replacement for the npm cli.
It works by keeping a single disk cache for all packages, by version, and linking them into the node_modules directory, thus saving disk space and bandwidth.
pnpm supports workspaces i.e. monorepos, however the config file is non-standard (workspaces support does not confirm to npm cli's API)
PNPM recommends changesets for publishing
Questions
We'll need to clarify the following before accepting pnpm for this project:
Beta Was this translation helpful? Give feedback.
All reactions