Last active
September 17, 2015 02:12
-
-
Save dawsbot/5f6b11304ad4c0ccec00 to your computer and use it in GitHub Desktop.
When on a new system get node setup in a jiffy
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
sudo apt-get update | |
sudo apt-get install node | |
sudo apt-get install npm | |
which node | |
which npm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment