| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review requested:
|
Sorry, something went wrong.
|
Rebased on current v22.x-staging This should be a candidate for inclusion into #61947. The current documentation section v22.x : BUILDING > Supported toolchains is incorrect for Windows. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Refs: #60869
Refs: #61449
Situation
The Supported toolchains section for v22.x lists Visual Studio >= 2022 with the Windows 10 SDK on a 64-bit host.
By implication, this includes also the latest release of Microsoft Visual Studio which is Visual Studio 2026.
.\vcbuild fails to run in the v22.x branch on Windows 11 25H2 in a PowerShell terminal with the Windows Prerequisites installed, with only Visual Studio Build Tools 2026 installed.
Support for Visual Studio Build Tools 2026 requires a minimum of gyp-next@0.21.0.
The Node.js v22.x branch includes gyp-next@0.20.4 in v22.x/tools/gyp and so lacks support for Visual Studio 2026.
Failure log
Change
In BUILDING.md