Updating transitive dependency metadata for formulae #6098
Unanswered
rgoldberg
asked this question in
Everyday usage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
My Homebrew installation thinks that
markdownlint-cli
&prettier
useicu4c@76
because they usenode
.The current version of
node
, however, usesicu4c@77
. Presumably,node
usedicu4c@76
whenmarkdownlint-cli
&prettier
were most recently installed/upgraded.Is there any way to update the transitive dependency metadata for formulae (like
markdownlint-cli
&prettier
) either on demand or when any of their dependencies are updated?Can I remove all vestigial dependencies (like
icu4c@76
) on demand or at the same time as cleaning up formula transitive dependency metadata?Beta Was this translation helpful? Give feedback.
All reactions