Having trouble with import from node-fetch? Common issues and fixes? or How to properly use import fr

18 Replies, 731 Views

lol node-fetch is such a drama queen.

Try this hack:

`const fetch = (...args) => import('node-fetch').then(({default: fetch}) => fetch(...args));`

Works as a temp fix if nothing else does. Not ideal, but gets the job done.

Messages In This Thread



Users browsing this thread: 1 Guest(s)