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 get the following error when running guard init live-set:
/Users/adam/.rvm/gems/ruby-2.0.0-p353/gems/guard-2.2.5/lib/guard/plugin/base.rb:53:in `read': No such file or directory - /Users/adam/.rvm/gems/ruby-2.0.0-p353/gems/guard-live-set-0.1.1/lib/guard/liveset/templates/Guardfile (Errno::ENOENT)
from /Users/adam/.rvm/gems/ruby-2.0.0-p353/gems/guard-2.2.5/lib/guard/plugin/base.rb:53:in `template'
from /Users/adam/.rvm/gems/ruby-2.0.0-p353/gems/guard-2.2.5/lib/guard/plugin_util.rb:129:in `block in add_to_guardfile'
...
I get the following error when running guard init live-set:
Looks like it's looking for
, when it should be looking for
But unfortunately I don't know enough about Guard to know when this path is set. Any ideas?
The text was updated successfully, but these errors were encountered: