Skip to content
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

chore: replace yarn with pnpm #560

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

batusai513
Copy link

@batusai513 batusai513 commented May 26, 2023

Yarn v1 is not maintained anymore and the pnpm features are more than known already, but in case you don't know:

Fast: pnpm is up to 2x faster than the alternatives

Efficient: Files inside node_modules are cloned or hard linked from a single content-addressable storage

Supports monorepos: pnpm has built-in support for multiple packages in a repository

Strict: pnpm creates a non-flat node_modules by default, so code has no access to arbitrary packages

@nimaa77 this would be part of the initial changes for #557

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant