Browse Source

Update Node.js requirements documentation section

Expand description of supported Node.js versions.

Drop support for Node.js 6

Add recommendation for Node.js 10

Connects https://github.com/pelias/pelias/issues/752
update-nodejs-and-elasticsearch-requirement
Julian Simioni 6 years ago
parent
commit
60a6d0d512
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 10
      requirements.md

10
requirements.md

@ -6,14 +6,12 @@ install all our dependencies yourself.
## Node.js
Version 6 or newer
Most Pelias code is written in Node.js.
Most Pelias code is written in Node.js. Node.js 8 is recommended.
Node.js 10 is not as well tested with Pelias yet, but should offer notable performance increases and
may become the recommendation soon.
Version 8 or newer is required, version 10 is recommended for improved performance.
We will probably drop support for Node.js 6 in the near future, so that we can use the many features
supported only in version 8 and above.
Pelias generally only adds support for even numbered [LTS](https://github.com/nodejs/Release#release-schedule) Node.js versions.
However we gladly accept patches and bug reports regarding issues with any Node.js version that has not reached end-of-life.
## Elasticsearch

Loading…
Cancel
Save