Skip to content

Latest pubsub version breaks dependencies with grpc (doesn't use common-grpc package) #2699

@lostpebble

Description

@lostpebble

Environment details

  • OS: Linux
  • Node.js version: 8.7.0
  • npm version: 5.4.2
  • google-cloud-node version:

Steps to reproduce

Try use the latest versions of @google-cloud/datastore and @google-cloud/pubsub together.

Because the latest version of @google-cloud/pubsub includes grpc as a direct dependency instead of using the package which seems to have been created for linking grpc together between libraries (@google-cloud/common-grpc), the versions of GRPC are clashing and causing problems such as #2667

To get my project working I had to revert to @google-cloud/pubsub:0.14.2

It appears to have been changed during this commit: #2627

Metadata

Metadata

Assignees

Labels

api: pubsubIssues related to the Pub/Sub API.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