Bower calls blocked by corporate proxy

前端 未结 16 1238
夕颜
夕颜 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 21:01

    Try changing the registry value in your .bowerrc:

    {
        "registry": "http://bower.herokuapp.com"
    }
    

提交回复
热议问题