From 1c74db1f008fa49d1ac2e337d7ddcc84cfd8324f Mon Sep 17 00:00:00 2001 From: senshu Date: Sun, 8 May 2016 14:21:22 +0200 Subject: [PATCH] Building fails with node.js 6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb9340d9..4cd4a982 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ or Install the build tools and dependencies ---------------------------------------- -Install [Node.js](http://nodejs.org/), [Bower](http://bower.io/) +Install [Node.js](http://nodejs.org/) (< 6.0.0), [Bower](http://bower.io/) and the [Grunt](http://gruntjs.com/) CLI. In Debian/Ubuntu and their derivatives, you can type the following commands.