From 2fb4373701dfdb31e2e7d4f8982dad66d56f7722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Gei=C3=9Fler?= Date: Wed, 21 Mar 2018 22:23:18 +0100 Subject: [PATCH 1/2] Updated version of node for alpha Both the getting started page and the installation doc mention that the current alpha requires node version >= 9. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f0ba11c89..c5a73d1395 100755 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ ecosystem has been introduced. **Both versions are available, we still recommend #### Alpha -The alpha has support for the latest version of Node.js (v8) and npm (v5). +The alpha has support for the latest version of Node.js (v9) and npm (v5). ```bash npm install strapi@alpha -g ``` From c6aade3951939b36da43b6677340831a21bc719a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Gei=C3=9Fler?= Date: Fri, 23 Mar 2018 17:02:26 +0100 Subject: [PATCH 2/2] Update node and npm engines settings Synced minimum versions of node and npm with other documentations. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7973eb483e..69ed019839 100755 --- a/package.json +++ b/package.json @@ -50,8 +50,8 @@ "url": "https://github.com/strapi/strapi/issues" }, "engines": { - "node": ">= 7.0.0", - "npm": ">= 3.0.0" + "node": ">= 9.0.0", + "npm": ">= 5.0.0" }, "license": "MIT" }