Closed freezegr closed 3 years ago
Node does not have fetch built-in like your browser, there are many different options you can use though. As stated in the README.
Library does not force any fetch polyfills, If you don't already have a fetch polyfill we recommend using isomorphic-unfetch like the tests use.
Thank you.
how to fix it