You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe undici.fetch method is only available in Node 16.8+. And it is used to request. I remember I tried to implement the undici.request method, but never successfully did, as it doesn't have some features that fetch does.
Error trace
Node version 16 and higher
Version 14 will throw fetch is not a function in udici
Maybe somehow related?
nodejs/node#35572
nodejs/undici#448
The text was updated successfully, but these errors were encountered: