I have installed nvm (ubuntu with zsh shell) with two node version: v6.11.5 and v9.0.0 and the default version in nvm is the v9.0.0
Every time I need to change the
change the default node version with nvm alias default 10.15.3 *
nvm alias default 10.15.3
(replace mine version with your default version number)
you can check your default lists with nvm list
nvm list