micahstubbs commented on issue #2088: URL: https://github.com/apache/helix/issues/2088#issuecomment-1124237808
wait, that doesn't look right. We are still seeing the peer dep complaint. ```py npm WARN @ngtools/[email protected] requires a peer of @angular/compiler-cli@>=5.0.0 <8.0.0 || ^7.0.0-beta.0 npm WARN @ngtools/[email protected] requires a peer of typescript@>=2.4.0 < 3.3 ``` ```py npm ls @ngtools/webpack [email protected] /Users/m/workspace/helix/helix-front ├─┬ @angular-devkit/[email protected] │ └── @ngtools/[email protected] └── @ngtools/[email protected] ``` -- 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]
