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 discovered today that the response.headers.forEach method was undefined in the used version of node-fetch. I checked that project's issue tracker and apparently it has been fixed in that project.
However, this project is still using an older version. Would be great if we could see an update. :)
Cheers.
The text was updated successfully, but these errors were encountered:
This package is compatible with the latest version of node-fetch. The version range is ^1.0.1 which includes the latest version 1.5.3 of node-fetch. You just need to update your dependencies using npm install.
I discovered today that the
response.headers.forEach
method was undefined in the used version ofnode-fetch
. I checked that project's issue tracker and apparently it has been fixed in that project.However, this project is still using an older version. Would be great if we could see an update. :)
Cheers.
The text was updated successfully, but these errors were encountered: