Watchman errors with latest Ember-cli

After updating to ember-cli 0.2.4, when I start an app, watchman is printing errors / warnings in the console:

version: 0.2.5
Livereload server on port 35729
Serving on http://localhost:4200/
Recrawled this watch 1 times, most recently because:
/Users/john/Devel/ember/borrowers: kFSEventStreamEventFlagUserDropped
To resolve, please review the information on
https://facebook.github.io/watchman/docs/troubleshooting.html#recrawl
Recrawled this watch 1 times, most recently because:
/Users/john/Devel/ember/borrowers: kFSEventStreamEventFlagUserDropped
To resolve, please review the information on
https://facebook.github.io/watchman/docs/troubleshooting.html#recrawl
Recrawled this watch 1 times, most recently because:
/Users/john/Devel/ember/borrowers: kFSEventStreamEventFlagUserDropped
To resolve, please review the information on
https://facebook.github.io/watchman/docs/troubleshooting.html#recrawl
Recrawled this watch 1 times, most recently because:
/Users/john/Devel/ember/borrowers: kFSEventStreamEventFlagUserDropped
To resolve, please review the information on
https://facebook.github.io/watchman/docs/troubleshooting.html#recrawl
Recrawled this watch 1 times, most recently because:
/Users/john/Devel/ember/borrowers: kFSEventStreamEventFlagUserDropped
To resolve, please review the information on
https://facebook.github.io/watchman/docs/troubleshooting.html#recrawl
Recrawled this watch 1 times, most recently because:
/Users/john/Devel/ember/borrowers: kFSEventStreamEventFlagUserDropped
To resolve, please review the information on
https://facebook.github.io/watchman/docs/troubleshooting.html#recrawl
Recrawled this watch 1 times, most recently because:
/Users/john/Devel/ember/borrowers: kFSEventStreamEventFlagUserDropped
To resolve, please review the information on
https://facebook.github.io/watchman/docs/troubleshooting.html#recrawl
Recrawled this watch 1 times, most recently because:
/Users/john/Devel/ember/borrowers: kFSEventStreamEventFlagUserDropped
To resolve, please review the information on
https://facebook.github.io/watchman/docs/troubleshooting.html#recrawl
Recrawled this watch 1 times, most recently because:
/Users/john/Devel/ember/borrowers: kFSEventStreamEventFlagUserDropped
To resolve, please review the information on
https://facebook.github.io/watchman/docs/troubleshooting.html#recrawl
Recrawled this watch 1 times, most recently because:
/Users/john/Devel/ember/borrowers: kFSEventStreamEventFlagUserDropped
To resolve, please review the information on
https://facebook.github.io/watchman/docs/troubleshooting.html#recrawl
Recrawled this watch 1 times, most recently because:
/Users/john/Devel/ember/borrowers: kFSEventStreamEventFlagUserDropped
To resolve, please review the information on
https://facebook.github.io/watchman/docs/troubleshooting.html#recrawl
Recrawled this watch 1 times, most recently because:
/Users/john/Devel/ember/borrowers: kFSEventStreamEventFlagUserDropped
To resolve, please review the information on
https://facebook.github.io/watchman/docs/troubleshooting.html#recrawl
Recrawled this watch 1 times, most recently because:
/Users/john/Devel/ember/borrowers: kFSEventStreamEventFlagUserDropped
To resolve, please review the information on
https://facebook.github.io/watchman/docs/troubleshooting.html#recrawl
Recrawled this watch 1 times, most recently because:
/Users/john/Devel/ember/borrowers: kFSEventStreamEventFlagUserDropped
To resolve, please review the information on
https://facebook.github.io/watchman/docs/troubleshooting.html#recrawlecrawled this watch 1 times, most recently because:
/Users/john/Devel/ember/borrowers: kFSEventStreamEventFlagUserDropped
To resolve, please review the information on
https://facebook.github.io/watchman/docs/troubleshooting.html#recrawl

The app seems to work ok, but something is wrong.

I’ve found if I kill watchman with:

watchman shutdown-server

it seems to be ok for a while. Not sure if this is an ember, ember-cli or watchman issue. This is on OS X 10.10.3.

Thanks!

My team is seeing this as well, but only on about half of the machines, for some reason.

I see this issue too, seems to be when ember-cli is restarted, but occasionally occurs when resuming from hibernation. Killing the watchman process fixes it for me too.

I’m also having the same problem with the following spec: ember-cli: 0.2.5 node: 0.12.4 npm: 2.10.0 watchman: 3.1.0

Also having this issue

[Github issue][1] [1]: https://github.com/ember-cli/ember-cli/issues/4101