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

2

7

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

Ablaze answered 20/2, 2016 at 1:40 Comment(1)
Does this help: codeyarns.com/2015/02/10/how-to-install-and-use-watchmanJewbaiting
M
1

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.

Mothering answered 17/10, 2016 at 22:50 Comment(0)
S
0

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

Saltire answered 20/2, 2016 at 7:2 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.