From cea9d399c894ee572d30f899ab2cf977bcee5311 Mon Sep 17 00:00:00 2001 From: Boris Serdiuk Date: Sat, 15 Apr 2017 06:30:00 +0200 Subject: [PATCH] Add note about installing watchman (#1950) * Add note about installing watchman * Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a4e3414be66..f02b051bccb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -77,6 +77,8 @@ All functionality must be retained (and configuration given to the user) if they 2. Run `npm install` in the root `create-react-app` folder. +3. *(Only for macOS Sierra)*: Until [0.10.0](https://github.com/facebookincubator/create-react-app/milestone/23) is released, you may need to install [Watchman](https://facebook.github.io/watchman/docs/install.html) (e.g. `brew install watchman`). + Once it is done, you can modify any file locally and run `npm start`, `npm test` or `npm run build` just like in a generated project. If you want to try out the end-to-end flow with the global CLI, you can do this too: