(doc) specify latest LTS and later as baseline

This commit is contained in:
Rigel Kent 2018-12-12 12:49:35 +01:00
parent 8feb6627c5
commit 52a6bda1b0
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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",