add new yarn version requirement [skip ci]

This commit is contained in:
Henry Zhu 2017-08-12 22:00:25 -04:00 committed by GitHub
parent a04c18af71
commit ad1f87cf07

View File

@ -40,11 +40,9 @@ Feel free to check out the `#discussion`/`#development` channels on our [Slack](
**Note:** Versions `< 5.1.10` can't be built. **Note:** Versions `< 5.1.10` can't be built.
Babel is built for Node.js 4 and up but we develop using Node.js 6/8 and yarn. Babel is built for Node 4 and up but we develop using Node 8 and yarn. You can check this with `node -v`.
You can check this with `node -v` and `npm -v`. Make sure that Yarn is installed with version >= `0.28.0`.
In addition, make sure that Yarn is installed.
Installation instructions can be found here: https://yarnpkg.com/en/docs/install. Installation instructions can be found here: https://yarnpkg.com/en/docs/install.
### Setup ### Setup