Replies: 1 comment
-
You will probably need to reinstall the globally installed packages. But the global content-addressable store is not under the Also, you may use pnpm to manage Node.js versions instead of nvm: https://pnpm.io/cli/env |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
pnpm uses hard link, it seems if I
nvm uninstall old-version
it will remove all the packages installed there, so I have to reinstall everything with pnpm again when I use nvm to upgrade node? which means I will have to keep all node versions under ~/.nvm from now on?Beta Was this translation helpful? Give feedback.
All reactions