You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const fetch = require('node-fetch'); is outdated for Node JS now the program use import and is causing errors in Replit. Please update with a new source.
The text was updated successfully, but these errors were encountered:
This code is outdated, example;
const fetch = require('node-fetch');
is outdated for Node JS now the program useimport
and is causing errors in Replit. Please update with a new source.The text was updated successfully, but these errors were encountered: