-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
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
brew cask upgrade
fails when cache directory is missing
#46403
Comments
Please post |
Sorry, missed that. Fixed above. |
Reproducible. Only occurs with |
brew cask upgrade
fails when cache directory is missing
Just out of curiosity, why was the cache directory missing? |
I didn't manually delete the directory. I tried reproducing this |
I'm seeing this issue as well. For some reason Travis CI seems to not have a cache folder for Homebrew Cask, which causes all |
General troubleshooting steps
--force
and the issue is still present.brew update-reset && brew update
and retried my command.brew doctor
, fixed as many issues as possible and retried my command.Description of issue
brew cask upgrade
fails downloading if~Library/Caches/Homebrew/Cask
is missing. After manually creating theCask
folder it works fine again.brew doctor
or--force
did not create the folder. It should be created before starting to download packages.Command that failed
Output of command with
--force --verbose --debug
Output of
brew cask doctor
Output of
brew tap
The text was updated successfully, but these errors were encountered: