When deploy nodejs app with check-node-version on Azure Websites (Azure App Service with Windows as OS).
From what I take a look, the script would return platform as win32 since it's Windows OS.
However on Azure websites, chcp return empty string. However where command working fine in this environment.
Below are images from console of Azure Websites.
Not sure is there anything we can do to solve this.



Thanks.
When deploy nodejs app with check-node-version on Azure Websites (Azure App Service with Windows as OS).
From what I take a look, the script would return platform as win32 since it's Windows OS.
However on Azure websites,
chcpreturn empty string. Howeverwherecommand working fine in this environment.Below are images from console of Azure Websites.
Not sure is there anything we can do to solve this.
Thanks.