brew update -> No developer tools installed. #2391
-
Hello, I'm new to using a Mac. I setup Homebrew some weeks ago and used it to install something (I can't remember what), so it was working the last time I looked, a little while ago. I went to install Node.js using Note This weekend I updated to Monterey via the normal OS update thing in macOS. So I ran
I've never ran
Is this a problem, or expected and I need to install some that other stuff first? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
Did you upgrade to macOS 12 recently? Running the Homebrew install script would have installed the Command Line Tools (CLT), but upgrading your OS often removes CLT installations. Run
and your next |
Beta Was this translation helpful? Give feedback.
-
Homebrew bottles (binary package) depend on Command Line Tools (CLT) for installation. After an upgrade, CLT should be reinstalled yet it does not mean xcode installation. To check if you have CLT installed?
If you found |
Beta Was this translation helpful? Give feedback.
Did you upgrade to macOS 12 recently? Running the Homebrew install script would have installed the Command Line Tools (CLT), but upgrading your OS often removes CLT installations.
Run
and your next
brew update
should work.