Need help on fixing external command rmtree #5341
Replies: 1 comment
-
|
Fixed by the owner. Help no longer needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew configOutput of
brew doctorDescription of issue
The external command
brew rmtreeprovided by beeftornado/homebrew-rmtree is failing with the following message:It seems it is caused by commit fdc95d0 in
Homebrew/brew.I tried replacing
Homebrew.uses_args.parsewithHomebrew::CLI::Parser.new.parse, but then I gotError: undefined method 'args_includes_ignores' for Homebrew:Module, though the methodargs_includes_ignoresis defined underdependencies_helpers.rb.I'm totally new to Ruby and have no idea what I should do next. But I really want to fix
rmtree. So could anyone can kindly guide me what should I try?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions