Closed cazala closed 1 year ago
This fixes an issue when running npm start:
npm start
Error [ERR_REQUIRE_ESM]: require() of ES Module
This was due to node-fetch v3 which uses ES modules, so we need to use v2
node-fetch
This fixes an issue when running
npm start
:This was due to
node-fetch
v3 which uses ES modules, so we need to use v2