From 52a6bda1b01428137bb5d835e0521acc63d990c6 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Wed, 12 Dec 2018 12:49:35 +0100 Subject: [PATCH] =?UTF-8?q?(doc)=20specify=20latest=20LTS=C2=A0and=20later?= =?UTF-8?q?=20as=20baseline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f6188abc..ceae4ec50 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ and see the website (server *and* client) in action. If you plan to specifically change the client side (frontend), do the following once the server is running: - * Install the latest version of NodeJS ![](https://img.shields.io/badge/node-%3E%3D%2011.4.0-brightgreen.svg) + * Install the NodeJS (we guarantee support for the latest LTSĀ and later) ![](https://img.shields.io/badge/node-%3E%3D%2010.0+-brightgreen.svg) * Change directory to `js/` and do: * Install JavaScript package dependencies: `npm install`. * Run the developement server in watch mode: `npm run dev`. This will open a diff --git a/js/package.json b/js/package.json index 4b3fadcaa..5216511e3 100644 --- a/js/package.json +++ b/js/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "engines" : { - "node" : ">=11.4.0" + "node" : ">=10.0.0" }, "scripts": { "dev": "vue-cli-service serve",