Skip to main content

Watchman

Deprecated

Watchman is no need to install for latest task runner.

We are using Watchman for file watching and automatically compiling. so, please install to your PC.

macOS

You can install through Homebrew.

brew install watchman

Windows

Watchman does not provide installer for Windows, so it's a little hard...

Official website's instruction

  1. Download from GitHub Relase
  2. After extracting, copy to where you want (e.g. Program Files)
  3. Add directory path of bin inside of watchman to PATHReference of how to add to PATH