node.js - Define npm Proxy Windows -


i have seen several posts on this, nothing seems work. tried set npm proxy. ping wpad - commands not working have tried different ways find out, proxy using.

what i've tried far (everything https-proxy):

http://proxyname:port http://proxyname.dns-suffix:port http://dns-suffix.proxyname:port http://username:password@dns-suffix.proxyname:port http://username:password@proxyname.dns-suffix:port http://"username:password"@proxyname:port http://"domain\username:password"@dns-suffix:port http://dns-suffix:port 

and other stuff. got proxyname , port manual configuration in windows. going chrome://net-internals/#proxy gives me same result config, can assume right adress&port combination.

netsh winhttp show proxy 

says have direct access (for whatever reason), setting no proxy did not work. dns-suffix got ipconfig /all. feels kinda sad ask considering trying (setting proxy config), have no idea else should do.

first check if proxy has been set npm using npm proxy next set proxy using npm set proxy https://porxy.ip:port


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -