You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to execute any brew services command like brew services list
What happened (include all command output)?
Error: uninitialized constant Homebrew::Service
Warning: Removed Sorbet lines from backtrace!
Rerun with `--verbose` to see the original backtrace
/usr/local/Homebrew/Library/Homebrew/formula.rb:1264:in `service'
/usr/local/Homebrew/Library/Homebrew/formula.rb:1235:in `plist_name'
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-services/lib/service/formula_wrapper.rb:49:in `service_name'
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-services/lib/service/formula_wrapper.rb:170:in `to_hash'
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-services/lib/service/formulae.rb:25:in `map'
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-services/lib/service/formulae.rb:25:in `services_list'
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-services/lib/service/commands/list.rb:13:in `run'
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-services/cmd/services.rb:129:in `run'
/usr/local/Homebrew/Library/Homebrew/brew.rb:95:in `<main>'
If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
https://github.com/homebrew/homebrew-services/issues/new
What did you expect to happen?
Showing my available services or start/stopping them.
cd /usr/local/Homebrew/Library/Taps/homebrew/
# Or remove the dir directly
sudo mv homebrew-services /tmp
brew tap homebrew/services
# Works fine
brew services list
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
I try to execute any brew services command like
brew services list
What happened (include all command output)?
What did you expect to happen?
Showing my available services or start/stopping them.
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: