zsh-nvm
zsh-nvm copied to clipboard
Set default version
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