From 8ae3bce46896671bdd6b63049f058308ad57605b Mon Sep 17 00:00:00 2001 From: Artur Girenko Date: Sun, 24 Sep 2017 16:05:05 +0200 Subject: [PATCH] update minimum required node version as reported in #136 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8ddeb6..a53d0a8 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ If you've previously done React Native or Clojure development, you should hopefu have most installed already. Platform dependencies are listed under their respective tools. - [npm](https://www.npmjs.com) `>=1.4` - - [Node.js](https://nodejs.org) `>=4.0.0` + - [Node.js](https://nodejs.org) `>=7.1.0` - [react-native-cli](https://www.npmjs.com/package/react-native-cli) `>=0.1.7` (install with `npm install -g react-native-cli`) - [watchman](https://facebook.github.io/watchman/) `>=4.9.0` - [Leiningen](http://leiningen.org) `>=2.5.3`