Created
September 21, 2012 01:43
-
-
Save mpesic/3759330 to your computer and use it in GitHub Desktop.
Downgrade node using brew
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
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