xcode-select –install出現「安裝失敗不能安裝該軟體 因為當前無法從軟體更新伺服器獲得」

在mac下安裝Node.Js套件時,有時會出現gyp: No Xcode or CLT version detected!
或著

No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'.
No receipt for 'com.apple.pkg.DeveloperToolsCLILeo' found at '/'.
No receipt for 'com.apple.pkg.DeveloperToolsCLI' found at '/'.

很簡單,只需要開啟command,使用xcode-select –install安裝後就可以了

一般情況

$ sudo rm -rf /Library/Developer/CommandLineTools  
$ xcode-select --install

安裝失敗不能安裝該軟體 因為當前無法從軟體更新伺服器獲得…

但這次卻不一樣,冒出「安裝失敗不能安裝該軟體 因為當前無法從軟體更新伺服器獲得」
重新啟動仍是不行,算是滿少見的錯誤。查到的資料也頗少
但解法也算簡單

  1. developer.apple.com
  2. 登入自己的AppleID,搜尋command line tools
  3. 下載最新版本手動執行安裝就可以了

參考資料

stack overflow/xcode is not currently available from the Software Update server
segmentfault / Mac 解决 gyp: No Xcode or CLT version detected! 报错