Skip to content

Commit c52b7fe

Browse files
committed
update README
1 parent c8a8ca9 commit c52b7fe

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6.9.1

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ This starter also embeds `JWT token based` `authentication` (check [Route](https
6262

6363
### Prerequisite
6464

65+
#### Node JS version required is `>=6.5.0+`.
66+
*Node JS 4.x will enter maintenance phase in April 2017 so you better upgrade now or soon to new LTS which is v6.x.*
67+
68+
> Better use [nvm](https://github.com/creationix/nvm) to manage your Node JS versions.
69+
6570
An Easy and fast way to get your graphql backend is to **register for free at [Scaphold](https://scaphold.io)**.
6671

6772
> This starter has been created with a scaphold free plan.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"engine": {
3+
"node" : ">6.5.0"
4+
},
25
"name": "react-redux-graphql-apollo-bootstrap-webpack-starter",
36
"version": "0.1.1",
47
"description": "react js + redux + graphQL + Apollo + react router + hot reload + devTools + bootstrap + webpack starter",

0 commit comments

Comments
 (0)