Need More Info
Last Updated: 19 Jun 2025 07:07 by ADMIN
Siddaroodh
Created on: 12 Jun 2025 11:45
Category: Kendo UI for Angular
Type: Bug Report
0
kendo module its not working giving error

./node_modules/@progress/kendo-angular-layout/fesm2022/progress-kendo-angular-layout.mjs:19:0-75 - Error: Module not found: Error: Can't resolve '@progress/kendo-angular-progressbar' in 'C:\LiveMRIProjects\MRI.AgoraInsightsAnywhere-Angular\node_modules\@progress\kendo-angular-layout\fesm2022'

./node_modules/@progress/kendo-angular-layout/fesm2022/progress-kendo-angular-layout.mjs:22:0-56 - Error: Module not found: Error: Can't resolve '@progress/kendo-angular-intl' in 'C:\LiveMRIProjects\MRI.AgoraInsightsAnywhere-Angular\node_modules\@progress\kendo-angular-layout\fesm2022'

 

this is the error is coming

when we add kendo thing into module.ts file

1 comment
ADMIN
Zornitsa
Posted on: 19 Jun 2025 07:07

Hi Siddaroodh,

Thank you for the details provided.

In general, the Kendo UI for Angular packages depend on other packages, which get automatically installed if the `ng add` command is used:

However, if using the manual installation approach with `npm install`, each dependency package needs to be installed by hand:

In this line of thought, the shared errors indicate that the `@progress/kendo-angular-progressbar` and `@progress/kendo-angular-intl` packages are not installed in the application where the Layout package is installed. However, the mentioned packages are required dependencies of the Layout package, and so they must also be installed in a project where the Layout is utilized. 

For reference, below you can find an article that lists all of the required dependencies of the Layout package:

With the above being said, can you please try installing the `@progress/kendo-angular-progressbar` and `@progress/kendo-angular-intl` packages (and the remaining dependencies if you notice that there are others missing) in the project and let me know if the error still persists?

npm install --save @progress/kendo-angular-progressbar @progress/kendo-angular-intl

I hope the provided information is helpful. 

Regards,
Zornitsa
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.