-
Notifications
You must be signed in to change notification settings - Fork 147
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
guard-livereload reports with undefined method epoll? error #188
Comments
Someone solved that? |
I am getting this error on mac. Any updates on this? |
Same problem on mac. |
Same issue here |
I had this problem, and I traced it to EventMachine itself. It seems that the EventMachine object you get from I had to first remove the gem: $ gem uninstall eventmachine and then reinstall from an unreleased build via this in my gem 'eventmachine', '= 1.3.0.dev.1', github: 'eventmachine/eventmachine', branch: 'master' This idea and other approaches are described here: eventmachine/eventmachine#960 |
The following error is thrown when
bundle exec guard
is executed.How to resolve this?
The text was updated successfully, but these errors were encountered: