We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I brew cask install virtualbox (an upgrade, actually), I first get a hang after the initial download, then get the following error:
brew cask install virtualbox
Already downloaded: /Library/Caches/Homebrew/virtualbox-4.3.20-96996.dmg Error: no implicit conversion of nil into String
I tried reverting 89901f4, but that didn't change the error.
The text was updated successfully, but these errors were encountered:
Hi!
This is a duplicate of #7946.
A fix has been in release since v0.50.0. The following command should fix the issue:
$ brew update && brew upgrade brew-cask && brew cleanup && brew cask cleanup
Sorry, something went wrong.
No branches or pull requests
If I
brew cask install virtualbox
(an upgrade, actually), I first get a hang after the initial download, then get the following error:I tried reverting 89901f4, but that didn't change the error.
The text was updated successfully, but these errors were encountered: