tonycoco / heroku-buildpack-ember-cli

A Heroku Buildpack for Ember CLI Applications
MIT License
321 stars 121 forks source link

Rebuilding dependencies causes a build error #144

Open rathboma opened 7 years ago

rathboma commented 7 years ago

Hey,

I'm seeing line 138 of the compile script cause an error when I build a particularly large project, it's this line:

    npm rebuild 2>&1 | indent

The error I get is from sed:

remote: sed: couldn't flush stdout: Resource temporarily unavailable

I guess because it is installing a lot of dependencies?

Funnily enough, I only get this error when building through my CI system, not when I push to Heroku manually.

mikepschneider commented 7 years ago

I've also encountered this error. Did you find a solution?

rathboma commented 7 years ago

I think Heroku pushed a fix for this on their end.

tonycoco commented 7 years ago

@rathboma is this still a problem?

bartocc commented 6 years ago

I just encountered it