mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* 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:
parent
6e3c0391b4
commit
25b4130971
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue