Skip to content

Commit

Permalink
Update contributing docs to specify Node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Aug 31, 2021
1 parent 5f3207c commit f8f7f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/developing.rst
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 10. Instructions for installing Node.js can be found on the `Node.js download page <https://nodejs.org/download/>`_.
Install Node.js, version 14. 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 <https://pillow.readthedocs.org/en/latest/installation.html#external-libraries>`_.
Expand Down

0 comments on commit f8f7f54

Please sign in to comment.