On linux, I was getting annoyed by the Could not start watchman warning from ember-cli that appears after running ember serve so I decided to install watchman to give it a whirl.
The ember-cli docs say "we recommend installing Watchman version 3.x, which provides Ember CLI a more effective way for watching project changes."
However, the watchman docs instruct users to git checkout v4.7.0 # the latest stable release
Are the ember-cli docs out of date? In which case, I'm guessing that 3.x should be updated to 4.x.
Or are ember-cli users supposed to purposefully use an older build of watchman? In which case it might be worth calling that out in the docs.
On linux, I was getting annoyed by the
Could not start watchman
warning from ember-cli that appears after runningember serve
so I decided to install watchman to give it a whirl.The ember-cli docs say "we recommend installing Watchman version 3.x, which provides Ember CLI a more effective way for watching project changes."
However, the watchman docs instruct users to
git checkout v4.7.0 # the latest stable release
Are the ember-cli docs out of date? In which case, I'm guessing that 3.x should be updated to 4.x.
Or are ember-cli users supposed to purposefully use an older build of watchman? In which case it might be worth calling that out in the docs.