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.
The generated proto list has unneeded common protos which is in gax, but not in the generator. So including those set of protos like google.api.annotations.proto will give the below error.
UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open 'protos/google/api/annotations.proto'
It’s because that the api depends on other apis which have different paths so that the commonprefix which is used to filter the protos is incorrect.
The generated proto list has unneeded common protos which is in gax, but not in the generator. So including those set of protos like
google.api.annotations.proto will give the below error.It’s because that the api depends on other apis which have different paths so that the commonprefix which is used to filter the protos is incorrect.
use case: nodejs-asset, nodejs-containeranalysis.