mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-03-11 09:02:48 +00:00
(doc) specify latest LTS and later as baseline
This commit is contained in:
parent
8feb6627c5
commit
52a6bda1b0
2 changed files with 2 additions and 2 deletions
|
@ -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 
|
||||
* Install the NodeJS (we guarantee support for the latest LTS and later) 
|
||||
* 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",
|
||||
|
|
Loading…
Add table
Reference in a new issue