lukechilds / zsh-nvm

Zsh plugin for installing, updating and loading nvm
MIT License
2.22k stars 112 forks source link

Set default version #94

Open CaioMS2000 opened 1 year ago

CaioMS2000 commented 1 year ago

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 ?

mj-matsec commented 7 months ago

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