From 1035d1445b1abba544f117d04f4a7f8ebe409f86 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 3 Jan 2017 16:47:32 +0000 Subject: [PATCH] Specify version 4.x, 5.x or 6.x of Node Gulp 3.x is currently incompatible with Node 7: https://github.com/gulpjs/gulp/issues/1843 Fixes #3253 --- docs/contributing/developing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/developing.rst b/docs/contributing/developing.rst index b8eccdfdc..e528b782a 100644 --- a/docs/contributing/developing.rst +++ b/docs/contributing/developing.rst @@ -15,7 +15,7 @@ If you'd prefer to set up all the components manually, read on. These instructio Setting up the Wagtail codebase ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Install Node.js, v5.3.0 or higher. Instructions for installing Node.js can be found on the `Node.js download page `_. You will also need to install the **libjpeg** and **zlib** libraries, if you haven't done so already - see Pillow's `platform-specific installation instructions `_. +Install Node.js, version 4.x, 5.x or 6.x. Instructions for installing Node.js can be found on the `Node.js download page `_. You will also need to install the **libjpeg** and **zlib** libraries, if you haven't done so already - see Pillow's `platform-specific installation instructions `_. Clone a copy of `the Wagtail codebase `_: