I have a problem similar to this:
https://www.telerik.com/forums/license-activation-failed-for-react-project
i deleted node modules, package-lock and did npm cache clean -f. After reinstall I still get
I get this in localhost as well as our production environments. I see it worked in npm install
> @progress/kendo-licensing@1.2.2 postinstall C:\Development\CanvasCoreServices\EY.Kronos\EY.Kronos.Web\node_modules\@progress\kendo-licensing
> node ./bin/kendo-ui-license.js activate --ignore-no-license
(INFO) Kendo UI: KENDO_UI_LICENSE environment variable not set
(INFO) Kendo UI: Reading license from "C:\Development\CanvasCoreServices\EY.Kronos\EY.Kronos.Web\kendo-ui-license.txt"...
(INFO) Kendo UI: License imported successfully.
Any idea what I am doing wrong?
Hi, Shane,
Thank you for the provided information.
It is possible that you are using updated KendoReact components without regenerating your license file. Each licensing file contains information about the validity of the license for the current version, making it valid for previous versions as well.
In order to have the new valid license information included in the licensing file, you will need to regenerate the `kendo-ui-license.txt` file and activate it again. You can do it by following the steps below:
If this does not remove the warning, could you please send me your package.json file and license key so that I can look for the problem on my end?
Regards,Wissam
Progress Telerik
still failing for me. I am uploading my package.json and license.
i remembered that
also has kendo in it so i updated the license there and rebuilt and imported that new version into my application here but still no go. they both have the same key but I'm still getting the above error.
And I will be changing the license key in a few days too.
Hello, Shane,
I tested the license key and it worked without any warnings on my side, which means that the license key is valid. I am sending the project where I tested it as an attachment.
Could you please perform the following steps and get back to us with an update:
Thanks in advance for your cooperation.
Regards,Wissam
Progress Telerik