Skip to content

Instantly share code, notes, and snippets.

@davidcsejtei
Last active January 6, 2018 11:35
Show Gist options
  • Save davidcsejtei/8eb3881f99171d37f331c191470856be to your computer and use it in GitHub Desktop.
Save davidcsejtei/8eb3881f99171d37f331c191470856be to your computer and use it in GitHub Desktop.
Update node in Ubuntu to version 8.* (npm will be updated automatically)
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment