Skip to content

Instantly share code, notes, and snippets.

@wes5510
Created June 17, 2019 07:00
Show Gist options
  • Save wes5510/3ecfe0311d814473c9a2a96eb489b98e to your computer and use it in GitHub Desktop.
Save wes5510/3ecfe0311d814473c9a2a96eb489b98e to your computer and use it in GitHub Desktop.
Upgrade Node Version
sudo npm cache clean -f
sudo npm install -g n
sudo n $1
node -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment