update node deps

This commit is contained in:
Pavel Mineev
2020-04-09 03:35:35 -05:00
committed by Umputun
parent 923f182be5
commit aecad2fce9
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -589,8 +589,8 @@ It stars backend service with embedded bolt store on port `8080` with basic auth
#### Build
* install [Node.js 8](https://nodejs.org/en/) or higher;
* install [NPM 6.1.0](https://www.npmjs.com/package/npm);
* install [Node.js 12.11](https://nodejs.org/en/) or higher;
* install [NPM 6.13.4](https://www.npmjs.com/package/npm);
* run `npm install` inside `./frontend`;
* run `npm run build` there;
* result files will be saved in `./frontend/public`.
+2 -1
View File
@@ -123,6 +123,7 @@
"redux-thunk": "^2.3.0"
},
"engines": {
"node": ">=12"
"node": ">=12.11",
"npm": ">=6.13.4"
}
}