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
var client = new google.auth.OAuth2(o.client_id, o.client_secret, o.redirect_uri);
^
TypeError: Cannot read property 'OAuth2' of undefined
at Object.initialize (C:\Users\angel\AppData\Roaming\npm\node_modules\ee-runner\authenticate.js:21:34)
at Object.<anonymous> (C:\Users\angel\AppData\Roaming\npm\node_modules\ee-runner\ee-runner.js:26:5)
at Module._compile (internal/modules/cjs/loader.js:688:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:699:10)
at Module.load (internal/modules/cjs/loader.js:598:32)
at tryModuleLoad (internal/modules/cjs/loader.js:537:12)
at Function.Module._load (internal/modules/cjs/loader.js:529:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:741:12)
at startup (internal/bootstrap/node.js:285:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:739:3)
The text was updated successfully, but these errors were encountered:
after execute the next command
ee-runner caminos.js
I receive this error
The text was updated successfully, but these errors were encountered: