Skip to content

2.2.0 is broken - "cannot find module dapr-client" #263

@orgalaf

Description

@orgalaf

Expected Behavior

When importing like this

import { CommunicationProtocolEnum, DaprClient, HttpMethod } from 'dapr-client';

I expect typescript to recognize the import.

Actual Behavior

Typescript does not find the module and definitions. Building the project fails saying it cannot find the module.

Steps to Reproduce the Problem

Install 2.2.0 and try to import into a ts file and build.

Current fix

Fall back to 2.1.0

Metadata

Metadata

Labels

P0bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions