Open ksoichiro opened 6 years ago
bower.herokuapp.com is deprecated and now it is responding HTTP 502.
Install failed: EINVRES: Error: Request to https://bower.herokuapp.com/packages/bootstrap failed with 502
Workaround for this is to create .bowerrc and set a valid registry.
.bowerrc
{ "registry": "https://registry.bower.io" }
bower.herokuapp.com is deprecated and now it is responding HTTP 502.