Skip to content

Commit

Permalink
Update versions in package and nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
simison committed Aug 16, 2018
1 parent 5a765cb commit 56c5835
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8
10
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _These instructions are for installing locally. If you'd like to have containeri
## Prerequisites

Make sure you have installed all these prerequisites:
* [Node.js](https://nodejs.org/en/download/) v8+ and the NPM v5+ (`node --version && npm --version`). You can run multiple Node versions using [NVM](https://github.com/creationix/nvm).
* [Node.js](https://nodejs.org/en/download/) version 8 or 10 and the NPM v5+ (`node --version && npm --version`). You can run multiple Node versions using [NVM](https://github.com/creationix/nvm).
* [MongoDB](http://www.mongodb.org/downloads) v3.4. [v3.6 won't work](https://github.com/Trustroots/trustroots/issues/597). (`mongod --version`).
* [GraphicsMagick](http://www.graphicsmagick.org/). If you prefer [ImageMagick](http://www.imagemagick.org/) instead, change `imageProcessor` setting from `./configs/env/local.js` (see install step 2) to `imagemagic`. In Mac OS X, you can simply use [Homebrew](http://mxcl.github.io/homebrew/) and do:
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/Trustroots/trustroots"
},
"engines": {
"node": "^8.0.0",
"node": ">=8.0.0 <11",
"npm": ">=5.0.0"
},
"browserslist": [
Expand Down

0 comments on commit 56c5835

Please sign in to comment.