Skip to content

Commit cea9d39

Browse files
just-borisathill
authored andcommittedMay 24, 2017
Add note about installing watchman (facebook#1950)
* Add note about installing watchman * Update CONTRIBUTING.md
1 parent d9758a2 commit cea9d39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ All functionality must be retained (and configuration given to the user) if they
7777

7878
2. Run `npm install` in the root `create-react-app` folder.
7979

80+
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`).
81+
8082
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.
8183

8284
If you want to try out the end-to-end flow with the global CLI, you can do this too:

0 commit comments

Comments
 (0)