ember cli could not find watchman on ubuntu, there is only solution for mac not for ubuntu

1.5k Views Asked by At

ember -v

version: 2.3.0

Could not start watchman; falling back to NodeWatcher for file system events.

Visit http://www.ember-cli.com/user-guide/#watchman for more info.

node: 5.0.0

os: linux x64


http://www.ember-cli.com/user-guide/#watchman there is only solution for mac not for ubuntu

2

There are 2 best solutions below

0
On

You can ignore the log message, watchman was added specifically for osx as node watcher was causing some problems

0
On

Although it is true that there is no harm in ignoring the error message on your Linux system, be aware that installing watchman for your ember project gives you additional freedom in configuring the file watching process, e.g. being able to define which directories are ignored when watching your project for changes.

Full installation instructions for watchman on other operating systems than OSX can be found in the official watchman documentation.