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

Install Kendo UI Professional Bower Package

26 Answers 1353 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
teaspoon
Top achievements
Rank 1
teaspoon asked on 07 May 2015, 04:09 AM

The documentation here... 

    http://docs.telerik.com/kendo-ui/install/bower#install-kendo-ui-professional-bower-package

Says that this repository exists...

   https://bower.telerik.com/bower-kendo-ui.git

But I don't see that it does.

Which causes errors and keeps me from managing my kendo-ui js libraries the same as my other client-side libraries.  Is there some trick to getting access to this repository?  (I have a DevComplete License)

 Thanks.

 

26 Answers, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 08 May 2015, 08:16 AM
Hi,

the installation instructions in the documentation seem to work as expected on my side. I am not sure what you mean by "I don't see that it does". Did you try following the instructions provided? What kind of error did you get? 

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
teaspoon
Top achievements
Rank 1
answered on 11 May 2015, 07:09 PM

Thanks for the reply.  I don't see that the git repository is available.  I have no trouble installing other packages with bower... just this one.

If I simply surf to the address provided, I get a 404: 

    https://bower.telerik.com/bower-kendo-ui.git

If I try to include this in my bower.json file...

{
   "name": "ASP.NET",
   "private": true,
   "dependencies": {
     "bootstrap": "3.0.0",
     "jquery": "1.10.2",
     "jquery-validation": "1.11.1",
     "jquery-validation-unobtrusive": "3.2.2",
     "hammer.js": "2.0.4",
     "bootstrap-touch-carousel": "0.8.0",
     "angular": "1.3.15",
     "kendo-ui": "https://bower.telerik.com/bower-kendo-ui.git#~2014.3.1425"
   }
}

I get this error...

bower kendo-ui#~2014.3.1425 not-cached https://bower.telerik.com/bower-kendo-ui.git#~2014.3.1425
bower kendo-ui#~2014.3.1425 resolve https://bower.telerik.com/bower-kendo-ui.git#~2014.3.1425
bower kendo-ui#~2014.3.1425 ECMDERR Failed to execute "git ls-remote --tags --heads https://bower.telerik.com/bower-kendo-ui.git", exit code of #-532462766

 Any ideas for making this work properly?

0
teaspoon
Top achievements
Rank 1
answered on 11 May 2015, 07:53 PM
Note:  I am using VS 2015 RC.
0
flexdev
Top achievements
Rank 1
answered on 13 May 2015, 06:26 AM
Hope it is okay to ask here too. But I am planning on purchasing Kendo UI pro, but in the meantime, can I pull this in with bower if my Kendo UI is trial? 
0
T. Tsonev
Telerik team
answered on 13 May 2015, 07:28 AM

Hello,

You'll need to store the credentials as Visual Studio will not ask you for them. See the updated documentationThis is not necessary if you use dnu restore from the command line.

Mark, the Bower repo is not available during trial.

I hope this helps.

Regards,
T. Tsonev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
flexdev
Top achievements
Rank 1
answered on 13 May 2015, 05:50 PM
For now, this is not a visual studio project. Just a web project using angular, bower, node, etc.... So if I try to do bower install as mentioned above in that documentation, says invalid authentication of which I know I am using the correct. Hence why I ask if one can grab the pro tools via bower if account is utilizing trial version?
0
T. Tsonev
Telerik team
answered on 15 May 2015, 10:25 AM

Hello,

No, the professional bower package is not available during trial. You'll have to deploy locally.

See the documentation.

Regards,
T. Tsonev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Abby
Top achievements
Rank 1
answered on 17 Jul 2015, 10:38 AM
it dosent work for me even with the net rc file 
0
teaspoon
Top achievements
Rank 1
answered on 17 Jul 2015, 12:52 PM
Followed the instructions religiously, but it never worked for me either.  Will try again with the production release of VS.  Maybe that will fix it.
0
Petyo
Telerik team
answered on 20 Jul 2015, 06:22 AM
Hello,

sorry for the inconvenience - we had a disruption of the service last week. Everything should work as expected now - please let us know if it does not work for you, we will investigate it further. 

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Michael
Top achievements
Rank 1
answered on 01 Aug 2015, 03:09 AM

I've followed the documentation to the letter, the error appears in VS 2015 when I restore packages:

ECMDERR Failed to execute "git ls-remote --tags --heads https://bower.telerik.com/bower-kendo-ui.git", exit code of #-532462766

_netrc​ in my user directory:

machine bower.telerik.com
        login mdingman@accudev.ca
        password xxxxxxxx

My screen looks almost the same as Abby's or I would post a shot.

Should I be opening a ticket for this as others are getting the same result?

 Thanks​

0
Abby
Top achievements
Rank 1
answered on 01 Aug 2015, 08:56 PM
yep i got exsactly the same situation and telerik support - useless , dispite including several screen shots , assuring them it worked on 2013 and proving security was fine by showing git pulling all of it down from the command line - all they kept doing was insisting it was the netrc file and not there system.... disapointed
0
Patrick
Top achievements
Rank 2
answered on 02 Aug 2015, 06:03 PM

This doesn't work for me either :(.  I'm trying to recreate the example posted at http://www.telerik.com/blogs/telerik-web-ui-products-now-support-vs-2015-rtm?utm_source=twitter&utm_medium=social&utm_campaign=support-kb&linkId=15976958 and I get the following error message when I try and save the bower.json file:

 ECMDERR Failed to execute "git ls-remote --tags --heads https://bower.telerik.com/bower-kendo-ui.git", exit code of #-532462766

Please sort this out, Telerik, because otherwise you can't claim (as the blog post I linked to says "Telerik Web UI products now support VS 2015"), because your instructions aren't yet complete enough to enable users to do this (at least with ASP.NET 5 websites).

Thanks

 

 

0
Michael
Top achievements
Rank 1
answered on 03 Aug 2015, 05:47 PM

I'm fixed, git.exe was not in my path for some reason after installing.  After adding git to the path I was able to install Kendo through VS 2015 using Bower.  Hope this helps.

 

Michael

0
Stacey
Top achievements
Rank 1
answered on 14 Sep 2015, 09:23 PM
I feel inclined to point out that the documentation has moved once again to http://docs.telerik.com/kendo-ui/intro/getting-started#install-kendo-ui-as-a-kendo-ui-core-or-kendo-ui-professional-bower-package
0
Petyo
Telerik team
answered on 15 Sep 2015, 07:08 AM

Hello Stacey,

 

this is correct; I am sorry for the inconvenience; we forgot to introduce some redirects - they will be in place shortly. 

 

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Stacey
Top achievements
Rank 1
answered on 21 Sep 2015, 06:50 PM
The link that discusses storing your repository credentials is also broken.
0
Stacey
Top achievements
Rank 1
answered on 21 Sep 2015, 06:53 PM
Man, this whole bower thing is a horrible mess. Nothing works right, at all. I've had easier root canals. I don't understand why the documentation keeps jumping around, and isn't at all accurate?
0
Stacey
Top achievements
Rank 1
answered on 21 Sep 2015, 07:30 PM

Okay, well, this is the instructions for how I finally got it to work; Hope this assists someone else.

Windows

Start by going to your user home folder (C:\users\[name]) and creating a blank, extensionless text file named _netrc.

Populate _netrc like this;

machine bower.telerik.com
login ​[teleriklogin@email]
password [telerikpassword]

Then, open a command line and set a PATH like this;

SETX HOME %USERPROFILE%

After that, run this command through git.

git config credential.helper '$shortname -f _netrc -d'

With all that done, you should be able to open up a command line or Visual Studio 2015 and install the bower package with the following command;

0
Suhail
Top achievements
Rank 1
answered on 16 Oct 2015, 10:41 AM
It works like charm. 1+ for pointing out it was a git issue.
0
FACTS Info
Top achievements
Rank 1
answered on 22 Oct 2015, 12:17 PM

get the exact same error.  Can someone create a power shell to configure Bower for VS 15?

 

0
FACTS Info
Top achievements
Rank 1
answered on 22 Oct 2015, 12:18 PM
Would you mind to share your steps?
0
md
Top achievements
Rank 1
answered on 30 Dec 2016, 11:44 AM

I have got an error when I installed  kendo ui library into webbit server in linux machine. 

Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH  

0
Stefan
Telerik team
answered on 03 Jan 2017, 09:40 AM
Hello Azam,

This is not a known issue and I did notice that a new duplicate thread was open on the same subject:

http://www.telerik.com/forums/content-length-mismatch

Please also check the following articles for this error:

http://stackoverflow.com/questions/22183859/javascript-err-content-length-mismatch

http://stackoverflow.com/questions/25993826/err-content-length-mismatch-on-nginx-and-proxy-on-chrome-when-loading-large-file

After checking the available information, the issue may not be directly related to the Kendo UI Bower Package but indeed to be related to a third-party.

Let me know if you need additional assistance on this matter.

Regards,
Stefan
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Diogo
Top achievements
Rank 1
answered on 15 Mar 2017, 03:23 PM
how are trial users supposed to access it?
0
Stefan
Telerik team
answered on 16 Mar 2017, 02:22 PM
Hello Diogo,

As stated in the previous reply by my colleagues the Bower packages for Kendo UI Professional are not available during :

" No, the professional bower package is not available during trial. You'll have to deploy locally.
See the documentation
"

Regards,
Stefan
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data (charts) and form elements.
Tags
General Discussions
Asked by
teaspoon
Top achievements
Rank 1
Answers by
Petyo
Telerik team
teaspoon
Top achievements
Rank 1
flexdev
Top achievements
Rank 1
T. Tsonev
Telerik team
Abby
Top achievements
Rank 1
Michael
Top achievements
Rank 1
Patrick
Top achievements
Rank 2
Stacey
Top achievements
Rank 1
Suhail
Top achievements
Rank 1
FACTS Info
Top achievements
Rank 1
md
Top achievements
Rank 1
Stefan
Telerik team
Diogo
Top achievements
Rank 1
Share this question
or