You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to upgrade my project to Angular 8, but unfortunately I can't because this module seems to use an old dependency Angular 8 is not compatible with.
To update to Angular 8, I'm using ng update @angular/cli @angular/core as the Angular Update Guide says. But when I run the command I get:
Package "ngx-slick-carousel" has an incompatible peer dependency to "zone.js" (requires "^0.8.26", would install "0.9.1").
Incompatible peer dependencies found. See above.
[ERROR]
Maybe updating the package.json of this module would suffice, but I don't know if doing that would remove support for previous Angular versions.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello!
I'm trying to upgrade my project to Angular 8, but unfortunately I can't because this module seems to use an old dependency Angular 8 is not compatible with.
To update to Angular 8, I'm using
ng update @angular/cli @angular/core
as the Angular Update Guide says. But when I run the command I get:Maybe updating the package.json of this module would suffice, but I don't know if doing that would remove support for previous Angular versions.
Thanks!
The text was updated successfully, but these errors were encountered: