-
Notifications
You must be signed in to change notification settings - Fork 38
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
TypeError on Node 19 #379
Comments
Thanks for the tip. I'll see what I can do there. To have the variables directly accessible, I create my own Global Context and add the NodeJs methods there. This explains quite well the ERR_INVALID_THIS. Let's see what all I have to adjust. |
The local execution looks good now, but the unit tests still fail. This seems to be a bug of mockttp (httptoolkit/mockttp#107) though. |
It's not urgent. I'm just pinning node:16 in my pipelines. Thanks for taking a look 🙌 |
Hi I forgot about the issue. I released an update. Please retest it. It should be fixed. Thanks |
Confirm that it works for node:18. Thanks for fixing it so quickly! |
Having some problems after installing Node 19. This worked before on Node 16
Using httpyac version 5.8.2
The text was updated successfully, but these errors were encountered: