From 11c3388b5773a3af9ce67b9a9f0c9dfa0757a6c5 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Thu, 15 Sep 2016 17:23:29 -0400 Subject: [PATCH] Add readme note about Node 4 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a28ceb52..2f6e6627 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ See the [Mapzen Search documentation](https://mapzen.com/documentation/search/). ## Install Dependencies +Note: Pelias requires Node.js v4 or newer + ```bash npm install ```