Skip to content

Instantly share code, notes, and snippets.

@iamcaleberic
Last active December 10, 2016 13:56
Show Gist options
  • Save iamcaleberic/a4d4a625c184cdb7235043196496402a to your computer and use it in GitHub Desktop.
Save iamcaleberic/a4d4a625c184cdb7235043196496402a to your computer and use it in GitHub Desktop.
Installing node v6+ & npm using node source
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - && sudo apt-get install -y nodejs
@iamcaleberic
Copy link
Author

Run bash install.sh after downloading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment