Created
April 10, 2020 15:19
-
-
Save devhero/f1d5a19274cd7cb41408fcf803076f05 to your computer and use it in GitHub Desktop.
gyp: No Xcode or CLT version detected! #install #npm
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
sudo rm -rf $(xcode-select -print-path) | |
xcode-select --install | |
/usr/sbin/pkgutil --packages | grep CL | |
sudo npm install -g node-gyp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment