-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use pnpm for optimized dependency management and monorepo support #5679
Comments
Let's track RFC 0042-isolated-mode.md. Looks like |
It'd also be interesting to see how yarn v3 holds up. Admin-web-platform would be interested in any comparison of modern package managers, as any thing learned could also be applied to our package monorepos (web-configs / quilt / sewing-kit) |
This issue seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action. |
pnpm is an alternative package manager for Node.js. It is a drop-in replacement for npm, but faster and more efficient (3 times faster β see benchmarks.
πΊ Yarn vs pnpm comparison
pnpm has all the additional features that Yarn has over npm:
The text was updated successfully, but these errors were encountered: