-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Wrong os.release() #25896
Comments
Whats the output of |
|
As it turns this is caused by a change on Microsofts part. Node uses MS documentation: https://msdn.microsoft.com/en-us/library/windows/desktop/ms724451(v=vs.85).aspx |
I'm not that much into C/C++, but I found the following methods:
I'm glad to help, however, I won't be able to provide actual code. |
This seems related: nodejs/node#2332 |
Yep, that's the same issue. Seems like it can be solved pretty easily. |
@maxrimue |
@dnakamura Since the |
@maxrimue Yeah, the ver command seems the most appealing |
This will be fixed when nodejs/node#2843 lands. |
@joaocgreis Nice! |
Done. Should make the v0.12.8 release! |
On Windows 10, 'os.release()' gets me '6.3.9600', however, the correct output for Windows 10 should be something with '10.0'. I'm running Node.js v0.12.7 64-bit on a 64-bit Windows 10, and I installed it after I upgraded to Windows 10, if that's important.
The text was updated successfully, but these errors were encountered: