Not able to install kendo theme bootstrap

1 Answer 291 Views
General Discussions
Srinivas
Top achievements
Rank 2
Iron
Veteran
Iron
Srinivas asked on 11 Aug 2021, 12:28 AM

Hi,

Not able to install kendo theme bootstrap. What is wrong with me

 

1 Answer, 1 is accepted

Sort by
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.

Regards,
Stoyan
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
General Discussions
Asked by
Srinivas
Top achievements
Rank 2
Iron
Veteran
Iron
Answers by
Stoyan
Telerik team
Share this question
or