Skip to content

Commit

Permalink
Replace references to Node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas authored and gasman committed Aug 11, 2017
1 parent aea1b76 commit 9149056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4
8
2 changes: 1 addition & 1 deletion docs/contributing/developing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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, version 4.x, 5.x or 6.x. Instructions for installing Node.js can be found on the `Node.js download page <https://nodejs.org/download/>`_.
Install Node.js, version 8. Instructions for installing Node.js can be found on the `Node.js download page <https://nodejs.org/download/>`_.
You can also use Node version manager (nvm) since Wagtail supplies a ``.nvmrc`` file in the root of the project with the minimum required Node version - see nvm's `installation instructions <https://github.com/creationix/nvm>`_.

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 <http://pillow.readthedocs.org/en/latest/installation.html#external-libraries>`_.
Expand Down

0 comments on commit 9149056

Please sign in to comment.