2

I try to install Angular pack from Git in Bower for my visual studio project, but i get this error:

"bower UNABLE_TO_VERIFY_LEAF_SIGNATURE Request to https://bower.herokuapp.com/packages/angular failed: unable to verify the first certificate"

enter image description here

What is is this?! Why?!

isherwood
  • 58,414
  • 16
  • 114
  • 157
Hossein Ganjyar
  • 192
  • 1
  • 2
  • 18

1 Answers1

9

In your .bowerrc file put following :

{
    "strict-ssl": false
}

Then run bower command

Bhuwan Prasad Upadhyay
  • 2,916
  • 1
  • 29
  • 33