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.

This commit is contained in:
Yashar Moradi
2016-01-12 18:00:16 +01:00
parent 08e51d1c8e
commit f725a46220

View File

@@ -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)