Last active
January 4, 2016 03:29
-
-
Save rtyley/8561957 to your computer and use it in GitHub Desktop.
How to get a reasonably up-to-date Node.js install on Ubuntu
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
| # nodejs packages before Ubuntu 13.10 are currently very out of date: | |
| # http://packages.ubuntu.com/search?keywords=nodejs | |
| sudo add-apt-repository ppa:chris-lea/node.js | |
| sudo apt-get update | |
| sudo apt-get install nodejs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment