intelij-idea-ce
をアップグレードしたかったので、brew install
したら以下のエラーが出たので対処。
brew install --cask intellij-idea-ce
Error: intellij-idea-ce: It seems the App source '/Applications/IntelliJ IDEA CE.app' is not there.
おそらくダウンロードしたintelij をGUIでゴミ箱で消した影響でこうなっているのではなかろうか。
対処方法
--force
オプションを追加すると無事にインストールできる 1
brew install --cask intellij-idea-ce --force