简体   繁体   English

安装角度cli时出错

[英]error while installing the angular cli

When I am trying to install the angular client. 当我尝试安装角度客户端时。 I am getting the following error. 我收到以下错误。 I tried in implementing the suggestions of such similar issues from github, sof nothing seems to be worked out. 我试图实现来自github的类似问题的建议,所以似乎什么也没有解决。 Here is the issue. 这是问题。

在此处输入图片说明

Try this: 尝试这个:

npm config set proxy http://username:password@host:port
npm config set https-proxy http://username:password@host:port
npm config set strict-ssl false

And then it should work fine 然后它应该可以正常工作

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM