-
Notifications
You must be signed in to change notification settings - Fork 128
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
fix: fix issues with native node fetch #245
Conversation
Also, remove use of deprecated code.
Codecov Report
@@ Coverage Diff @@
## main #245 +/- ##
==========================================
+ Coverage 86.50% 86.57% +0.06%
==========================================
Files 5 5
Lines 415 417 +2
Branches 61 62 +1
==========================================
+ Hits 359 361 +2
Misses 56 56
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I saw where the PR code was modified in
|
@171h I'm using Node v20 too, but it somehow works on my machine. Have you tried deleting node_modules, .nuxt, .output folders? On the other hand, I personally don't like the recursive implementation of Edit: I am unable to replicate the error in Windows 11. |
I have deleted |
I used |
This problem may already have been fixed by this pr nodejs/node#47732 since node v20.2.0 |
This is an attempt to fix the issue highlighted in nuxt/nuxt#19245 and nuxt/nuxt#19245/issuecomment-1575671354.