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
What Node versions, OSs and CPU architectures are you building for?
node20-win-x64
Describe the Bug
when trying to create exe using below command
node ../node_modules/@yao-pkg/pkg/lib-es5/bin.js -t host -c package.json --output ../pkg/node.exe server/start.js,
exe was not launch
but when I am using the [email protected] with node 18 it is working fine
Expected Behavior
for node 20 executable should work
To Reproduce
try to create a exe for single node exe for node 20
The text was updated successfully, but these errors were encountered:
Please show me package.json content and also share pkg command output with --debug flag. Then run the result package with DEBUG_PKG=2 env var and share the run output as well
What version of pkg are you using?
6.1.1
What version of Node.js are you using?
20.18.0
What operating system are you using?
window 10
What CPU architecture are you using?
x86_64
What Node versions, OSs and CPU architectures are you building for?
node20-win-x64
Describe the Bug
when trying to create exe using below command
node ../node_modules/@yao-pkg/pkg/lib-es5/bin.js -t host -c package.json --output ../pkg/node.exe server/start.js,
exe was not launch
but when I am using the [email protected] with node 18 it is working fine
Expected Behavior
for node 20 executable should work
To Reproduce
try to create a exe for single node exe for node 20
The text was updated successfully, but these errors were encountered: