add clarification about what versions of Yarn are compatible with the project (#136325) (#136737)

* docs: add clarification about what versions of Yarn are compatible with the project

* docs: rephrase

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* docs: rephrase

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
(cherry picked from commit 44cf61577f)

Co-authored-by: Cleydyr Bezerra de Albuquerque <cleydyr@gmail.com>
This commit is contained in:
Kibana Machine 2022-07-20 11:32:22 -04:00 committed by GitHub
parent 4741a65be8
commit 30784df132
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,14 @@ Then, install the latest version of yarn using:
npm install -g yarn
```
If you have Yarn installed, make sure you are using 1.22.19 or later. 2.0 and later are unsupported.
. If you are using an unsupported Yarn version, run:
+
```sh
yarn set version 1.22.19
```
Finally, bootstrap Kibana and install all of the remaining dependencies:
```sh