Skip to content

Instantly share code, notes, and snippets.

@matthewoestreich
Created July 17, 2020 21:26
Show Gist options
  • Save matthewoestreich/1c27493a76a92be2e26cb41505578d09 to your computer and use it in GitHub Desktop.
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...
#!/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