SyntaxFix
Write A Post
Hire A Developer
Questions
You should add this import in your file:
import * as fetch from 'node-fetch';
And then, run this code to add the node-fetch:
node-fetch
yarn add node-fetch