Skip to content

Instantly share code, notes, and snippets.

@ikawka
Last active March 31, 2020 05:36
Show Gist options
  • Save ikawka/e764020d6b790b4df8e5b3a2ba617787 to your computer and use it in GitHub Desktop.
Save ikawka/e764020d6b790b4df8e5b3a2ba617787 to your computer and use it in GitHub Desktop.
Fix gyp issue; No Xcode or CLT version detected!
# get XCode Commandline path
xcode-select --print-path
# usually will output /Library/Developer/CommandLineTools
sudo rm -rf (what ever the output of above)
#install it back
xcode-select --install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment