Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 628
Ayon Saha Avatar asked Feb 20 '16 01:02

Ayon Saha


1 Answers

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.

like image 187
jessica Avatar answered Nov 20 '22 21:11

jessica