Skip to content

Instantly share code, notes, and snippets.

@mriddle
Created April 6, 2013 00:06
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 mriddle/5323604 to your computer and use it in GitHub Desktop.
Save mriddle/5323604 to your computer and use it in GitHub Desktop.
Possible fix for a successful install of Pow and Node via brew when using Xcode command line tools install and not the full install of Xcode
exec { "Fix homebrew installing node issue": # https://github.com/mxcl/homebrew/issues/13337
command => "xcode-select -switch /usr/bin",
user => "root"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment