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
- Download from GitHub Relase
- After extracting, copy to where you want (e.g.
Program Files
) - Add directory path of
bin
inside of watchman toPATH
(Reference of how to add to PATH)