matthew-andrews / isomorphic-fetch

Isomorphic WHATWG Fetch API, for Node & Browserify
MIT License
6.95k stars 289 forks source link

node-fetch 1.7.3 throws an error. #160

Closed adam-horvath closed 6 years ago

adam-horvath commented 6 years ago

Hi,

isomorphic-fetch is required by multiple modules I use. It requires "node-fetch": "^1.0.1". Therefore, version 1.7.3 of node-fetch will be installed which now throws error messages when I build my app. I assume that the use of the newer version of node-fetch would solve this issue (the current version is 2.0.0).

Best regards, Adam