From 47b7b56cf9e63754b91eb88f0a54048ea884416b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Thu, 25 Jan 2024 21:52:24 +0100 Subject: [PATCH] Clarifying that NVM is recommended under Windows too --- Lombiq.NodeJs.Extensions/Docs/SetupWindows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lombiq.NodeJs.Extensions/Docs/SetupWindows.md b/Lombiq.NodeJs.Extensions/Docs/SetupWindows.md index 72b36416..e7fca6c8 100644 --- a/Lombiq.NodeJs.Extensions/Docs/SetupWindows.md +++ b/Lombiq.NodeJs.Extensions/Docs/SetupWindows.md @@ -1,8 +1,8 @@ # Recommended Setup of Node.js on Windows -We use [NVM for Windows](https://github.com/coreybutler/nvm-windows) to easily install, update and manage Node.js on our machines. As an added bonus, it allows us to switch between Node.js versions in a matter of seconds. If you’re on Linux, please follow [this guide](SetupLinux.md). +We recommend [NVM for Windows](https://github.com/coreybutler/nvm-windows) to easily install, update and manage Node.js on our machines instead of directly installing it. As an added bonus, it allows you to switch between Node.js versions in a matter of seconds. If you’re on Linux, please follow [this guide](SetupLinux.md). -If you're not part of Lombiq, you might want to skip the usage of NVM for Windows. In that case, install Node.js via its [installer](https://nodejs.org/en/download/) (we recommend the latest LTS version) and skip down to [Additional Configuration](#additional-configuration). +Alternatively, you can install Node.js via its [installer](https://nodejs.org/en/download/) directly (we recommend the latest LTS version) and skip down to [Additional Configuration](#additional-configuration). However, we recommend against trying to maintain a Node.js installation this way. ## Migration from an existing Node.js installation