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

@progress/kendo-ui missing kendo.all.min.js and other *.js when downloaded it with NPM

1 Answer 262 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Guillermo
Top achievements
Rank 1
Guillermo asked on 27 Jul 2018, 01:52 PM

I tried to install @progress/kendo- with NPM but I don't get all .js that I need (e: kendo.all.min.js, angular.min.js, ..). I have an account that allows me to use Kendo- Professional. When I try to install it I don't get the last version. I am logged in when I use , I try this: " login --registry=https://registry.npm.telerik.com/ --scope=@progress" and put my credentials. I am logged in successful, "Logged in as to scope @progress on https://registry.npm.telerik.com/".  later type: " install --save @progress/kendo-". I get this version: kendo-ui@2017.somethings... but I want this one: kendo-ui@2018.2.704. However, if I use Bower I get the version I want and the one I have the files I need. What's happening with Kendo- Professional and NPM ??

Thanks in advance!!!

1 Answer, 1 is accepted

Sort by
0
Veselin Tsvetanov
Telerik team
answered on 31 Jul 2018, 08:55 AM
Hi Guillermo,

The reason for not finding the newer versions of Kendo UI on NPM is that we have migrated from the Telerik NPM registry to the public one. Further information could be found in our documentation. Note, that you will need to remove the Telerik registry information (and log in credentials) from your .npmrc file.

As per the minified versions of the Kendo scripts, they are not shipped with the NPM distribution of the suite. The reason behind is that the scripts are expected to be consumed by a package loader (Webpack, for example).

Regards,
Veselin Tsvetanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
General Discussions
Asked by
Guillermo
Top achievements
Rank 1
Answers by
Veselin Tsvetanov
Telerik team
Share this question
or