There are questions about OS version on the Stack Overflow but not about the Windows name, I am looking to find out Windows name using Node.js.
I have looked into so many modules like os
, platform
, getos
and using process
etc. and found that these are helpful to get operating system description, process environment etc. I am able to get it is Linux or Windows too i.e. which platform I am using.
But, how can I check, is it Windows 7 or 8 which is installed on my system using Node.js?
I am using kinect2
module in my Node.js project which is working fine on Windows 8 but I am looking to use it on Windows 7.
I have checked that Kinect2 will not work with Windows 7.