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

Footnotes

  1. homebrew - is it possible to override the legacy app when install using brew - Ask Different