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
node-fetch v3 introduced a breaking-change by forcing a project to use ESM in order to import it. It doesn't seems like security holes are being patched in the v2.x version as they do with v3.
Either upgrade project to use ESM or remove node-fetch in favor of library like Axios.
The text was updated successfully, but these errors were encountered:
node-fetch v3 introduced a breaking-change by forcing a project to use ESM in order to import it. It doesn't seems like security holes are being patched in the v2.x version as they do with v3.
Either upgrade project to use ESM or remove node-fetch in favor of library like Axios.
The text was updated successfully, but these errors were encountered: