Você tem duas alternativas para resolver esse problema:
You've two options to fix it:
No seu terminal instale uma versão antiga do node-fetch: npm install node-fetch@2
At yout terminal, install a old version of node-fetch: npm install node-fetch@2
No seu package.json, configure o seu projeto para suportar módulos assim: "type": "module"
At your package.json file, set the project type to support module.
Top comments (0)