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
Add the lines below into your .bowerrc file in your project directory:
.bowerrc
directory
"strict-ssl": false, "https-proxy": "" .
your .bowerrc should look like this:
{ "directory": "app/bower_components", "strict-ssl": false, "https-proxy": "" }