downgrade node mac
node -v #Determine current node version
sudo npm install -g n #Install n globally (version management)
sudo n stable #Change to latest stable version
sudo n 14.6.0 #Change to specific version
downgrade node mac
node -v #Determine current node version
sudo npm install -g n #Install n globally (version management)
sudo n stable #Change to latest stable version
sudo n 14.6.0 #Change to specific version
revert npm version
npm install -g [email protected]
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us