You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node_modules/@azure/amqp-common/typings/src/util/utils.d.ts(1,8): error TS1192: Module '"C:/code/box/ehreader/node_modules/@types/async-lock/index"' has no default export.
Additional context
Unable to read messages from the EventHub using this library.
Package lock has the following version information for amqp-common and async-lock
`
"dependencies": {
"@azure/amqp-common": { "version": "1.0.0-preview.5",
"async-lock": { "version": "1.2.0",
`
The text was updated successfully, but these errors were encountered:
We do have a fix in place such that @types/async-lock gets installed as part of the package, but the change hasnt been shipped yet. #2706 is tracking that.
We will look into the possibility of shipping a minor version update and update the docs as well.
Describe the bug
Cannot create a EventHubClient.
import { EventHubClient } from '@azure/event-hubs'; const client = EventHubClient.createFromConnectionString(config.connection, config.name);
Results in the following error
Additional context
Unable to read messages from the EventHub using this library.
Package lock has the following version information for amqp-common and async-lock
`
"dependencies": {
"@azure/amqp-common": {
"version": "1.0.0-preview.5",
"async-lock": {
"version": "1.2.0",
`
The text was updated successfully, but these errors were encountered: