How can the default node version be set using NVM?
Use this command to set a default nvm version on your computer.
nvm alias default 16
This will ensure you run the correct version
Use this command to set a default nvm version on your computer.
nvm alias default 16
This will ensure you run the correct version