Skip to content

Instantly share code, notes, and snippets.

View kevinngth's full-sized avatar

Kevin kevinngth

  • Singapore
View GitHub Profile
@kevinngth
kevinngth / XcodeReInstall.sh
Last active January 11, 2021 08:36
gyp: No Xcode or CLT version detected!
#!/bin/bash
# 1. Check path: /Library/Developer/CommandLineTools
xcode-select --print-path
# 2. Remove it from the system
sudo rm -r -f /Library/Developer/CommandLineTools
# 2b. If you do not get the install prompt right after uninstalling, run this
xcode-select --install