Created
January 24, 2017 13:06
-
-
Save cicorias/7a2e6b812d75c4ab52616d4f82a8ec9a to your computer and use it in GitHub Desktop.
NodeJS install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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