brew cask "Error: Unknown command: cask?"的解决方法
brew cask "Error: Unknown command: cask?"的解决方法
是命令错误导致的
新版本的 homebrew 取消对 cask 命令支持,之前安装命令是:
brew cask install docker
现在新版安装命令需要改成:
brew install --cask docker
💘 相关文章
- ERROR 1054 (42S22): Unknown column 'id' in 'field list'的解決方法
- freebsd Unknown user: 目录名.的解决方法
- Docker command all
- -bash: docker-compose: command not found two solutions
- ERROR: Could not install packages due to an OSError: Missing dependencies for SOCKS support.的解决方法
- rclone error listing directory not found的解决方法
- Error(128): Key has been revoked trying to mount.cifs的解决方法
- mysql error 1364 Field doesn't have a default values的解決方法
- mac os brew "shell-init: error retrieving current directory"的解决方法
- Debian系统出现 "gpg: command not found"的解决方法