Last active
March 1, 2018 12:26
-
-
Save zunjae/54e9a1ec214a06a37d4aa78dd21932b9 to your computer and use it in GitHub Desktop.
Install NodeJS9
This file contains 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
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash - | |
sudo apt-get install nodejs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment