This is a migrated thread and some comments may be shown as answers.

How to upgrade kendoreact in exist app?

1 Answer 1140 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 10 Aug 2019, 04:06 AM
How to upgrade kendoreact to new version? which npm command?

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 13 Aug 2019, 08:02 AM
Hello, Mark,

The npm update command will update the package to the latest version depending on how the package is set in the package.json file. In most cases it will update to the latest version with the starting version. For example, in our case it will update to the latest version starting with 3.*.*:

https://docs.npmjs.com/cli/update

As our latest version is starting with 3, there are couple of ways to update it:

1) Use npm install (package name) which will install to latest version.

2) change the package.json to say @progress/kendo-react-packagename - ": "^3.0.0"" or "latest"

Please check and advise if the packages are still not updated.

Regards,
Stefan
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Mark
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or