Created
July 17, 2020 21:26
-
-
Save matthewoestreich/1c27493a76a92be2e26cb41505578d09 to your computer and use it in GitHub Desktop.
Fix GYP NPM/Node issue after Mac updates - this happens to me after every update...
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
#!/bin/bash | |
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