bower install self_signed_cert_in_chain

后端 未结 5 409
醉话见心
醉话见心 2021-02-01 15:18

I am building a angular app in windows, using git bash, so far I have been able to scaffold using yo, no issues, however when I am trying to issue the following command. Can som

5条回答
  •  有刺的猬
    2021-02-01 15:23

    Add the lines below into your .bowerrc file in your project directory:

    "strict-ssl": false,
     "https-proxy": "" .
    

    your .bowerrc should look like this:

    {
     "directory": "app/bower_components",
     "strict-ssl": false,
     "https-proxy": "" 
     }
    

提交回复
热议问题