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

migrate package manager from npm to pnpm #161

Open
mellodev opened this issue Nov 22, 2024 · 0 comments
Open

migrate package manager from npm to pnpm #161

mellodev opened this issue Nov 22, 2024 · 0 comments

Comments

@mellodev
Copy link
Contributor

mellodev commented Nov 22, 2024

npm package manager works, but is incredibly slow compared to modern replacements. There are several popular alternatives, including Yarn and pnpm, which offer huge performance increases and developer quality of life improvements. Based on my experience with other projects, pnpm is a better choice vs yarn. The migration is incredibly simple and reversible at any time (the only change is the lockfile). Here is a comparison: https://www.geeksforgeeks.org/pnpm-vs-npm/

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 a pull request may close this issue.

1 participant