Homebrew에서 "Your CLT does not support macOS 11.0"이 나왔을 때의 대응
개요
Big Sur에서 nodebrew를 설치하려고하면 다음과 같은 오류가 발생했습니다.
Error: Your CLT does not support macOS 11.
It is either outdated or was modified.
Please update your CLT or delete it if no updates are available.
Update them from Software Update in System Preferences or run:
softwareupdate --all --install --force
If that doesn't show you an update run:
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
Alternatively, manually download them from:
https://developer.apple.com/download/more/.
Error: An exception occurred within a child process:
SystemExit: exit
원인
CLT(Command Line Tools)가 오래되었거나 업데이트된 것 같습니다.
아래의 명령으로 설치해 보았지만 상황은 변함없이.
$ sudo xcode-select --install
xcode-select: note: install requested for command line developer tools
대책
말했듯이 한 번 삭제하고 설치로 해결했습니다.
$ sudo rm -rf /Library/Developer/CommandLineTools
$ sudo xcode-select --install
또, 이하로부터 다운로드할 수도 있는 것 같다.
htps : //로 ゔぇぺぺr. 아 ぇ. 코 m / 도 w 응 아 d / 누레 /
Reference
이 문제에 관하여(Homebrew에서 "Your CLT does not support macOS 11.0"이 나왔을 때의 대응), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/tkitauji/items/21533f3b56b55a84d766
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Error: Your CLT does not support macOS 11.
It is either outdated or was modified.
Please update your CLT or delete it if no updates are available.
Update them from Software Update in System Preferences or run:
softwareupdate --all --install --force
If that doesn't show you an update run:
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
Alternatively, manually download them from:
https://developer.apple.com/download/more/.
Error: An exception occurred within a child process:
SystemExit: exit
CLT(Command Line Tools)가 오래되었거나 업데이트된 것 같습니다.
아래의 명령으로 설치해 보았지만 상황은 변함없이.
$ sudo xcode-select --install
xcode-select: note: install requested for command line developer tools
대책
말했듯이 한 번 삭제하고 설치로 해결했습니다.
$ sudo rm -rf /Library/Developer/CommandLineTools
$ sudo xcode-select --install
또, 이하로부터 다운로드할 수도 있는 것 같다.
htps : //로 ゔぇぺぺr. 아 ぇ. 코 m / 도 w 응 아 d / 누레 /
Reference
이 문제에 관하여(Homebrew에서 "Your CLT does not support macOS 11.0"이 나왔을 때의 대응), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/tkitauji/items/21533f3b56b55a84d766
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
$ sudo rm -rf /Library/Developer/CommandLineTools
$ sudo xcode-select --install
Reference
이 문제에 관하여(Homebrew에서 "Your CLT does not support macOS 11.0"이 나왔을 때의 대응), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/tkitauji/items/21533f3b56b55a84d766텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)