Getting warns from material-carousel on npm install
HDeiro opened this issue · 0 comments
HDeiro commented
When I execute npm install
I've been receiving these errors
npm WARN @ngmodule/material-carousel@0.6.0 requires a peer of @angular/material@^7.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngmodule/material-carousel@0.6.0 requires a peer of rxjs@~6.3.3 but none is installed. You must install peer dependencies yourself.
I have @angular/material@8.2.3
and rxjs@6.5.5
.