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
{{ message }}
This repository was archived by the owner on Mar 19, 2026. It is now read-only.
When I run npm i in the root directory, I see this failure:
nodejs-access-context-manager$ npm i
> @google-cloud/[email protected] prepare /usr/local/google/home/rennie/gitrepos/generated-owlbot-repos/nodejs-access-context-manager
> npm run compile-protos && npm run compile
> @google-cloud/[email protected] compile-protos /usr/local/google/home/rennie/gitrepos/generated-owlbot-repos/nodejs-access-context-manager
> compileProtos src
> @google-cloud/[email protected] compile /usr/local/google/home/rennie/gitrepos/generated-owlbot-repos/nodejs-access-context-manager
> tsc -p . && cp -r protos build/
src/v1/access_context_manager_client.ts:449:21 - error TS2339: Property 'warn' does not exist on type 'typeof import("/usr/local/google/home/rennie/gitrepos/generated-owlbot-repos/nodejs-access-context-manager/node_modules/google-gax/build/src/index")'.
449 this.warn = gax.warn;
~~~~
src/v1/access_context_manager_client.ts:480:7 - error TS2554: Expected 2 arguments, but got 3.
480 this._providedCustomServicePath
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/v1/access_context_manager_client.ts:4422:31 - error TS2339: Property 'close' does not exist on type 'OperationsClient'.
4422 this.operationsClient.close();
~~~~~
Found 3 errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/[email protected] compile: `tsc -p . && cp -r protos build/`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/[email protected] compile script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /usr/local/google/home/rennie/.npm/_logs/2021-10-08T19_34_55_017Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/[email protected] prepare: `npm run compile-protos && npm run compile`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @google-cloud/[email protected] prepare script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /usr/local/google/home/rennie/.npm/_logs/2021-10-08T19_34_55_130Z-debug.log
I'm following instructions to generate a new library. The library is:
https://github.com/googleapis/nodejs-access-context-manager
When I run
npm iin the root directory, I see this failure:cc @sofisl