Closed dbinetti closed 7 years ago
@dbinetti this is a known issue (https://github.com/heroku/heroku-buildpack-emberjs/issues/24) that, until fixed, can be worked around by leaving an empty bower.json in your project so that it will still deploy
Many thanks -- apparently I was searching for the wrong error. Thanks
I'm sure I'm missing something since I know that Heroku itself is using both Ember and Yarn, but in any case I just upgraded to ember-cli 2.13, dropping Bower as a requirement. However, when I deploy I get this error (relevant bits only):
And then it fails. Using SemaphoreCI, FWIW. Is there a config or something I forgot to flip?
Thanks