dr-aiuta
Results
3
comments of
dr-aiuta
maybe this could help ``` const auth = new google.auth.GoogleAuth({ keyFile: './service.json', scopes: [ 'https://www.googleapis.com/auth/contacts',... ], clientOptions: { subject: '[email protected]' }, }); ```
Same issue here, node 18.15.0
Quick fix is to open DevTools (same shortcut of your chrome browser or open it using the main menu on top), select the div where tabs are in and delete...