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
Node reports Windows 10 on Windows 11 #40862
Comments
|
This should be reported upstream to libuv, which is the project that provides node with that information. |
|
On a related note, it seems the current consensus is that if |
|
Yes, and I know C++. GIve me the related files and functions, and I will fix them. |
|
|
|
Also, windows official documentations doesn't yet address |
Maybe 'Windows About'. |
|
From another web: |
|
Opened issue on libuv libuv/libuv#3381 |



Version
v14.17.6
Platform
x64
Subsystem
os
What steps will reproduce the bug?
On Windows 11, run os.version(). It will return 'Windows 10' instead 'Windows 11'. Strange.
How often does it reproduce? Is there a required condition?
Always, when the OS is Windows 11.
What is the expected behavior?
e.g. 'Windows 11 Home'
What do you see instead?
e.g. 'Windows 10 Home'
Additional information
No response
The text was updated successfully, but these errors were encountered: