解决 gyp: No Xcode or CLT version detected! 错误提示
1: 输入xcode-select --print-path查看 command-line tools 的安装路径
/Library/Developer/CommandLineTools
2: 输入sudo rm -r -f /Library/Developer/CommandLineTools把 command-line tools 从系统移除掉
3: 最后输入xcode-select --install重新安装

浙公网安备 33010602011771号