Skip to content

Instantly share code, notes, and snippets.

@borantula
Created July 5, 2018 14:16
Show Gist options
  • Save borantula/0b1d614e9c87b5697a8b12c88336515b to your computer and use it in GitHub Desktop.
Save borantula/0b1d614e9c87b5697a8b12c88336515b to your computer and use it in GitHub Desktop.
How to upgrade Node
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment