Bower calls blocked by corporate proxy

前端 未结 16 1256
夕颜
夕颜 2020-11-30 20:00

I\'m trying to use Bower for a web app, but find myself hitting some sort of proxy issues:

D:\\>bower search jquery
bower retry         Request to https:/         


        
16条回答
  •  佛祖请我去吃肉
    2020-11-30 20:53

    The registry used in the the other answers is now deprecated. Please update it!

    {
      "proxy":"http://:@proxy.company.com:",
      "https-proxy":"http://:@proxy.company.com:",
      "registry": "https://registry.bower.io"
    }
    

提交回复
热议问题