I received errors as in the following when I tried to install jquery using bower.
bower install jquery --save
bower error Request to https://bower.herokuapp.com/packages/jquery failed: UNABLE_TO_VERIFY_LEAF_SIGNATURE
Please help thanks.
I had this problem because bower couldn't verify the ssl signature correctly (because of our network). I added this to the .bowerrc file, and its solved the problem:
{
"strict-ssl": false
}
I found this solution here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With