-
Notifications
You must be signed in to change notification settings - Fork 31k
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
vcbuild.bat is somewhat broken on Windows #29417
Comments
I'm on Windows 10, version 1903 (18362.329) with Visual Studio 2019 (16.2.3). |
Use |
output
I do have Python 2 installed in |
/cc @refack @joaocgreis @nodejs/platform-windows |
@targos what is the output of
|
|
@targos thanks! I see the issue, I'll prepare a PR. I'm wondering how this worked before, there might be another issue in the new code. Can you paste the output of:
|
|
This code previously assumed the default value was always printed to the console by reg.exe as "(default)", but this is not true on localized versions of Windows and can contain spaces. Fixes: nodejs#29417
@joaocgreis I confirm it works on my computer. Thanks a lot for the help and fix! |
This code previously assumed the default value was always printed to the console by reg.exe as "(default)", but this is not true on localized versions of Windows and can contain spaces. Fixes: #29417 PR-URL: #29423 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: David Carlier <[email protected]>
On my machine:
Sorry for the error message in French. Is there a way I can get a more verbose output?
The text was updated successfully, but these errors were encountered: