micahstubbs commented on issue #2053: URL: https://github.com/apache/helix/issues/2053#issuecomment-1118046229
weird, I thought we just installed `@swimlane/ngx-charts@8` This warning shows `10`. https://stackoverflow.com/questions/31923195/how-to-find-reverse-dependencies-on-npm-package ```bash find ./node_modules/ -name package.json | xargs grep ngx-charts ``` produces this line, among others: ```py ./node_modules//@swimlane/ngx-graph/package.json: "@swimlane/ngx-charts": "^10.0.0", ``` Ah hah, so that's the problem. `ngx-graph` requires an newer version of `ngx-charts`. I see two options here: 1) downgrade `ngx-graph` to fix the warning 2) ignore the warning, and only come back to fix it if the helix-front tests don't pass. -- 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]
