How to check which kendo version is installed in Angular project

1 Answer 786 Views
General Discussions
sachin
Top achievements
Rank 1
sachin asked on 15 May 2023, 08:27 AM

Hi ,

We are in to process to upgrade kendo UI for one of our angular project.

1. How to check which existing version is installed in angular project with NPM command.

2. How to install new version on below existing angular environment:

Angular CLI: 6.2.2
Node: 14.20.0
Angular: 6.1.7

regards,

Sachin Verma

1 Answer, 1 is accepted

Sort by
0
Martin Bechev
Telerik team
answered on 17 May 2023, 10:16 AM

Hi Sachin,

Angular v6 is no longer supported:

https://www.telerik.com/kendo-angular-ui/components/installation/requirements/

We strongly recommend installing the latest Angular versions (or at least v13) which will allow you to use the latest Kendo UI for Angular package versions (v12.0). In case updating the Angular isn't possible up to now, please check the following article about how to update the Kendo packages to unsupported Angular releases:

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

Regards,
Martin
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
serge
Top achievements
Rank 2
Bronze
Iron
Iron
commented on 15 Jan 2024, 09:01 AM

Hello Martin, the original question was how to check what version of telerik is already installed in an angular project. I also have this question, could you give us a lift?
Zornitsa
Telerik team
commented on 15 Jan 2024, 01:54 PM

Hi Serge,

You can check the currently installed versions of all Kendo packages in your project by running the following npm command in the terminal:

npm list --prod | grep kendo

Feel free to check the following article for more detailed information about `npm list` command:

https://www.javascripttutorial.net/nodejs-tutorial/npm-list/

An alternative approach would be manually inspecting the versions of the corresponding packages in the package.json file of your project. 

Hope that the provided information will be helpful.

Regards,
Zornitsa
Progress Telerik

serge
Top achievements
Rank 2
Bronze
Iron
Iron
commented on 15 Jan 2024, 01:57 PM

hello, that is for linux machines, for windows i found that we could use npm list --depth=0 | Select-String "@progress/kendo-angular", however, the output is not really clear, multiple libraries have multiple versions, so is not clear what version of angular telerik is installed and used in the project.
Yanmario
Telerik team
commented on 18 Jan 2024, 07:54 AM

Hi Serge,

Yes, the specific command will work on Linux, Mac, or bash on Windows. I would suggest some online research on an npm command that searches by keyword and outputs the package names as there should be a Windows equivalent.

Regards,
Yanmario
Progress Telerik

Tags
General Discussions
Asked by
sachin
Top achievements
Rank 1
Answers by
Martin Bechev
Telerik team
Share this question
or