ember-cli / ember-cli.github.io

Our documentation site
13 stars 99 forks source link

Docs recommend watcman 3.x, but 4.x is the latest stable #134

Closed williamhaley closed 7 years ago

williamhaley commented 7 years ago

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.

stefanpenner commented 7 years ago

thanks! https://github.com/ember-cli/ember-cli.github.io/pull/135

stefanpenner commented 7 years ago

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.

just outdated docs

williamhaley commented 7 years ago

Awesome! Thanks for clarifying.