scaleflex / ng-cloudimage-responsive

Cloudimage responsive plugin will make your website load the exact image size you need depending on your user's screen size. Multiple pixel ratios are supported. Any questions or issues, please report to https://github.com/scaleflex/ng-cloudimage-responsive/issues
MIT License
16 stars 6 forks source link

No support yet for Angular 11+ #23

Closed Sampath-Lokuge closed 3 years ago

Sampath-Lokuge commented 3 years ago

Hi,

It gives this error. Any clue? Thanks!

ng update @angular/core @angular/cli

Package "ng-cloudimage-responsive" has an incompatible peer dependency to "@angular/common" (requires "^8.1.1" (extended), would install "11.2.11"). Package "ng-cloudimage-responsive" has an incompatible peer dependency to "@angular/core" (requires "^8.1.1" (extended), would install "11.2.11"). × Migration failed: Incompatible peer dependencies found. Peer dependency warnings when installing dependencies means that those dependencies might not work correctly together. You can use the '--force' option to ignore incompatible peer dependencies and instead address these warnings later. See "C:\Users\Sampath\AppData\Local\Temp\ng-mxhhvu\angular-errors.log" for further details.

We use this version now with Angular 10 and no issues there:

"ng-cloudimage-responsive": "2.1.3",

vitaly-shaposhnik commented 3 years ago

Hi @Sampath-Lokuge ! Fixed in 2.1.6 version

Sampath-Lokuge commented 3 years ago

Hi @vitaly-shaposhnik It is working now. Thanks!