Skip to content

Instantly share code, notes, and snippets.

@cicorias
Created January 24, 2017 13:06
Show Gist options
  • Save cicorias/7a2e6b812d75c4ab52616d4f82a8ec9a to your computer and use it in GitHub Desktop.
Save cicorias/7a2e6b812d75c4ab52616d4f82a8ec9a to your computer and use it in GitHub Desktop.
NodeJS install
@ericmaino this is how to install Node 6 or 7 on Ubuntu, via PPA
`curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -`
`curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment