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
I am using gulp-shell to run gcloud app deploy, which then dies with [Errno 35] Resource temporarily unavailable. This does not happen when I run the command directly.
I've found this issue describing the problems with gcloud and node that trigger the errors, and I suspect the answer there might also apply here in some fashion. But it looks like gulp-shell uses exec, not spawn, meaning I'm not sure how to apply this sort of fix.
I am using
gulp-shell
to rungcloud app deploy
, which then dies with[Errno 35] Resource temporarily unavailable
. This does not happen when I run the command directly.I've found this issue describing the problems with
gcloud
andnode
that trigger the errors, and I suspect the answer there might also apply here in some fashion. But it looks likegulp-shell
usesexec
, notspawn
, meaning I'm not sure how to apply this sort of fix.If this is "not a
gulp-shell
bug", then I suppose I can use one of these workarounds.The text was updated successfully, but these errors were encountered: