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
The latest version of node-fetch does not like form-data and will throw warnings.
We don't want to throw warnings, but to move forward would be not quick/easy and probably breaking.
The latest version of
node-fetch
does not likeform-data
and will throw warnings.We don't want to throw warnings, but to move forward would be not quick/easy and probably breaking.
See this for more: node-fetch/node-fetch#1167
This PR started to do things: #237
The text was updated successfully, but these errors were encountered: