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
It no longer seems possible to guarantee we have compatible versions of the Google API/client libraries, because google-auth-library depends on gtoken ^2.3.0, and gtoken 2.3.2 depends on gaxios, which is broken in node 6.10.
It no longer seems possible to guarantee we have compatible versions of the Google API/client libraries, because google-auth-library depends on gtoken ^2.3.0, and gtoken 2.3.2 depends on gaxios, which is broken in node 6.10.
There is a hack we can use mentioned here: googleapis/gaxios#44 (comment)
Adding this code where the google-auth-library is used makes things run again, but the real solution is twofold:
The text was updated successfully, but these errors were encountered: