Not able to install kendo theme bootstrap. What is wrong with me
1 Answer, 1 is accepted
0
Stoyan
Telerik team
answered on 11 Aug 2021, 01:09 PM
Hi Srinivas,
Thanks for the provided snapshot and information.
ng add is only possible for packages that explicitly support schematics. In cases where you need npm packages that are not compatible with ng add you can simply use npm install as usual.
When using ng add for any of our Kendo Components the schematics automatically are searching if one of any Kendo Themes is included in the angular.json file. If the ng cli doesn't find any theme it will install and include it in the angular.json file.
If a theme should be installed by itself, the npm install command is the proper command to use as the Kendo Themes are a separate part from the components and they aren't supported by the ng add command.
I hope this helps. If any questions come to mind, please do not hesitate to contact us.