🗄 Command extensions for Homebrew that allow for easy modification of brew bundles.
BSD 2-Clause "Simplified" License
14
stars
2
forks
source link
`brew add` fails with the error `Error: unknown keyword: prefer_loading_from_api` #5
Closed
superatomic closed 2 years ago
To reproduce the error, simply run any
brew add [FORMULA|CASK...]
command, like so:This error is caused by the method
to_formulae_and_casks
losing theprefer_loading_from_api
argument. Removing it should resolve this error.