Add Yarn installation to CONTRIBUTING.md (#5358) [skip ci]

This commit is contained in:
Aaron Ang 2017-02-22 04:50:22 -08:00 committed by Henry Zhu
parent 724c949244
commit 45087b258b

View File

@ -42,6 +42,9 @@ Babel is built for node 4 and up but we develop using node 6. Make sure you are
You can check this with `node -v` and `npm -v`. You can check this with `node -v` and `npm -v`.
In addition, make sure that Yarn is installed.
Installation instructions can be found here: https://yarnpkg.com/en/docs/install.
#### Setup #### Setup
```sh ```sh