From b7df6a6e50005fc79a6cb9bb7daa39219835611a Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Mon, 19 Sep 2016 14:23:04 -0400 Subject: [PATCH] Update Node.js requirement to 4.0 or greater While we haven't yet made Node.js 4 required in all code, it's probably best to start with documentation, letting people know ASAP, and then roll out the version requirement change later. --- installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installing.md b/installing.md index 1c3723a..7e2375a 100644 --- a/installing.md +++ b/installing.md @@ -27,7 +27,7 @@ In general, Pelias will require: * A working [Elasticsearch](https://www.elastic.co/products/elasticsearch) 2.3 cluster. It can be on a single machine or across several -* [Node.js](https://nodejs.org/) 0.12 or newer (Node 4 or 6 is recommended) +* [Node.js](https://nodejs.org/) 4.0 or newer (the latest in the Node 4 or 6 series is recommended). Node.js 0.10 and 0.12 are no longer supported * Up to 100GB disk space to download and extract data * Lots of RAM, 8GB is a good minimum. A full North America OSM import just fits in 16GB RAM