Skip to content

TypeScript compilation issue: No exported member 'SubchannelCallStatsTracker' #2345

@justinpinili

Description

@justinpinili

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';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions