Skip to content

Instantly share code, notes, and snippets.

@deenski
Last active May 16, 2018 23:07
Show Gist options
  • Select an option

  • Save deenski/94edeed9c34ca2cdeb7e7d0add504cb8 to your computer and use it in GitHub Desktop.

Select an option

Save deenski/94edeed9c34ca2cdeb7e7d0add504cb8 to your computer and use it in GitHub Desktop.
install node 8 ubuntu
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment