2017-03-26 3 views
0

Ich habe versucht, Abhängigkeiten zu installieren, aber es scheint, als Telerik nicht lassen Testmitgliedschaft, um eine der Abhängigkeiten zu installieren.Fehler bei der Installation von @progress Abhängigkeiten

Ich ging auf ihre Website http://www.telerik.com/kendo-angular-ui/getting-started/ und befolgte die Schritte für die Installation. Aber nachdem er mit npm login --registry=https://registry.npm.telerik.com/ [email protected] Anmeldung als ich versuche npm view @progress/kendo-angular-grid versions ich folgende Fehlermeldung erhalten auszuführen:

npm ERR! registry error parsing json 
npm ERR! Windows_NT 6.1.7601 
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "view" "@progress/kendo-angular-gr 
id" "versions" 
npm ERR! node v6.9.5 
npm ERR! npm v3.10.10 

npm ERR! Unexpected token < in JSON at position 0 
npm ERR! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
npm ERR! <html xmlns="http://www.w3.org/1999/xhtml"> 
npm ERR! <head> 
npm ERR! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> 
npm ERR! <title>403 - Forbidden: Access is denied.</title> 
npm ERR! <style type="text/css"> 
npm ERR! <!-- 
npm ERR! body{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;} 
npm ERR! fieldset{padding:0 15px 10px 15px;} 
npm ERR! h1{font-size:2.4em;margin:0;color:#FFF;} 
npm ERR! h2{font-size:1.7em;margin:0;color:#CC0000;} 
npm ERR! h3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} 
npm ERR! #header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF; 
npm ERR! background-color:#555555;} 
npm ERR! #content{margin:0 0 0 2%;position:relative;} 
npm ERR! .content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;} 
npm ERR! --> 
npm ERR! </style> 
npm ERR! </head> 
npm ERR! <body> 
npm ERR! <div id="header"><h1>Server Error</h1></div> 
npm ERR! <div id="content"> 
npm ERR! <div class="content-container"><fieldset> 
npm ERR! <h2>403 - Forbidden: Access is denied.</h2> 
npm ERR! <h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3> 
npm ERR! </fieldset></div> 
npm ERR! </div> 
npm ERR! </body> 
npm ERR! </html> 
npm ERR! 
npm ERR! 
npm ERR! If you need help, you may report this error at: 
npm ERR!  <https://github.com/npm/npm/issues> 

Muss ich Premium-Mitglied sein, um diese Abhängigkeiten für mein Projekt zu installieren oder dieser Fehler wird immer hervorgebracht, weil der etwas anderes?

Jede Hilfe wird sehr geschätzt.

Antwort

0

Telerik lassen kostenlose Testkonto Mitglied, um die Abhängigkeiten für 30 Tage zu installieren. Gehen Sie in Ihren Projektordner und installieren Sie npm npm install neu.

Oder Sie können versuchen, npm speziell zu installieren.

npm install --save @progress/kendo-angular-grid @progress/kendo-angular-dropdowns @progress/kendo-angular-inputs @progress/kendo-data-query @progress/kendo-angular-intl @progress/kendo-angular-l10n 
Verwandte Themen