Skip to content

Instantly share code, notes, and snippets.

@ryosuzuki
Created June 24, 2013 06:05
Show Gist options
  • Save ryosuzuki/5848019 to your computer and use it in GitHub Desktop.
Save ryosuzuki/5848019 to your computer and use it in GitHub Desktop.
> brew install node
> npm install -g express
> express node-app
> cd node-app && npm install
> node app.js
> curl https://raw.github.com/hokaccha/nodebrew/master/nodebrew | perl - setup
> nodebrew ls-remote
> nodebrew install v0.10.12
> nodebrew use v0.10.12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment