Created
April 28, 2021 14:01
-
-
Save onmomo/88ef839b05e3b72895b9a299a1a1f3c9 to your computer and use it in GitHub Desktop.
[Reinstall xcode] fix gyp ERR! #terminal #macos
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
# remove xcode | |
sudo rm -rf $(xcode-select -print-path) | |
# trigger cmdline tools install again | |
xcode-select --install | |
# combined | |
sudo rm -rf $(xcode-select -print-path) && xcode-select --install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment