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

Not able to install Kendo UI Angular 2 dropdown control

我无法为 Angular 安装 Kendo Ui 下拉菜单 2. 我有有效的 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>

如果范围注册表配置不正确,很可能会发生 "Access is denied" 错误。

你应该再 go through the registry installation steps 一次。如果您使用社交登录,请确保您已激活您的个人资料,并已确认您的 e-mail。根据您使用的终端,您可能需要写下您的密码(而不是粘贴它)——这是 Git Bash.

中的一个问题