-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exe was not launched when creating using node 20 #129
Comments
could you tell me what error you get? |
I am not getting any error but when I am trying to launch the exe from installer then it is not working |
Please show me |
@robertsLando here is attached log |
related issue #16 |
@robertsLando is there any quick way to fix the issue without using es-build option? since it may require a lot of changes to |
@shash81 unfortunately nope |
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 pkg@5.8.1 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: