Error installing Scheduler

1 Answer 51 Views
Scheduler
marco
Top achievements
Rank 1
Iron
marco asked on 15 Jan 2025, 12:17 AM | edited on 15 Jan 2025, 12:18 AM

I'm trying to install the Scheduler in an Angular project but I'm getting the following error:

Could not resolve dependency:
@angular/localize@"^19.0.0" from the root project

Conflicting peer dependency: @angular/compiler@19.0.6
node_modules/@angular/compiler
  peer @angular/compiler@"19.0.6" from @angular/localize@19.0.6
  node_modules/@angular/localize
    @angular/localize@"^19.0.0" from the root project

Fix the upstream dependency conflict, or retry
this command with --force or --legacy-peer-deps
to accept an incorrect (and potentially broken) dependency resolution.

 

I did tried with the --legacy-peer-deps flag but no luck. 

Here is the version of what I'm running on my project

Angular CLI: 19.0.6
Node: 22.13.0
Package Manager: npm 11.0.0
OS: win32 x64

 

1 Answer, 1 is accepted

Sort by
0
Accepted
marco
Top achievements
Rank 1
Iron
answered on 16 Jan 2025, 04:20 PM
I was able to solve the issue by installing first angular/localize 


ng add @angular/localize

before installing any kendo component
Tags
Scheduler
Asked by
marco
Top achievements
Rank 1
Iron
Answers by
marco
Top achievements
Rank 1
Iron
Share this question
or