Skip to content

Instantly share code, notes, and snippets.

@miwnwski
Last active April 21, 2020 08:16
Show Gist options
  • Save miwnwski/3b052740922e570e045b630ce451defb to your computer and use it in GitHub Desktop.
Save miwnwski/3b052740922e570e045b630ce451defb to your computer and use it in GitHub Desktop.
Fix "gyp: No Xcode or CLT version detected!" on macOS Catalina 10.15.2 (and above?)
# Reinstall xcode
# Find and forcefully remove command line developer tools
sudo rm -rf $(xcode-select --print-path)
# If a new window doesn't prompt automagically (it didn't for me)
xcode-select --install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment