だから、brew doctor
私は勧告なしで以下を取得します:
Warning: You have external commands with conflicting names.
Found command `brew-cask` in following places:
/usr/local/bin/brew-cask
/usr/local/Library/Taps/caskroom/homebrew-cask/cmd/brew-cask.rb
その対立を解決する方法はありますか?
Warning: Skipping czmq: most recent version 3.0.2_3 not installed
Warning: Skipping git: most recent version 2.6.4 not installed
Warning: Skipping libsodium: most recent version 1.0.7 not installed
Warning: Skipping node: most recent version 5.2.0 not installed
brew rm
これらのパッケージだけを使用して、次回必要なときにインストールできるようにします。最近、クリーンアップ/移行のステップが追加されたと思いますが、それ以上掘り出さなければ、そのことについて確かなことは言えません。今のところ、クリーンクリーンアップを実行できてうれしいです。
brew update ; brew cleanup ; brew cask cleanup
ます。