You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: