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
また、以下からダウンロードすることもできるようだ。
https://developer.apple.com/download/more/
Author And Source
この問題について(Homebrewで「Your CLT does not support macOS 11.0」が出た時の対応), 我々は、より多くの情報をここで見つけました https://qiita.com/tkitauji/items/21533f3b56b55a84d766著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .