Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Homebrew can't install Watchman: No similarly named formulae found | MacOS Big Sur

Homebrew error screen capture

enter image description here

Anybody know why my Homebrew can't install any packages and keep showing this error?

I've tried to install watchman but homebrew shows me this error, then I tried to install other packages but still, this error shows up. I already tried to install and reinstall homebrew using /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh).

Please help 🙏

like image 544
SantanaJo Avatar asked Sep 19 '25 06:09

SantanaJo


1 Answers

enter this

brew doctor

and then this

git -C $(brew --repo homebrew/core) checkout master

same error, fix already now

like image 173
Elsa Yang Avatar answered Sep 21 '25 03:09

Elsa Yang