Skip to content

Instantly share code, notes, and snippets.

@pegli
Created February 12, 2015 17:20
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 pegli/f70c8924cd039bb55a9d to your computer and use it in GitHub Desktop.
Save pegli/f70c8924cd039bb55a9d to your computer and use it in GitHub Desktop.
Getting back to node 0.10 on homebrew

The Titanium CLI isn't compatible with node 0.12 (TIMOB-18538). If you use homebrew and have already upgraded to 0.12, you can go back to 0.10.36 by running the following commands:

cd $( brew --prefix )
git checkout b64d9b9 Library/Formula/node.rb
brew unlink node
brew install node

You might want to use brew pin node to keep brew upgrade from updating that formula until the CLI is fixed.

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