New to Kendo UI for Angular? Start a free 30-day trial
Troubleshooting Kendo UI License Error, Resolving Console Warning, and Watermark on Components
Environment
Product | Progress® Kendo UI for Angular |
Description
When upgrading your Kendo UI package or renewing the Kendo UI license, you could encounter issues with the license activation such as the console showing a warning that the license is expired, or there is a watermark on the components indicating an invalid license.
Solution
To resolve the issue, follow these steps:
- Confirm the expiration date of your license by referring to the Downloading the License key article. Download the key and replace the one that you are using.
- Run
rm -rf .angular/cache
to clear the cache stored by Angular. - If you're setting the license key as an environment variable, run
Write-Output $env:KENDO_UI_LICENSE
in PowerShell to verify that there is no older version of the license key in the environment variable. It should be empty. If not empty, delete the environment variable and reset the environment variable to the new license key. - Delete the node_modules folder and the package-lock.json file.
- Run
npm cache clean
to clear the NPM cache. - Run
npm install
to install all the packages. - Activate the license and run the application.
Notes
- Make sure you have a valid Kendo UI license before proceeding with the activation.
- If the issue persists, please contact our support team for further assistance.