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've installed all the required gems, including watchr, but rake always asks me for watchr.
James-MBA:newproject james$ rake watch
(in /Users/james/Sites/newproject)
rake aborted!
You need watchr! Install it by running `gem install watchr`
/Users/james/Sites/newproject/Rakefile:31
(See full trace by running task with --trace)
James-MBA:newproject james$ sudo gem install watchr
Successfully installed watchr-0.7
1 gem installed
Installing ri documentation for watchr-0.7...
Installing RDoc documentation for watchr-0.7...
James-MBA:newproject james$ rake watch
(in /Users/james/Sites/newproject)
rake aborted!
You need watchr! Install it by running `gem install watchr`
/Users/james/Sites/newproject/Rakefile:31
(See full trace by running task with --trace)
James-MBA:newproject james$ watchr
Usage: watchr [opts] path/to/script
The text was updated successfully, but these errors were encountered:
I've upgraded ruby to the latest version, now I don't get that error. However rake watch doesn't seem to notice any changes, and produces the following notice:
James-MBA:newproject james$ rake watch /Users/james/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/watchr-0.7/lib/watchr.rb:111: Use RbConfig instead of obsolete and deprecated Config.
I've installed all the required gems, including watchr, but rake always asks me for watchr.
The text was updated successfully, but these errors were encountered: