-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
Building Node.js on Visual Studio 2019 #27214
Copy link
Copy link
Closed
Labels
buildIssues and PRs related to Node.js builds or CI infrastructure.Issues and PRs related to Node.js builds or CI infrastructure.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Description
Activity
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to Node.js builds or CI infrastructure.Issues and PRs related to Node.js builds or CI infrastructure.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Is your feature request related to a problem? Please describe.
Visual Studio 2019 just came out and I tried to build node.js with it. I had a look at the supported toolchains and found that the only toolchain supported for Windows is
Visual Studio 2017- https://github.com/nodejs/node/blob/master/BUILDING.md#windowsAre there any plans to support building Node.js on Visual Studio 2019?
Describe the solution you'd like
Node.js should build successfully on Visual Studio 2019.
Describe alternatives you've considered
N/A