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
Today I used patch-package to patch dropbox@10.34.0 for the project I'm working on.
I ran into an issue where using the built in fetch with node v20 didn't work so uppon switching to node-fetch I ran into a deprication warning
(node:40056) [node-fetch#buffer] DeprecationWarning: Please use 'response.arrayBuffer()' instead of 'response.buffer()'
(Use `node --trace-deprecation ...` to show where the warning was created)
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
dropbox@10.34.0
for the project I'm working on.I ran into an issue where using the built in fetch with node v20 didn't work so uppon switching to node-fetch I ran into a deprication warning
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: