Encountering Error :
ECONNREFUSED Request to https://bower.herokuapp.com/packages/bootstrap-datepicker failed: connect ECONNREFUSED
while attempting Bower Install from Package Manager Console.
I came across suggestions in a different discussion on how to resolve 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>/",
}
Many have resolved their issue using the settings mentioned above. My query is regarding what UserName and Password I should input in this command. Are they my Domain Credentials or something else?
Furthermore, I am unsure about the ProxyIP and Proxy Port for these configurations.