From 3f6cbeb9d48063f160642768191d05b11be0c09c Mon Sep 17 00:00:00 2001 From: John Pfuntner Date: Wed, 26 Apr 2017 11:31:22 -0400 Subject: [PATCH] Document version requirement for Node.js and npm Address issue #31 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5749915..6c69e99 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ The goal is to run [helloblockchain.js](https://github.com/ratnakar-asara/Node-S 1. Install npm if not installed already, instructions are [here](http://blog.npmjs.org/post/85484771375/how-to-install-npm) + The demo is not supported by the most current versions of Node.js (version 7 and beyond) and npm. We recommend the LTS version of Node.js which includes npm. + 1. clone this repository ``` git clone https://github.com/IBM-Blockchain/SDK-Demo.git