From 5634ed3a6bb4a5e50d348e35327e2b480a764809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 30 Aug 2022 17:15:49 +0200 Subject: [PATCH] Website: some more info about the Windows installation of NodeJS --- .../content/development/getting-started/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/project-website/content/development/getting-started/_index.md b/web/project-website/content/development/getting-started/_index.md index 2def3990..f45e26b8 100644 --- a/web/project-website/content/development/getting-started/_index.md +++ b/web/project-website/content/development/getting-started/_index.md @@ -44,7 +44,9 @@ sudo npm install --global yarn {{< /tab >}} {{< 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