Skip to content

Instantly share code, notes, and snippets.

@mpesic
Created September 21, 2012 01:43
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Downgrade node using brew
cd /usr/local/Library/Formula
brew remove node --force
brew versions node
git checkout 83988e4 /usr/local/Library/Formula/node.rb
brew install node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment