Alterar a versão do nó mac
// first download "n"
npm install -g n
// then run command to switch to specific node version
n 14.18.0
Super Serval
// 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
//On Linux/Mac:
//The module n makes version-management easy:
sudo npm install n -g
//For the latest stable version:
sudo n stable
//For the latest version:
sudo n latest