-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Upgrade to node-fetch 3.x #2750
Upgrade to node-fetch 3.x #2750
Conversation
This reverts commit 4778da8.
Codecov Report
@@ Coverage Diff @@
## develop #2750 +/- ##
===========================================
+ Coverage 64.91% 65.26% +0.35%
===========================================
Files 8 8
Lines 285 285
===========================================
+ Hits 185 186 +1
+ Misses 100 99 -1
Continue to review full report at Codecov.
|
Since Node 18 will probably get native fetch support, I think that we don't need to continue this topic any further. See #2649 |
This is an attempt to tackle issue #2649.
Since
node-fetch
is converted into an ES module, a simple require statement no longer works.