-
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
Cannot init or load guard-livereload on Ruby 2.4.1/Windows #176
Comments
It looks like it's something to do with my eventmachine/system setup. Adding |
An even better workaround is simply to use an older version of
|
This also happened to me on my Windows 10 machine. What i did was that, i copy and past The response should look something like: Warning: you have a Gemfile, but you're not using bundler or RUBYGEMS_GEMDEPS |
|
It seems that guard-livereload isn't supported on the latest Ruby 2.4+ on Windows.
Putting this into my Gemfile, and running
bundle
works fine:But trying to initialise the Guardfile fails (note running just
bundle exec guard init
works fine):If I use a different Guardfile that's already initialised, and run
bundle exec guard
, everything explodes:The text was updated successfully, but these errors were encountered: