This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: override node-fetch version (#3835)
We need the fix from node-fetch/node-fetch#1172 in node-fetch otherwise we can't detect when the other end of a streaming response closes the connection. At the moment we're using a fork of node-fetch with this patch applied but the npm7 depdending hoisting algorithm hoists the wrong version so here we add a dep to the root package.json to ensure we get the right one. This should only affect development and not published versions. We can revert this and switch to undici when node 16 becomes lts at the end of October.
- Loading branch information