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
It finally worked for me. These are the steps I took:
npm uninstall bower or npm uninstall -g bowernpm install bower-canary or npm install -g bower-canary.bowerrc in your project directory with the following content to turn off SSL: { "strict-ssl": false, "https-proxy": "" }
bower install angular-bootstrap