You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+36
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,42 @@ The library is compatible with all Elasticsearch versions since 5.x, but you sho
41
41
@elastic/elasticsearch@5
42
42
```
43
43
44
+
#### Install multiple versions
45
+
If you are using multiple versions of Elasticsearch, you need to use multiple versions of the client. In the past, install multiple versions of the same package was not possible, but with `npm v6.9`, you can do that via aliasing.
46
+
47
+
The command you must run to install different version of the client is:
Finally, if you want to install the client for the next version of Elasticsearch *(the one that lives in Elasticsearch’s master branch)*, you can use the following command:
0 commit comments