kendo angular 2 安装错误 - JSON 中位置 0 的意外标记 T

kendo angular 2 installation error - Unexpected token T in JSON at position 0

在安装 Kendo angular 2 期间,尝试通过 运行:

在我的机器上启用 Progress NPM 注册表
npm login --registry=https://registry.npm.telerik.com/ --scope=@progress

输入姓名、密码和电子邮件后,我得到:

npm ERR! registry error parsing json
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" "login" "--registry=https://registry.npm.telerik.com/" "--scope=@progress"
npm ERR! node v6.9.2
npm ERR! npm  v3.10.9

npm ERR! Unexpected token T in JSON at position 0
npm ERR! The page was not displayed because there was a conflict.
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     c:\wamp64\www\npm-debug.log

username: 如果是电子邮件地址,请在 @ 之前输入所有内容。

password: 你的密码

Email (this IS public):第一次输入%40而不是@ 在用户名中。

它会说npm WARN Email must be an email address

然后正常再次输入您的 e-mail(使用正确的 @

对我有用。

http://docs.telerik.com/kendo-ui/intro/installation/npm#kendo-ui-professional

Drzewiecki 的答案中描述的答案/原因不是我的解决方案。

显示此错误消息只是因为我输入了错误的密码。