You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed autojump via Homebrew but now brew doctor warns about its dependency [email protected] is deprecated:
$ brew doctor
...
Warning: Some installed formulae are deprecated or disabled.
You should find replacements for the following formulae:
[email protected]
and uninstalling it via Homebrew in turn warns it is required by the current autojump:
brew uninstall [email protected]
Error: Refusing to uninstall /usr/local/Cellar/[email protected]/1.1.1w
because it is required by autojump and sox, which are currently installed.
You can override this and force removal with:
brew uninstall --ignore-dependencies [email protected]
The text was updated successfully, but these errors were encountered:
I installed autojump via Homebrew but now
brew doctor
warns about its dependency[email protected]
is deprecated:and uninstalling it via Homebrew in turn warns it is required by the current autojump:
The text was updated successfully, but these errors were encountered: