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

corepack up vs corepack use pnpm #680

Open
kocv59 opened this issue Mar 19, 2025 · 0 comments
Open

corepack up vs corepack use pnpm #680

kocv59 opened this issue Mar 19, 2025 · 0 comments

Comments

@kocv59
Copy link

kocv59 commented Mar 19, 2025

I want to update pnpm in a dir by using corepack up but it creates an extra dir ~/.cache/node/corepack/v1/corepack-* which is 20MB and ~/.cache/node/corepack/v1/pnpm/10.6.5. corepack use pnpm only creates ~/.cache/node/corepack/v1/pnpm/10.6.5. Extra dir should be removed.

corepack cache clean
cd dir
corepack up

corepack cache clean
cd dir
corepack use pnpm

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