无法安装Kendo UI Angular 2下拉控件

时间:2017-02-06 22:56:41

标签: kendo-ui-angular2

我无法为Angular 2安装Kendo Ui下拉列表。我有有效的telerik凭据。还可以通知其他控件如“kendo button”可以轻松安装:我在npm install命令下使用。 请帮忙!

**npm install --save @progress/kendo-angular-dropdowns**

**Getting below error:**

npm ERR! registry error parsing json
npm ERR! Windows_NT 10.0.10586
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-S" "@progress/kendo-angular-dropdowns"
npm ERR! node v6.9.1
npm ERR! npm  v3.10.8

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>

1 个答案:

答案 0 :(得分:2)

如果未正确配置作用域注册表,则很可能会发生“访问被拒绝”错误。

你应该再次go through the registry installation steps。如果您使用社交登录,请确保已激活您的个人资料,并确认了您的电子邮件。根据您使用的终端,您可能需要写出您的密码(而不是粘贴它) - 这在Git Bash中是一个问题。