Last active
March 31, 2020 05:36
-
-
Save ikawka/e764020d6b790b4df8e5b3a2ba617787 to your computer and use it in GitHub Desktop.
Fix gyp issue; No Xcode or CLT version detected!
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
# 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