Alterar versão do nó nvm mac
// First run
nvm ls
// then you will see list of node versions
//v10.24.1
//v12.22.8
//v14.18.2
//v16.13.1
nvm use v12.22.8
Amused Alligator
// First run
nvm ls
// then you will see list of node versions
//v10.24.1
//v12.22.8
//v14.18.2
//v16.13.1
nvm use v12.22.8
// first download "n"
npm install -g n
// then run command to switch to specific node version
n 14.18.0
brew update
brew upgrade node
nvm use {Node version}
nvm use --delete-prefix $NODE_VERSION
example:
nvm use --delete-prefix v8.9.4