0
I am getting Error :
ECONNREFUSED Request to https://bower.herokuapp.com/packages/bootstrap-datepicker failed: connect ECONNREFUSED
while running Bower Install from Package Manager Console.
I found some settings on other thread to solve this issue
{
"directory": "library",
"registry": "http://bower.herokuapp.com",
"proxy":"http://<USERNAME>:<PASSWORD>@<PROXY_IP>:<PROXY_PORT>/",
"https-proxy":"http://<USERNAME>:<PASSWORD>@<PROXY_IP>:<PROXY_PORT>/",
}
大多數人通過上述設置解決他們的問題。 我的問題是我需要在這個命令中傳遞哪個用戶名和密碼。 它是我的域名證書或其他東西?運行Bower安裝在公司代理後面
接下來是什麼將這些設置ProxyIP和代理端口。