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(dep): migrate to pnpm from npm #69

Closed
priyankarpal opened this issue Mar 29, 2023 · 1 comment
Closed

chore(dep): migrate to pnpm from npm #69

priyankarpal opened this issue Mar 29, 2023 · 1 comment

Comments

@priyankarpal
Copy link
Contributor

  • In this project, we're using npm but it would be great if we use pnpm instead of npm.

Why pnpm?

pnpm is designed to be more efficient than npm in terms of disk space and network bandwidth. This is because it uses a shared package store, which means that multiple projects can share the same dependencies without having to install multiple copies of them. This can save a significant amount of disk space and can also speed up the installation process.

@priyankarpal
Copy link
Contributor Author

completed

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

No branches or pull requests

1 participant