-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
undefined method `resolve_alias' for Formula:Class #37809
Comments
We don't support You'll need to remove it and then get brew-services from wherever it is being maintained these days (I don't know off the top of my head). |
Thanks, I found a way around it, without using brew services.
|
Would you be so kind to share your work around? |
@rahdev Can you please tell us how did you resolve this error? I have been stuck on that. |
Hey there, I've been faced this same issue and I figured out this way. #1 I've been getting this message when I tried to check brew services available $ brew services list #2 #3 #4 Finally, brew services is working fine now. $ brew services list \o/ |
I get this error when I run
brew services start rabbitmq.
Error: undefined method
'resolve_alias' for Formula:Class Please report this bug: https://git.io/brew-troubleshooting /usr/local/bin/brew-services.rb:154:in
service'/usr/local/bin/brew-services.rb:203:in
check' /usr/local/bin/brew-services.rb:193:in
run!'/usr/local/bin/brew-services.rb:397:in
<top (required)>' /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in
require'/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in
require' /usr/local/Library/brew.rb:58:in
require?'/usr/local/Library/brew.rb:141:in `
Note:
I previously ran(to get the services command):
curl -o /usr/local/bin/brew-services.rb https://gist.githubusercontent.com/lwe/766293/raw/75a7907004bbff0eb3b072d1d951be2cfe7e5020/brew-services.rb
chmod +x /usr/local/bin/brew-services.rb
The text was updated successfully, but these errors were encountered: