From a9254a1a2377f3dbd06a1be2880912487effcae0 Mon Sep 17 00:00:00 2001 From: Ashwin Phatak Date: Fri, 18 Aug 2017 11:37:04 +0530 Subject: [PATCH] Use exact Node & NDK versions known to work in prerequisites --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 035bba10..8bcf7ecd 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,10 @@ The API reference is located at [realm.io/docs/javscript/latest/api](https://rea In case you don't want to use the precompiled version on npm, you can build Realm yourself from source. You’ll need an Internet connection the first time you build in order to download the core library. Prerequisites: -- Node 4.0+ +- Node: 4.0 <= version < 7.0 - Xcode 7.2+ - Android SDK 23+ -- Android NDK 10e+ +- Android NDK 10e First clone this repository: