-
Notifications
You must be signed in to change notification settings - Fork 410
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
[Bug]: Upgrate from nodejs 21 to nodejs 22 throws RangeError #2747
Comments
dimonnwc3
changed the title
[Bug]: Upgrate from nodejs 21 to nodejs 22 throws RangeError using
[Bug]: Upgrate from nodejs 21 to nodejs 22 throws RangeError
Sep 2, 2024
FYI: seems issue is in nodejs itself, here is relevant issue: nodejs/node#54518 |
We only support NodeJS versions LTS, LTS-1 and LTS-2. Version 22 is thus not supported as it is not LTS. |
roggervalf
added a commit
that referenced
this issue
Nov 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
5.12.12
Platform
NodeJS
What happened?
Everything worked fine using nodejs 21, but after upgrade to nodejs 22,
add
method inflowProducer
throws an error. Likelyjob.add
does the same as it's used internally according to stack trace.How to reproduce.
call
flowProducer.add
methodRelevant log output
The text was updated successfully, but these errors were encountered: