micahstubbs commented on issue #2092:
URL: https://github.com/apache/helix/issues/2092#issuecomment-1125486970

   Ah hah! We have a new error. It seems there are breaking changes in 
`ngx-vis`.
   
   ```ts
   
   ERROR in client/app/dashboard/dashboard.component.ts:13:10 - error TS2305: 
   Module '"../../../node_modules/ngx-vis/ngxvis"' has no exported member 
'VisNode'.
   
   13 import { VisNode, VisNodes, VisEdges, VisNetworkService, VisNetworkData, 
VisNetworkOptions } from 'ngx-vis';
               ~~~~~~~
   client/app/dashboard/dashboard.component.ts:13:19 - error TS2305: 
   Module '"../../../node_modules/ngx-vis/ngxvis"' has no exported member 
'VisNodes'.
   
   13 import { VisNode, VisNodes, VisEdges, VisNetworkService, VisNetworkData, 
VisNetworkOptions } from 'ngx-vis';
                        ~~~~~~~~
   client/app/dashboard/dashboard.component.ts:13:29 - error TS2305: 
   Module '"../../../node_modules/ngx-vis/ngxvis"' has no exported member 
'VisEdges'.
   
   13 import { VisNode, VisNodes, VisEdges, VisNetworkService, VisNetworkData, 
VisNetworkOptions } from 'ngx-vis';
                                  ~~~~~~~~
   client/app/dashboard/dashboard.component.ts:13:58 - error TS2305: 
   Module '"../../../node_modules/ngx-vis/ngxvis"' has no exported member 
'VisNetworkData'.
   
   13 import { VisNode, VisNodes, VisEdges, VisNetworkService, VisNetworkData, 
VisNetworkOptions } from 'ngx-vis';
                                                               ~~~~~~~~~~~~~~
   client/app/dashboard/dashboard.component.ts:13:74 - error TS2305: 
   Module '"../../../node_modules/ngx-vis/ngxvis"' has no exported member 
'VisNetworkOptions'.
   
   13 import { VisNode, VisNodes, VisEdges, VisNetworkService, VisNetworkData, 
VisNetworkOptions } from 'ngx-vis';
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to