v0.16.3 comes with incompatible grpc versions #70
Labels
api: pubsub
Issues related to the googleapis/nodejs-pubsub API.
🚨
This issue needs some love.
triage me
I really want to be triaged.
When using yarn, v0.16.3 introduced the following error for me:
The reason is that
@google-cloud/pubsub
now definesgrpc@^1.8.4
as a direct dependency as well asgoogle-gax@^0.14.2
.google-gax@^0.14.2
however currently pins its grpc dependency togrpc@~1.7.2
, see googleapis/gax-nodejs#178This altogether breaks
v0.16.3
of@google-cloud/pubsub
and provokes the above error. Pinninggrpc@~1.7.2
back in@google-cloud/pubsub
works as a workaround for now.Related:
The text was updated successfully, but these errors were encountered: