Even though I import node fetch as instructed for v3.0.0:
import fetch from 'node-fetch';
I get en error:
Error: Must use import to load ES Module: ...\node_modules\node-fetch\src\index.js
require() of ES modules is not supported.
after downgrading to node-fetch v2.6.1, works fine
Even though I import node fetch as instructed for v3.0.0:
import fetch from 'node-fetch';
I get en error:
Error: Must use import to load ES Module: ...\node_modules\node-fetch\src\index.js
require() of ES modules is not supported.
after downgrading to node-fetch v2.6.1, works fine