Skip to content

Instantly share code, notes, and snippets.

@devhero
Created April 10, 2020 15:19
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 devhero/f1d5a19274cd7cb41408fcf803076f05 to your computer and use it in GitHub Desktop.
Save devhero/f1d5a19274cd7cb41408fcf803076f05 to your computer and use it in GitHub Desktop.
gyp: No Xcode or CLT version detected! #install #npm
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