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
This occurs because path.sep is \ when Node.js is running on Windows.
You have to change path separator in your credentials "~/.gcloud/keyfile.json" from / to windows-style \ like below.
References: nodejs/node#684
Node Version: 9.5.0
googleProvider.js
credentials.split(path.sep)
does not appear to be splitting the path as expected.The text was updated successfully, but these errors were encountered: