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 minimum required node version is 12.17.0 It was in this version that dynamic import was added to CJS.
At the moment, I'm faced with a dilemma, upgrade to node-fetch 3 or go to undici. Node.JS version 16 is recommended anyway. Since I need fixes of problems and not go away from the standard API to other request clients.
In that file you use import('node-fetch').then istead of require. Version of node is 12.13.0.
The text was updated successfully, but these errors were encountered: