javascript - Running Bower install behind corporate proxy -
i getting error : econnrefused request https://bower.herokuapp.com/packages/bootstrap-datepicker failed: connect econnrefused while running bower install package manager console. found settings on other thread solve 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>/", }
most of people solve problem above mentioned setting. question username , password need pass in command. domain credential or else?
next proxyip , proxy port these settings.
you can check internet explorer settings find out proxy-ip (hostname) , port. if set auto-detect, type in following adres in browser http://wpad/wpad.dat downloads configuration file of corporate proxy server. open in text editor , should find hostname , port.
then username , password. need type in username , password when using browser? if answer yes, use same. if answer no use ntlm , should try windows credentials. if fails aswel try prepend username current domain follows
domain\username
you can find out domain this: http://windows.microsoft.com/en-ca/windows7/find-the-domain-your-computer-belongs-to
Comments
Post a Comment