We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In mac,while switch node version,such as v16 switch to v18,the global npm packages which installed in v16 will lose in v18.
v16
v18
About nvm, it could be solued by nvm install v18 --reinstall-packages-from=v16
nvm install v18 --reinstall-packages-from=v16
asdf
There is no.
The text was updated successfully, but these errors were encountered:
I'm not sure how exactly this works with nvm so I've moved it to the asdf-nodejs repo issue tracker.
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe
In mac,while switch node version,such as
v16
switch tov18
,the global npm packages which installed inv16
will lose inv18
.Describe the proposed solution
About nvm, it could be solued by
nvm install v18 --reinstall-packages-from=v16
Describe similar
asdf
features and why they are not sufficientAbout nvm, it could be solued by
nvm install v18 --reinstall-packages-from=v16
Describe other workarounds you've considered
There is no.
The text was updated successfully, but these errors were encountered: