Skip to content
Snippets Groups Projects
Commit 52a6bda1 authored by Rigel Kent's avatar Rigel Kent
Browse files

(doc) specify latest LTS and later as baseline

parent 8feb6627
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment