# What is Watchman?

**URL:** https://discuss.emberjs.com/t/what-is-watchman/6822
**Category:** Ember CLI
**Created:** [December 1, 2014, 4:27pm UTC](https://discuss.emberjs.com/t/what-is-watchman/6822 "2014-12-01T16:27:01Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![broerse](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.emberjs.com/broerse/32/9497_2.png) [@broerse](https://discuss.emberjs.com/u/broerse)
#### Post date: [December 1, 2014, 4:27pm UTC](https://discuss.emberjs.com/t/what-is-watchman/6822/1 "2014-12-01T16:27:01Z")

</div>

I get this in Ember-CLI 0.1.3 : `Could not find watchman, falling back to NodeWatcher for file system events` I am on a windows machine. What is watchman? Do I install it manualy?

---

<div class="post-metadata">

### Author: ![rwjblue](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.emberjs.com/rwjblue/32/9411_2.png) [@rwjblue](https://discuss.emberjs.com/u/rwjblue)
#### Post date: [December 1, 2014, 4:42pm UTC](https://discuss.emberjs.com/t/what-is-watchman/6822/2 "2014-12-01T16:42:38Z")

</div>

Watchman does not support Windows at the moment.

You can review the website for more details at: [Watchman A file watching service | Watchman](https://facebook.github.io/watchman/)

---

<div class="post-metadata">

### Author: ![broerse](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.emberjs.com/broerse/32/9497_2.png) [@broerse](https://discuss.emberjs.com/u/broerse)
#### Post date: [December 1, 2014, 5:52pm UTC](https://discuss.emberjs.com/t/what-is-watchman/6822/3 "2014-12-01T17:52:22Z")

</div>

Thanks! Can Ember-CLI detect it is on windows and remove the message and for now is there a way to remove the message manually?
