Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Unsatisfied types dependencies in 4.5.0 #429

@ofrobots

Description

@ofrobots

I am getting the following error with the latest 4.5.0:

node_modules/@google-cloud/logging/build/src/index.d.ts:32:24 - error TS2307: Cannot find module '@google-cloud/storage'.

32 import { Bucket } from '@google-cloud/storage';
                          ~~~~~~~~~~~~~~~~~~~~~~~

node_modules/@google-cloud/logging/build/src/index.d.ts:33:25 - error TS2307: Cannot find module '@google-cloud/bigquery'.

33 import { Dataset } from '@google-cloud/bigquery';
                           ~~~~~~~~~~~~~~~~~~~~~~~~

node_modules/@google-cloud/logging/build/src/index.d.ts:34:23 - error TS2307: Cannot find module '@google-cloud/pubsub'.

34 import { Topic } from '@google-cloud/pubsub';
                         ~~~~~~~~~~~~~~~~~~~~~~

Export of these dependencies seem like a mistake.

Metadata

Metadata

Labels

🚨This issue needs some love.api: loggingIssues related to the googleapis/nodejs-logging API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions