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
Colleagues, I would like to propose the addition of a feature to the nvm tool where we can set the default Node.js version using the following command:
nvm use -d 20
This would be equivalent to running the following two commands:
nvm alias default 20
nvm use default
This feature would simplify setting the default version with one command, improving the usability of nvm.
The text was updated successfully, but these errors were encountered:
Colleagues, I would like to propose the addition of a feature to the nvm tool where we can set the default Node.js version using the following command:
This would be equivalent to running the following two commands:
This feature would simplify setting the default version with one command, improving the usability of nvm.
The text was updated successfully, but these errors were encountered: