lukechilds / zsh-nvm

Zsh plugin for installing, updating and loading nvm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set default version

CaioMS2000 opened this issue · 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 ?

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