-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
I don't see any dependency of Can you test it again after upgrade |
Beta Was this translation helpful? Give feedback.
-
|
TLDR - Fix the warning with this command:
I had the same
After running Warning: Some installed formulae are missing dependencies.
You should `brew install` the missing dependencies:
brew install icu4c@77
Run `brew missing` for more details.Then antlr: icu4c@77
ditaa: icu4c@77
git-mob: icu4c@77
gitmoji: icu4c@77
openslide: icu4c@77
timg: icu4c@77IDK why the installed versions reported the missing dependency on For me, logical next step was to reinstall each of these dependent formulae: Warning is now gone. β Obviously having the warning about |
Beta Was this translation helpful? Give feedback.
TLDR - Fix the warning with this command:
I had the same
brew drwarning abouticu4c@77. Hadn't bothered to look into it until now; thought it might be a transient issue, and nothing seemed to be broken, so IDK π€·antlr,ditaa,git-mob,gitmoji,openslide, andtimg.brew deps --treeon eachicu4c@78(which was also already installed)After running
brew uninstall --ignore-dependencies icu4c@77 && brew dr, the warning changed:Warning: Some installed formulaeβ¦