added note to CONTRIBUTING.md about switch

This commit is contained in:
spalger 2015-08-26 16:40:00 -07:00
parent faa1011bbd
commit edc1734b3c

View file

@ -23,6 +23,12 @@ Please make sure you have signed the [Contributor License Agreement](http://www.
nvm install "$(cat .node-version)"
```
- Install npm 3.2
```sh
npm install -g npm@3.2
```
- Install dependencies
```sh