You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS: I also tried to update node-sass version (as far as the error appears with this operation) with no success f11c859 … which corroborate a bit 🙂 that is a node problem instead of a node-lib problem
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Context
Merging with master a green travis commit from develop failed in travis during client/ci-build.sh
npm rebuild node-sass
Problem or idea
The
npm rebuild node-sass
is interrupted as consequence of a/dev/stdout: resource temporarily unavailable
https://travis-ci.org/akvo/akvo-lumen/builds/436030471
Solution or next step
so far IMO the problem is related with “EAGAIN (errno 11) in Linux while dealing with non-blocking operations.“, as far as it’s detailed here => travis-ci/travis-ci#4704 … summarised here=> https://blog.m157q.tw/posts/2018/03/30/travis-ci-stdout-write-error-and-resource-temporarily-unavailable-workaround/ … maybe located as issue in node already => nodejs/node#19838
IMO, we should go ahead with the python patch (solution stable in travis https://travis-ci.org/akvo/akvo-lumen/builds/436047370) until node fixes its own problems there
PS: I also tried to update node-sass version (as far as the error appears with this operation) with no success f11c859 … which corroborate a bit 🙂 that is a node problem instead of a node-lib problem
The text was updated successfully, but these errors were encountered: