Skip to content

Instantly share code, notes, and snippets.

@abnersajr
Last active March 26, 2020 14:04
Show Gist options
  • Save abnersajr/30bb4a2bd8ad573089096f71c44318c0 to your computer and use it in GitHub Desktop.
Save abnersajr/30bb4a2bd8ad573089096f71c44318c0 to your computer and use it in GitHub Desktop.
Fixing issues with Xcode not selected. Usually saw on node-gyp installation

Fixing node-gyp

Install full Xcode

Open Xcode and the CLT will install

Then run sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

This uses the full Xcode CLT and node-gyp works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment