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 to pnpm for faster everything #37

Open
aryanprince opened this issue Nov 5, 2023 · 0 comments
Open

Migrate to pnpm for faster everything #37

aryanprince opened this issue Nov 5, 2023 · 0 comments
Assignees
Labels
✨ feature New feature

Comments

@aryanprince
Copy link
Member

aryanprince commented Nov 5, 2023

Why

Faster dev, faster installs, faster CI, fast everything.

So when we change our package manager, then everyone would have to do pnpm dev instead of npm run dev to run our project locally.

Basically pnpm is a faster package manager than npm, but they both use the npmjs.com package ecosystem, it's just that pnpm installs/works faster

How

  1. Delete our node_modules folder
  2. Delete package-lock.json
  3. Run pnpm import
  4. Run pnpm install

Tips

Look into https://pnpm.io/cli/import or other blogs explaining how they migrated from npm to pnpm

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

No branches or pull requests

2 participants