Skip to content

Instantly share code, notes, and snippets.

@maizy
Created August 12, 2015 10:48
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 maizy/2cf65df99967e72970f0 to your computer and use it in GitHub Desktop.
Save maizy/2cf65df99967e72970f0 to your computer and use it in GitHub Desktop.
install node v0.10.36 with brew in os x
cd /usr/local/Library/Formula
brew remove node --force
git checkout b64d9b9c431642a7dd8d85c8de5a530f2c79d924
brew install node
git checkout master

based on https://gist.github.com/mpesic/3759330

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment