Error with "bower install"

0

When I try to do bower install I get the following:

This is my .bowerrc

{
    "directory": "wwwroot/lib",
    "proxy": "http://<myproxy>:<port>",
    "https-proxy": "http://<myproxy>:<port>",
    "strict-ssl": false
}

Does anyone know why it could be and how could I fix it?

    
asked by yuya 26.08.2017 в 14:38
source

0 answers