Declined
Last Updated: 26 Jul 2022 07:31 by ADMIN
Shide
Created on: 19 Jul 2022 11:39
Category: Kendo UI for Angular
Type: Bug Report
0
Error on server for tabstring and stepper after installing kendo-angular-layouts

I have installed kendo-angular-layout package and after running the command npm start Im receiving the errors represented in the pictures. 

 

Im not sure how to fix this?

 

Im not sure how to check my Kendo package version as well /

1 comment
ADMIN
Martin
Posted on: 26 Jul 2022 07:31

Hi Shide,

We have recently migrated all Kendo UI for Angular packages and their latest versions are now shipped as Ivy libraries compatible with Angular 12 and 13. More details about the effort could be found here: https://github.com/telerik/kendo-angular/issues/3502

Having this in mind, please be aware that following the Getting Started guide will prompt the latest version of the Layout package to be installed, and if the existing project has an Angular version lower than 12 the package would not work as expected.

If upgrading the Angular version is not an option, we still offer support for Angular v8 - v11. Existing package versions are tagged with "ng8" through "ng11" on npm. These tags can substitute regular version numbers in both command-line npm usage and package.json, for example:

ng add @progress/kendo-angular-grid@ng11

https://www.telerik.com/kendo-angular-ui/components/installation/up-to-date/#toc-updating-to-unsupported-releases

If the project is updated to Angular v12.x or v13.x, then the Upload package would need to be respectively updated to its latest version, too. This should remove the 'override' error from the console:

https://www.telerik.com/kendo-angular-ui/components/installation/up-to-date/#toc-updating-to-compatible-releases

In order to ensure that the packages are updated correctly and to avoid any cache-related problems:

  1. Try deleting the node_modules folder and package-lock.json file.
  2. Update the packages following the steps from the article.

I hope this helps.

Regards,
Martin
Progress Telerik

The Premier Dev Conference is back! 

Coming to you live from Progress360 in-person or on your own time, DevReach for all. Register Today.