Skip to content

Instantly share code, notes, and snippets.

@thiagosf
Created October 8, 2018 13:04
Show Gist options
  • Save thiagosf/f149e2337a1b4f9af7aa3997abf9345b to your computer and use it in GitHub Desktop.
Save thiagosf/f149e2337a1b4f9af7aa3997abf9345b to your computer and use it in GitHub Desktop.
Install node 8 on Ubuntu
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