npm Unable to Install angular-cli

后端 未结 6 2019
南旧
南旧 2021-01-14 13:59

I am trying to install angular-cli via npm. I have the recent version of Nodejs and git installed. I am not behind any proxy server(verified it through netsh winhttp s

6条回答
  •  离开以前
    2021-01-14 14:19

    I faced similar issues and figured that we need to combine the proxy and the install command together like below and it worked for me. Hope it works for you people. Thanks!!

    npm --proxy http://username:password@proxyURL:port install -g @angular/cli --without-ssl --insecure

提交回复
热议问题