79675903

Date: 2025-06-23 09:06:37
Score: 2.5
Natty:
Report link

Try adding default at the end as shown below,

const fetch = require('node-fetch').default;

When using require('node-fetch'), you must access the default property

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kushal Thakkar