Problem description
node_modules/@grpc/grpc-js/build/src/call-stream.d.ts:9:10 - error TS2305: Module '"./subchannel"' has no exported member 'SubchannelCallStatsTracker'.
Unable to compile due to no exported member SubchannelCallStatsTracker
Reproduction steps
Any version of grpc/grpc-node at 1.8.1 and higher causes any dependent service/package to not compile successfully
Environment
- Node version: v14.19.3
- Node installation method nvm
- Package name and version:
grpc/grpc-node version 1.8.1 and above
Additional context
node_modules/@grpc/grpc-js/build/src/call-stream.d.ts:9:10 - error TS2305: Module '"./subchannel"' has no exported member 'SubchannelCallStatsTracker'.
9 import { SubchannelCallStatsTracker, Subchannel } from './subchannel';