2

Im trying to downgrade my node version so I run on terminal on mac

sudo npm cache clean -f
sudo npm install -g n
sudo n 9.10.0

then I try to check the version and it still as last version

npm -v => 5.6

node -v => v10.11.0

in addition when I run the commands above I get this errors enter image description here

Manspof
  • 2,005
  • 22
  • 70
  • 159

1 Answers1

0

Maybe you can use https://github.com/creationix/nvm for get several versions in your PC

Tlaloc-ES
  • 3,690
  • 5
  • 26
  • 62