[Error] NetworkInformation, missing Interface.
Opened this issue · 4 comments
phyr0s commented
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;
~~~~~~~~~~~~~~~~~~
GusLAN commented
+1
brolo1313 commented
and what is solution? the same
igor-h commented
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
igor-h commented
did you found any solution for it guys?
@phyr0s @brolo1313 @GusLAN