Created
March 2, 2012 05:50
-
-
Save sirleech/1956020 to your computer and use it in GitHub Desktop.
Node JS and Now JS 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
| sudo apt-get install python-software-properties | |
| sudo add-apt-repository ppa:chris-lea/node.js | |
| sudo apt-get update | |
| sudo apt-get install nodejs npm | |
| #http://stackoverflow.com/questions/3329355/node-js-could-not-configure-a-cxx-compiler-ubuntu | |
| sudo apt-get install build-essential libssl-dev curl git-core | |
| npm install now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment