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 error happens when compiling the code with typescript due to using require('./operations_client_config')
instead of require('./operations_client_config.json')
in the file google-gax/build/src/operationsClient
this error happens when compiling the code with typescript due to using
require('./operations_client_config')instead of
require('./operations_client_config.json')in the file
google-gax/build/src/operationsClientplease change it.