matthew-andrews / isomorphic-fetch

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

Update node fetch #138

Closed RobertWHurst closed 7 years ago

RobertWHurst commented 7 years ago

The version of node fetch used is out of date and produces broken stack traces that do not include the error message. This fixes that issue.

ndelvalle commented 7 years ago

Any news about this PR, it would be nice to merge it 🙂

matthew-andrews commented 7 years ago

I don't think this should be necessary — the semver constraint is sufficient to match against version 1.7.1… I believe npm should pull in the latest node-fetch (1.7.1) even with this more loose constraint in the package.json file. Would you mind double checking and sharing more details if that's not true?

screen shot 2017-06-29 at 10 31 09