diff --git a/docs/contributing/developing.rst b/docs/contributing/developing.rst index c431c0d71e..5fb76ff8cc 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 `_, version 14. +Install `Node.js `_, version 16. 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 `_. 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 `_.