0

Today I installed cask via homebrew on my M1 Mac Mini, and wanted to check the version of cask that I had installed. I was not fully sure of the command to complete this, so I tried

cask --version

This gave me a long readout where there were several processes of compiling things in my directory. This may be a dumb question but did I do something that I was not intending to?

1 Answers1

0

cask --version, as part of Homebrew/brew, was deprecated in Oct. 2018

Now, only brew --version should be enough.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250