Closed tdang2 closed 5 years ago
There is a dev dependency on @types/async-lock
in the package.json.
This project has not been browserified yet. It works in a node.js environment. Hence there will be unexpected blockers when trying to use it in an angular app.
Any idea when it will be browserified? Really was wanting to use this in my Angular App as well.
Someone has created an eventhub viewer website. It may be interesting for you to take a look. We have a meta issue https://github.com/Azure/azure-event-hubs-node/issues/56 for tracking browser support. We should be able to get it working in the next sprint or two.
Closing this in favor of the meta issue.
Hello,
Context: I am trying to use event-hubs-node within Angular 6 app. The build error I got is
ERROR in node_modules/azure-event-hubs/typings/lib/util/utils.d.ts(1,23): error TS2688: Cannot find type definition file for 'async-lock'.
However, when I tried to to
npm install --save @types/async-lock
. My build failed with other dependencies such as the followingMy current app dependencies are:
Please let me know if you need additional information. Thanks!