-
Notifications
You must be signed in to change notification settings - Fork 50
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
RangeError [Error]
when using startFromWorker
API
#2045
Comments
Your repro doesn't run on my system as I only have NodeJS v18, and I don't want to spend hours figuring out the clusterfuck that is installing a custom NodeJS version. However, looking at the code, #2047 should fix this. |
Simplest and most reliable way to manage different node versions is using nvm, eg: nvm i 20 Also, FYI: node 18 is not even "active" anymore. |
Sometimes, when using the
startFromWorker
API I get the following error:In most cases this issue doesn't happen in a deterministic manner, but somehow I managed to create a reproduction where the issue does happen deterministically.
The text was updated successfully, but these errors were encountered: