-
Notifications
You must be signed in to change notification settings - Fork 212
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
cant switch node version #174
Comments
After i rm the 14.12.0,i must use command |
The |
I notice there is aline |
It worked after I deleted |
i have two version installed of node,1412.0 and 14.13.1.The 14.13.1 ver is default,the 14.12.0 is current,when i use
nvs use 14.13.1
,the result of commandnode -v
is 14.13.1,but when i reopen the terminal,the curren version change to 14.12.0,the result of commandnode -v
is 14.12.0.os: macos 10.15.7
nvs: 1.6.0
The text was updated successfully, but these errors were encountered: