Wild guess: are you on Node 18+?
Node 18 has built-in fetch, so if you’re also using `node-fetch`, they might clash.
Try removing `node-fetch` and just use global fetch.
Node 18 has built-in fetch, so if you’re also using `node-fetch`, they might clash.
Try removing `node-fetch` and just use global fetch.
