You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating to fetch-mock from v6 to v7, we now get a missing peer dependency warning when installing:
warning " > [email protected]" has unmet peer dependency "node-fetch@*".
However we only use fetch-mock to mock native browser usage, so have no need to install the node-fetch package other than to silence the warning.
Would it be possible to:
consider removing the peer dep, to prevent the warning for the browser mocking use-case
or if that's not desired, then add a mention about it in the upgrading guide? (technically adding a peer dep is a breaking change, since it can make certain package managers exit non-zero when they didn't before)
Many thanks :-)
The text was updated successfully, but these errors were encountered:
Hi!
After updating to fetch-mock from v6 to v7, we now get a missing peer dependency warning when installing:
However we only use fetch-mock to mock native browser usage, so have no need to install the node-fetch package other than to silence the warning.
Would it be possible to:
Many thanks :-)
The text was updated successfully, but these errors were encountered: