Open CaioMS2000 opened 1 year ago
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
nvm alias default <version you want to be default>
nvm use default
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 ?