2

I'm updating my webapp hosted on heroku that is written in AngularJS and have no .bowerrc file but instead bower.json and package.json. I experience the same problem as in this thread: EINVRES Request to https://bower.herokuapp.com/packages/ failed with 502

However it does not work for me neither to add the registry line to bower.json or package.json.

Is there a way to fix this?

double-beep
  • 4,567
  • 13
  • 30
  • 40
Music Map
  • 45
  • 6

1 Answers1

1

Update your version of bower. Run:

sudo npm install -g bower

I assume you had been trying to run bower install. This update solved the problem for me.

Rose Perrone
  • 58,751
  • 52
  • 202
  • 239