Update docs to clarify 9.x compatibility (#2789)
This commit is contained in:
@ -8,7 +8,6 @@ mapped_pages:
|
||||
|
||||
This is the official Node.js client for {{es}}. This page gives a quick overview about the features of the client.
|
||||
|
||||
|
||||
## Features [_features]
|
||||
|
||||
* One-to-one mapping with REST API.
|
||||
@ -19,7 +18,6 @@ This is the official Node.js client for {{es}}. This page gives a quick overview
|
||||
* Child client support.
|
||||
* TypeScript support out of the box.
|
||||
|
||||
|
||||
### Install multiple versions [_install_multiple_versions]
|
||||
|
||||
If you are using multiple versions of {{es}}, you need to use multiple versions of the client as well. In the past, installing multiple versions of the same package was not possible, but with `npm v6.9`, you can do it via aliasing.
|
||||
@ -74,5 +72,3 @@ npm install esmain@github:elastic/elasticsearch-js
|
||||
::::{warning}
|
||||
This command installs the main branch of the client which is not considered stable.
|
||||
::::
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user