From 44d1be27e626c4e80ccf80d3f070a890c45f02ac Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Fri, 27 Jul 2018 12:22:43 +0200 Subject: Add note about needing Yarn 1.6 to README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d6aa08a9..0f55f3fa8 100644 --- a/README.md +++ b/README.md @@ -82,10 +82,12 @@ We strongly recommend that the community help us make improvements and determine ### Install dependencies -If you don't have yarn workspaces enabled (Yarn < v1.0) - enable them: +Make sure you are using Yarn v1.6. To install using brew: -```bash -yarn config set workspaces-experimental true +``` +brew unlink yarn +brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/76215230de5f7f7bee2cfcdd7185cf49d949862d/Formula/yarn.rb +brew switch yarn 1.6.0_1 ``` Then install dependencies -- cgit v1.2.3