Homebrew에서 "Your CLT does not support macOS 11.0"이 나왔을 때의 대응

1400 단어 homebrewBigSur

개요



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 / 누레 /

좋은 웹페이지 즐겨찾기