Last active
August 29, 2015 14:02
-
-
Save jdx/2e41c04ff60259c0ebb8 to your computer and use it in GitHub Desktop.
installing node on digital ocean ubuntu 14
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
| apt-get update | |
| apt-get install -y git npm | |
| npm install -g n | |
| n stable |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for other linux flavors: https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager