Node.js 安装@progress依赖项时出错

Node.js 安装@progress依赖项时出错,node.js,angular,telerik,Node.js,Angular,Telerik,我一直在尝试安装@progress依赖项,但Telerik似乎不允许免费试用帐户成员安装任何依赖项 我继续访问他们的网站,并按照安装步骤进行操作。但是在使用npm登录--registry登录之后=https://registry.npm.telerik.com/ --scope=@progress当我尝试运行npm view@progress/kendo angular grid versions时,我得到以下错误: npm ERR! registry error parsing json np

我一直在尝试安装
@progress
依赖项,但Telerik似乎不允许免费试用帐户成员安装任何依赖项

我继续访问他们的网站,并按照安装步骤进行操作。但是在使用
npm登录--registry登录之后=https://registry.npm.telerik.com/ --scope=@progress
当我尝试运行
npm view@progress/kendo angular grid versions
时,我得到以下错误:

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>
npm错误!解析json时发生注册表错误
npm错误!Windows NT 6.1.7601
npm错误!argv“C:\\Program Files\\nodejs\\node.exe”“C:\\Program Files\\nodejs\\node\u modules\\npm\\bin\\npm cli.js”“view”“@progress/kendo angular gr
id“版本”
npm错误!节点v6.9.5
npm错误!npm v3.10.10
npm错误!JSON中位置0处出现意外标记<
npm错误!
npm错误!
npm错误!
npm错误!
npm错误!403-禁止:访问被拒绝。
npm错误!
npm错误!
npm错误!
npm错误!
npm错误!
npm错误!服务器错误
npm错误!
npm错误!
npm错误!403-禁止:访问被拒绝。
npm错误!您没有使用您提供的凭据查看此目录或页面的权限。
npm错误!
npm错误!
npm错误!
npm错误!
npm错误!
npm错误!
npm错误!如果需要帮助,您可以在以下位置报告此错误:
npm错误!
我是否需要成为高级成员才能为我的项目安装这些依赖项,或者这个错误是因为其他原因产生的


非常感谢您的帮助。

Telerik让免费试用帐户成员在30天内安装依赖项。进入项目文件夹并重新安装npm
npm install

或者您可以尝试专门安装npm

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