during the bower install I am getting this error.
TASK [minemeld : bower install] ********************************************************************************************************************************************************************************************************** fatal: [127.0.0.1]: FAILED! => {"changed": true, "cmd": ["bower", "install", "--allow-root"], "delta": "0:00:01.597726", "end": "2018-06-28 18:15:11.033094", "msg": "non-zero return code", "rc": 1, "start": "2018-06-28 18:15:09.435368", "stderr": "bower invalid-meta The \"name\" is recommended to be lowercase, can contain digits, dots, dashes\nbower angular-ui-router#~0.2.15 EINVRES Request to http://bower.herokuapp.com/packages/angular-ui-router failed with 502", "stderr_lines": ["bower invalid-meta The \"name\" is recommended to be lowercase, can contain digits, dots, dashes", "bower angular-ui-router#~0.2.15 EINVRES Request to http://bower.herokuapp.com/packages/angular-ui-router failed with 502"], "stdout": "", "stdout_lines": []}
... View more