let os = require('os'); console.log("Platform: " + os.platform()); console.log("Architecture: " + os.arch());
Platform: win32 Architecture: x64