Build/Test Tools: Note the versions of NodeJS and npm supported.

This adds a note to the Getting Started section of the `README.md` file mentioning that NodeJS `14.x` and npm `6.x` is currently required to spin up a development environment.

Props elpanda13gmailcom, robinwpwebdeveloper, jakariaistauk, hztyfoon, seakashdiu, rudlinkon, fuadragib.
Fixes #55903.

git-svn-id: https://develop.svn.wordpress.org/trunk@54375 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2022-10-04 01:50:33 +00:00
parent 5cfc851ac0
commit 34af75d549

View File

@ -19,6 +19,8 @@ You will need Node and npm installed on your computer. Node is a JavaScript runt
If you are not using a package manager, see the [Node.js download page](https://nodejs.org/en/download/) for installers and binaries. If you are not using a package manager, see the [Node.js download page](https://nodejs.org/en/download/) for installers and binaries.
**Note:** WordPress currently only supports NodeJS `14.x` and npm `6.x`.
You will also need [Docker](https://www.docker.com/products/docker-desktop) installed and running on your computer. Docker is the virtualization software that powers the local development environment. Docker can be installed just like any other regular application. You will also need [Docker](https://www.docker.com/products/docker-desktop) installed and running on your computer. Docker is the virtualization software that powers the local development environment. Docker can be installed just like any other regular application.
### Development Environment Commands ### Development Environment Commands