-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
googleapis/gax-nodejs
#1559Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
-
Is this a client library issue or a product issue?
It is a client library dependency issue. Gax depends on features that exist on newer version than what is installed. -
Did someone already solve this?
- Search the issues already opened: https://github.com/googleapis/gax-nodejs/issues ✅
- Search the issues on our "catch-all" repository: https://github.com/googleapis/google-cloud-node ✅
- Search or ask on StackOverflow (engineers monitor these tags): http://stackoverflow.com/questions/tagged/google-cloud-platform+node.js ✅
Did not find any issues by searching with getUniverseDomain.
- Do you have a support contract?
Please create an issue in the support console to ensure a timely response.
If the support paths suggested above still do not result in a resolution, please provide the following details.
Environment details
- OS:
- Node.js version 18.17:
- npm version: 9.4.0
"node_modules/google-gax": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/google-gax/-/google-gax-4.3.0.tgz",
"integrity": "sha512-SWHX72gbccNfpPoeTkNmZJxmLyKWeLr0+5Ch6qtrf4oAN8KFXnyXe5EixatILnJWufM3L59MRZ4hSJWVJ3IQqw==",
"dependencies": {
"@grpc/grpc-js": "~1.9.6",
"@grpc/proto-loader": "^0.7.0",
"@types/long": "^4.0.0",
"abort-controller": "^3.0.0",
"duplexify": "^4.0.0",
"google-auth-library": "^9.0.0",
"node-fetch": "^2.6.1",
"object-hash": "^3.0.0",
"proto3-json-serializer": "^2.0.0",
"protobufjs": "7.2.6",
"retry-request": "^7.0.0",
"uuid": "^9.0.1"
},
"engines": {
"node": ">=14"
}
},
Steps to reproduce
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.