Docs: Correct the Chocolatey package name for Node in the local environment setup instructions.

Props pbearne

See #51414


git-svn-id: https://develop.svn.wordpress.org/trunk@49594 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2020-11-14 10:15:17 +00:00
parent 33c782abeb
commit 4da40cd5f0

View File

@ -16,7 +16,7 @@ You will need a basic understanding of how to use the command line on your compu
You will need Node and npm installed on your computer. Node is a JavaScript runtime used for developer tooling, and npm is the package manager included with Node. If you have a package manager installed for your operating system, setup can be as straightforward as:
* macOS: `brew install node`
* Windows: `choco install node`
* Windows: `choco install nodejs`
* Ubuntu: `apt install nodejs npm`
If you are not using a package manager, see the [Node.js download page](https://nodejs.org/en/download/) for installers and binaries.