When I try to ng update @angular/cli@12 @angular/core@12 on my angular 11 project which has "ngx-embed-video": "^1.0.4", as a dependency in package.json, I get the following error:
Package "ngx-embed-video" has an incompatible peer dependency to "@angular/common" (requires "^6.0.0" (extended), would install "12.0.5").
When I try to
ng update @angular/cli@12 @angular/core@12
on my angular 11 project which has"ngx-embed-video": "^1.0.4",
as a dependency in package.json, I get the following error: