This is a migrated thread and some comments may be shown as answers.

updated NPM theme download

2 Answers 175 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 18 Jun 2018, 06:29 PM

I'm trying to update my node_modules with the latest default theme .scss files but the most recent build on npmjs hasn't been updated to include styles for dropdowntree, chat, etc.

    npm install @progress/kendo-theme-default

 

I know the kendo theme github moved to a monolith-repo.  Is there an updated NPM package?

2 Answers, 1 is accepted

Sort by
0
Ivan Zhekov
Telerik team
answered on 20 Jun 2018, 11:19 AM
Hello, Andrew.

The styles for the chat and dropdowntree are present in the latest kendo-theme-default (v2.54.0). You can always verify the content by browsing the package via unpkg --https://unpkg.com/@progress/kendo-theme-default. Here is the all.css file: https://unpkg.com/@progress/kendo-theme-default@2.54.0/dist/all.css. If you search in it, you will see the chat and dropdowntree styles present. 

As for the reason why you are no seeing the updated files, could it be, perhaps because you have a package lock and it's preventing you from obtaining the latest version without explicit npm update? Or if you have referenced the npm package via github repo...

Could you try to create a new empty npm project and install the theme there with npm install @progress/kendo-theme-default --save-dev (per say). If the theme installs correctly, then you should probably look at your package.json in your project.

Regards,
Ivan Zhekov
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Andrew
Top achievements
Rank 1
answered on 20 Jun 2018, 02:44 PM
Thanks, it ended up being a folder permissions issue that was causing the npm update to fail.  
Tags
General Discussions
Asked by
Andrew
Top achievements
Rank 1
Answers by
Ivan Zhekov
Telerik team
Andrew
Top achievements
Rank 1
Share this question
or