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.
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.
