Closed JonThom closed 3 years ago
cask is no longer a brew command. To install a cask just do brew install or brew install --cask instead of brew cask install.
cask
brew install
brew install --cask
Releases from version 2.4.0-alpha-2 onwards correctly document the new brew installation commands:
2.4.0-alpha-2
brew tap vaticle/tap brew install --cask vaticle/tap/typedb-studio
Description
cask
is no longer a brew command. To install a cask just dobrew install
orbrew install --cask
instead of brew cask install.Environment