Last active
June 30, 2017 13:18
-
-
Save yulgit1/fb66fe5f7149f232abbdbffa3c15df3d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
E, [2017-06-30T09:11:06.560989 #77232] ERROR -- : fsevent: running worker failed: wrong number of arguments (given 2, expected 1):/Users/erjhome/.rvm/gems/ruby-2.4.1/gems/listen-3.1.5/lib/listen/adapter/base.rb:41:in `block (2 levels) in configure' | |
/Users/erjhome/.rvm/gems/ruby-2.4.1/gems/rb-fsevent-0.10.1/lib/rb-fsevent/fsevent.rb:75:in `run' | |
/Users/erjhome/.rvm/gems/ruby-2.4.1/gems/listen-3.1.5/lib/listen/adapter/darwin.rb:71:in `_run_worker' | |
/Users/erjhome/.rvm/gems/ruby-2.4.1/gems/listen-3.1.5/lib/listen/adapter/darwin.rb:81:in `block (2 levels) in _run_workers_in_background' | |
/Users/erjhome/.rvm/gems/ruby-2.4.1/gems/listen-3.1.5/lib/listen/internals/thread_pool.rb:6:in `block in add' called from: /Users/erjhome/.rvm/gems/ruby-2.4.1/gems/listen-3.1.5/lib/listen/adapter/darwin.rb:70:in `_run_worker' | |
/Users/erjhome/.rvm/gems/ruby-2.4.1/gems/listen-3.1.5/lib/listen/adapter/darwin.rb:81:in `block (2 levels) in _run_workers_in_background' | |
/Users/erjhome/.rvm/gems/ruby-2.4.1/gems/listen-3.1.5/lib/listen/internals/thread_pool.rb:6:in `block in add' | |
https://github.com/guard/listen/issues/431 | |
This is an issue with the rb-fsevent gem. A temporary workaround is to add gem "rb-fsevent", "0.9.8" to your gemfile. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment