Skip to content
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

Promise not resolving #1067

Open
rmanibus opened this issue Nov 23, 2023 · 1 comment
Open

Promise not resolving #1067

rmanibus opened this issue Nov 23, 2023 · 1 comment
Labels

Comments

@rmanibus
Copy link

rmanibus commented Nov 23, 2023

What happened:
when using nexe version from the current master, it is possible to build a working node 20 binary thanks to #1063 , however when trying to run the packaged exe, I see some code executed, but promises are never resolving.

Switching back to rc2 version after node binary is built solve the problem.
The same error happens with every version of node I tried (16, 18 and 20).

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment:

  • Platform(OS/Version): windows
  • Host Node Version: 20
  • Target Node Version: 20
  • Nexe version: master
  • Python Version:
@rmanibus rmanibus added the bug label Nov 23, 2023
@bruce-one
Copy link
Contributor

Could you provide a simple reproduction? (e.g. a JS file to bundle/build?) We've tried a moderately complex application with nexe, which leverages promises and it's working here - although it is on Linux not Windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants