Skip to content

Instantly share code, notes, and snippets.

@cicorias
Created December 1, 2016 23:28
Show Gist options
  • Save cicorias/d9016c7f8b661c0c2b4538fd07ba2c4f to your computer and use it in GitHub Desktop.
Save cicorias/d9016c7f8b661c0c2b4538fd07ba2c4f to your computer and use it in GitHub Desktop.
nodejs install
sudo apt-get install -y build-essential
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
sudo apt-get install -y nodejs
curl -sL https://deb.nodesource.com/setup_6.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