Skip to content

Instantly share code, notes, and snippets.

@szabo92
Last active December 22, 2017 12:51
Show Gist options
  • Save szabo92/d135c2f4f2971e517602b66f7f2a418b to your computer and use it in GitHub Desktop.
Save szabo92/d135c2f4f2971e517602b66f7f2a418b to your computer and use it in GitHub Desktop.
Update Nodejs
node --version
sudo npm install npm@latest -g
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
node --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment