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.
So why can’t it find watchman any more?
Also created a Github Issue.