bower install self_signed_cert_in_chain

后端 未结 5 419
醉话见心
醉话见心 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:44

    Search for .bowerrc in your npm folder of Appdata, open the file and include the properties mentioned by natdico as follows:

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

提交回复
热议问题