Hi,
I keep getting this error which prevents page from loading


Is there something I'm missing to do?
I'll provide any additional info you might need.
Thanks,
Nikola
@githubnikola node-fetch is only built to work with Node.js, as the name states. For isomorphic usage in the browser, use https://github.com/lquixada/cross-fetch.
Despite being used only with Node.js, Chrome doesn't fail to load the same page.
Do you have any idea why is that the case?
Thanks.
@githubnikola Webpack polyfills the entire HTTP library to make it work.
Most helpful comment
@githubnikola
node-fetchis only built to work with Node.js, as the name states. For isomorphic usage in the browser, use https://github.com/lquixada/cross-fetch.