0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【brew】「Error: Unknown command: cask」ってでるよね

Last updated at Posted at 2021-12-27

久しぶりにbrewコマンドを使用したところ、brew caskが以下のエラーで通らなくなってしまいました。

Unknown command: cask

以前は使用できていたはずなのに何故だろうと思い、調べました。

結論から言うと brew cask install は廃止された

caskの使い方を

と変更すれば良かった。

まとめると

caskコマンドの使い方が変更になった

旧) $ brew cask install xxx
↓
新) $ brew install xxx --cask
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?