Website: some more info about the Windows installation of NodeJS

This commit is contained in:
Sybren A. Stüvel 2022-08-30 17:15:49 +02:00
parent ab14c97b2e
commit 5634ed3a6b

View File

@ -44,7 +44,9 @@ sudo npm install --global yarn
{{< /tab >}} {{< /tab >}}
{{< tab "Windows" >}} {{< tab "Windows" >}}
Install [Node v16 LTS](https://nodejs.org/en/download/) and then install Yarn via: Install [Node v16 LTS](https://nodejs.org/en/download/). Be sure to enable the "Automatically install the necessary tools" checkbox.
Then install Yarn via:
``` ```
npm install --global yarn npm install --global yarn