From c7927e228dfde059c93e08c26b54dd8026144583 Mon Sep 17 00:00:00 2001 From: Maksim Beliaev Date: Mon, 10 Apr 2023 11:34:26 +0200 Subject: [PATCH] doc: Update README.md (#2822) Co-authored-by: Christian Clauss --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7636ad5482..1f0c9b1584 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,6 @@ Install tools and configuration manually: * Install Visual C++ Build Environment: [Visual Studio Build Tools](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools) (using "Visual C++ build tools" workload) or [Visual Studio Community](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community) (using the "Desktop development with C++" workload) - * Launch cmd, `npm config set msvs_version 2017` If the above steps didn't work for you, please visit [Microsoft's Node.js Guidelines for Windows](https://github.com/Microsoft/nodejs-guidelines/blob/master/windows-environment.md#compiling-native-addon-modules) for additional tips.