From 1872fd68da7f73b4b69866eb0cfc7cc9ee6cd523 Mon Sep 17 00:00:00 2001 From: lavrton Date: Fri, 28 Aug 2015 10:41:10 +0700 Subject: [PATCH] update node instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3abbeb09..64184043 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This repository began as a GitHub fork of [ericdrowell/KineticJS](https://github We are using [node-canvas](https://github.com/LearnBoost/node-canvas) to create canvas element. 1. Install node-canvas [https://github.com/LearnBoost/node-canvas/wiki/_pages](https://github.com/LearnBoost/node-canvas/wiki/_pages) -2. `npm install jsdom` +2. `npm install jsdom@3.x` (jsdom v4 require iojs) 3. `npm install konva` See file `resources/nodejs-demo.js` for example.