nvm icon indicating copy to clipboard operation
nvm copied to clipboard

Support for setting default node version with nvm use -d command

Open KalyWan opened this issue 1 year ago • 0 comments

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.

KalyWan avatar Oct 11 '24 14:10 KalyWan