After getting tired of seeing "Could not find watchman, falling back to NodeWatcher for file system events" I did brew install watchman
and now get "Invalid watchman found, version: [4.5.0] did not satisfy [^3.0.0], falling back to NodeWatcher." yet 4.5.0 is > 3.0.0…?
Our app uses Ember 1.12.0 and Ember-cli 0.2.7.
I checked ember-cli.com/#watchman (that info is now here) but that just points out the Node has a similarly-named package, and suggests npm uninstall -g watchman
- that's not the problem.
Finally which -a watchman
yeilds two results:
/usr/local/bin/watchman
/usr/local/bin/watchman
Huh?
Anyone else facing this issue?