I just updated to Ember-CLI v0.1.4 on ubuntu 14.04 (NOT Windows) and followed all of the instructions for setup and upgrading my project. However, now I get the following warning:
kiffin@T431s:book-ember-cli-101 $ ember s
version: 0.1.4
Could not find watchman, falling back to NodeWatcher for file system events
Livereload server on port 35729
Serving on http://0.0.0.0:4200/
Build successful - 509ms.
My understanding is that watchman allows file watching using fewer file descriptors by watching a directory root for changes below it instead of watching files individually…
I am having the same message displayed and I have installed watchmen using brew. If I try to run brew install watchman, I get the following message: watchman-3.0.0 already installed
Just for information’s sake I have a similar error to @mupkoo . My order of events was:
> ember --version
version: 0.2.0
Could not find watchman, falling back to NodeWatcher for file system events
node: 0.12.0
npm: 2.7.0
Installed watchman on Mac
> brew install watchman
> ember --version
version: 0.2.0
invalid watchman found, version: [2.9.8] did not satisfy [^3.0.0], falling back to NodeWatcher
node: 0.12.0
npm: 2.7.0
Tried to update to HEAD for watchman
> brew unlink watchman
> brew install --HEAD watchman
> ember --version
version: 0.2.0
Could not find watchman, falling back to NodeWatcher for file system events
node: 0.12.0
npm: 2.7.0
Something is going on (on the Mac at least) where it both wants but doesn’t recognize watchman 3.0.0