From ad1f87cf07909c34ce3aba69d00d4cff5e36f311 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Sat, 12 Aug 2017 22:00:25 -0400 Subject: [PATCH] add new yarn version requirement [skip ci] --- CONTRIBUTING.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 86de1e4308..c9188453fc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. -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`. - -In addition, make sure that Yarn is installed. +Make sure that Yarn is installed with version >= `0.28.0`. Installation instructions can be found here: https://yarnpkg.com/en/docs/install. ### Setup