zsh-nvm icon indicating copy to clipboard operation
zsh-nvm copied to clipboard

Set default version

Open CaioMS2000 opened this issue 2 years ago • 1 comments

image This is a print of a execution in my terminal. I want to understand why the output of "node -v" is the v10 since the default is set to be the v19. And what should I do to set the v19 version always be used ?

CaioMS2000 avatar Feb 20 '23 20:02 CaioMS2000

nvm alias default <version you want to be default> nvm use default

mj-matsec avatar Feb 29 '24 00:02 mj-matsec