-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building Node.js on Visual Studio 2019 #27214
Comments
Not that I'm aware. The build tool, tools/gyp, needs to be taught to write VS2019-compatible project files. I don't know how much work that entails. |
Actually current master support this. Just change I am thinking change current strategy. If we can't find vs2017, then we find vs2019 to build instead of a failure message. cc @nodejs/platform-windows @targos |
Building and testing Node.js with Visual Studio 2019 is now working as expected. Fallback to VS 2017 if VS 2019 was not found. Fixes: nodejs#27214
Building and testing Node.js with Visual Studio 2019 is now working as expected. Fallback to VS 2017 if VS 2019 was not found. Fixes: #27214 PR-URL: #30022 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
Building and testing Node.js with Visual Studio 2019 is now working as expected. Fallback to VS 2017 if VS 2019 was not found. Fixes: #27214 PR-URL: #30022 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
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
The text was updated successfully, but these errors were encountered: