From dde99e4f9eb39f90dfefa9f603ff987ceb9497cf Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 4 Apr 2020 18:09:09 +0200 Subject: [PATCH 1/2] build: fix vcbuild error for missing Visual Studio The previous error was wrongly redirecting users to the ICU installation steps, which is unrelated to missing Visual Studio. --- vcbuild.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcbuild.bat b/vcbuild.bat index 3d8df205423ab5..22c3e237acf570 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -321,7 +321,7 @@ goto msbuild-found :msbuild-not-found echo Failed to find a suitable Visual Studio installation. echo Try to run in a "Developer Command Prompt" or consult -echo https://github.com/nodejs/node/blob/master/BUILDING.md#windows-1 +echo https://github.com/nodejs/node/blob/master/BUILDING.md#windows goto exit :msbuild-found From 7e8208c2ddece006be730a2125b670f2aacbe17b Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 27 Apr 2020 09:38:12 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=CD=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit