I m trying to add angul…

less than 1 minute read

I’m trying to add @angular/flex-layout but it keeps getting compile errors.. I assume that I need to update versions so I ran ng update and saw that core/material/rxjs/cdk needs to be updated.. but what ever I run ng update (eg. @angular/core ) I get “Package “x” has an incompatible peer dependency to “y””.. like Package "codelyzer" has an incompatible peer dependency to "@angular/core" .. what do I need to do?

Responses:

Note: It’s a brand new workspace and app.. generated last week

Updated: