microsoft/BotFramework-DirectLineJS

[Error] NetworkInformation, missing Interface.

Opened this issue · 4 comments

When installing and running the project the interface NetworkInformation does not exist -->

Error: node_modules/botframework-directlinejs/lib/directLineStreaming.d.ts:13:26 - error TS2304: Cannot find name 'NetworkInformation'.

13 networkInformation?: NetworkInformation;
~~~~~~~~~~~~~~~~~~

+1

and what is solution? the same

I'm facing same issue:

Error: node_modules/botframework-directlinejs/lib/directLineStreaming.d.ts:13:26 - error TS2304: Cannot find name 'NetworkInformation'.

13     networkInformation?: NetworkInformation;

Cannot find any solution.
I'm using Angular 16.2.
And Typescript 5.1.3

did you found any solution for it guys?
@phyr0s @brolo1313 @GusLAN