gyp install 问题
npm install 出现
gyp: No Xcode or CLT version detected!
解决方法
A
1.删除已经安装的CommandLineTools
$ sudo rm -rf $(xcode-select -p)
2.重新安装
$ sudo xcode-select --install
B
重新安装xcode或者更新xcode
npm install 出现
gyp: No Xcode or CLT version detected!
解决方法
A
1.删除已经安装的CommandLineTools
$ sudo rm -rf $(xcode-select -p)
2.重新安装
$ sudo xcode-select --install
B
重新安装xcode或者更新xcode