You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
Hello - i am using PKG to create an executable from a node.js program -
this worked fine on windows 10 clients - but when a try to run the program on another client (with windows 8) - i get this a little bit weird error message:
Node.js is only supported on Windows 8.1., Windows Server 2012 R2, or higher. Setting the NODE_SKIP_PLATFORM_CHECK environment variable to 1 skips this check, but Node.js might not execute correctly. Any issues encountered on unsupported platform will not be fixed.
Is there any reason or workaround so this executable is also working on Windows 8?
Do i have to use a different node-version for making the executable?
The text was updated successfully, but these errors were encountered:
Hello - i am using PKG to create an executable from a node.js program -
this worked fine on windows 10 clients - but when a try to run the program on another client (with windows 8) - i get this a little bit weird error message:
Node.js is only supported on Windows 8.1., Windows Server 2012 R2, or higher. Setting the NODE_SKIP_PLATFORM_CHECK environment variable to 1 skips this check, but Node.js might not execute correctly. Any issues encountered on unsupported platform will not be fixed.
Is there any reason or workaround so this executable is also working on Windows 8?
Do i have to use a different node-version for making the executable?
The text was updated successfully, but these errors were encountered: