Fetch is not defined error fixed nodejs ReferenceError fetch api call error solved

preview_player
Показать описание
In this video ,I try to fix an error ReferenceError: fetch is not defined in node js .Fetch can not use to make api calls directly in node js .So i use a npm package node-fetch to solve that error ReferenceError: fetch is not defined
Рекомендации по теме
Комментарии
Автор

After using import you get "Cannot use import statement outside a module" syntax error what about that part, how to get rid of this thing??

i_code_daily