The key for me was to add an additional string "strict-ssl": false
Create .bowerrc in the root folder and add the following,
{ "directory": "bower_components", // If you change this, your folder named will change within dependecies. EX) Vendors instead of bower_components. "proxy": "http://yourProxy:yourPort", "https-proxy":"http://yourProxy:yourPort", "strict-ssl": false }
Good luck to the people who still stick to this.
misterzik Dec 27 '15 at 21:13 2015-12-27 21:13
source share