Open CodeFoxLk opened 5 months ago
This is caused by an upstream dependency; once we release our next major it should work on Node 22 (which has this deprecation message).
temporary solution: add override in package.json
"overrides": { "whatwg-url": "^14.0.0" },
when import { OAuth2Client } from "google-auth-library"; this warning appears and when removed the import, it disappears
OS - MacOs sonoama v.14.5 node -v = 20.14.0 npm -v = 10.8.1 "google-auth-library": "^9.11.0",