How to upgrade kendoreact to new version? which npm command?
1 Answer, 1 is accepted
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.*.*:
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