From 45340d2a0df74d5b7687d6602db2e01a4147745d Mon Sep 17 00:00:00 2001 From: jazelly Date: Tue, 6 Aug 2024 00:32:34 +0930 Subject: [PATCH] doc: windows build bug in visual studio v17.10.x Refs: https://github.com/nodejs/build/issues/3739 --- BUILDING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILDING.md b/BUILDING.md index 3c5b71dc211253..0ee6a43ca3c218 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -644,6 +644,7 @@ Optional requirements to build the MSI installer package: Optional requirements for compiling for Windows on ARM (ARM64): * Visual Studio 17.6.0 or newer + > **Note:** There is [a bug](https://github.com/nodejs/build/issues/3739) in `17.10.X`, which prevents Node.js from compiling. * Visual Studio optional components * Visual C++ compilers and libraries for ARM64 * Visual C++ ATL for ARM64