I found some problems with some of these libraries, I was getting warnings from node during builds, and after some time troubleshooting I found out that node-fetch@2.7 uses whatwg-url@5.0 which is an obsolete dependency that uses deprecated syntax.

I think it's necessary to update the version of node-fetch
I found some problems with some of these libraries, I was getting warnings from node during builds, and after some time troubleshooting I found out that node-fetch@2.7 uses whatwg-url@5.0 which is an obsolete dependency that uses deprecated syntax.
I think it's necessary to update the version of node-fetch
node-pre-gyp/package.json
Line 29 in 3200e1c