From 82f9c8dc8979073d0a31e960f89b5118ddf0d6db Mon Sep 17 00:00:00 2001 From: Mark Pedrotti Date: Mon, 16 Jan 2017 11:06:42 -0500 Subject: [PATCH] Docs: recommend npm version 3 or later in CONTRIBUTING.md (#2612) --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index de736f881450..6a3a25c44371 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,14 +21,14 @@ The core team will be monitoring for pull requests. When we get one, we'll run s *Before* submitting a pull request, please make sure the following is doneā€¦ 1. Fork the repo and create your branch from `master`. - + ```sh git clone https://github.com/facebook/jest cd jest - git checkout -b my_branch + git checkout -b my_branch ``` -2. Run `npm install`. It is recommended to use `npm3`. +2. Run `npm install`. We recommend that you use `npm` version 3 or later. ```sh npm install @@ -41,7 +41,7 @@ The core team will be monitoring for pull requests. When we get one, we'll run s ```sh # in the background npm run watch - ``` + ``` 4. If you've changed APIs, update the documentation. 5. Ensure the test suite passes via `npm test`. To run the test suite you