Skip to content

Instantly share code, notes, and snippets.

@gardentree
Created December 24, 2011 10:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gardentree/1517117 to your computer and use it in GitHub Desktop.
Save gardentree/1517117 to your computer and use it in GitHub Desktop.
Node.js Install
git clone git://github.com/creationix/nvm.git ~/.nvm
source ~/.nvm/nvm.sh
nvm install v0.6.6
npm install -g coffee-script
npm install -g express
express -s -c sass #{name}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment