From f725a462209427b03e342a50b275cd291c658c0e Mon Sep 17 00:00:00 2001 From: Yashar Moradi Date: Tue, 12 Jan 2016 18:00:16 +0100 Subject: [PATCH] Fixes #4654 Metalsmith v2.0 and above uses generators which are not supported out of the box by node.js 0.12.x and below. --- DEVELOPING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index 769d01e66e..1b02a7fc25 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -25,7 +25,7 @@ The minimum requirements are: * GNU Make * Git -* [Node.js](http://nodejs.org/) (0.10.x or higher) +* [Node.js](http://nodejs.org/) (higher than 0.12.x) * Python 2.6 or 2.7 * Java 7 (JRE and JDK)