Skip to content

Commit

Permalink
update node deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Mineev authored and umputun committed Apr 9, 2020
1 parent 923f182 commit aecad2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
"redux-thunk": "^2.3.0"
},
"engines": {
"node": ">=12"
"node": ">=12.11",
"npm": ">=6.13.4"
}
}

0 comments on commit aecad2f

Please sign in to comment.