Hey folks, So npm v7 has hit general availability, and is now the default version of npm[1]. This is a slight problem for us because the current version of cordova-fetch is not compatible with npm v7. Raphael made a pull request to change how cordova-fetch handles installation[2], which has been merged but not yet released.
Any objections to getting a release of cordova-fetch going? I think this qualifies as a patch release, but I'd be fine doing a minor if that's what people prefer. ~Darryl 1. https://github.blog/2021-02-02-npm-7-is-now-generally-available/ 2. https://github.com/apache/cordova-fetch/pull/91