Como rebaixar a versão do nó
$ npm install -g n
$ n 6.10.3
Griffon Vulture
$ npm install -g n
$ n 6.10.3
nvm use 16.4.0 //or any lower version
node -v
//expected 16.4.0
//If it doesn't work, try running your command prompt in administrator mode
// You can also try turning nvm on and off by using:
nvm on
nvm off
$ npm install -g n
$ n 6.10.3