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 Jan 21, 2026. It is now read-only.
The current published build produces the following error messages on tsc:
node_modules/@google-cloud/trace-agent/build/src/plugin-types.d.ts:18:41 - error TS7016: Could not find a declaration file for module './trace-api'.
node_modules/@google-cloud/trace-agent/build/src/plugin-types.d.ts:20:30 - error TS7016: Could not find a declaration file for module './util'.
According to the cdn cache these files are really missing. However, a local try npm run compile-all on v3.1.0 produces the files.
The current published build produces the following error messages on
tsc:According to the cdn cache these files are really missing. However, a local try
npm run compile-allonv3.1.0produces the files.