-
Notifications
You must be signed in to change notification settings - Fork 478
spawn pgrep EAGAIN . expo-cli@3.17.21 process not killed #1852
Comments
hello! if anyone else is having this issue please let me know! i am very confused and do not know what is causing it. would love to get more information |
hi @brentvatne, I have this issue every day. To start expo, I do this.
Let me know what can I do to try help you to fix this. Regards, |
i believe @byCedric resolved this recently. let me know if it's still happening for you @diegolaciar |
@brentvatne What was the solution? I'm running into this as well |
#1876 - this should have fixed it. we haven't had any reports since then. what version of expo-cli were you using when this happened? |
I'm on 3.27.8. It's keeping me from building as well:
|
@felipellrocha - try |
Any idea what the issue was (or what the solution was)? It would provide a starting ground in which I could start helping debug. (also, this just happened) |
Ah, this worked! :) |
@felipellrocha that's great to hear! you can enable this by default in your shell by setting that env variable in your profile. we'll likely roll this out by default soon |
One question that I have is would it be safe for me to publish a build with |
This fixed the issues I had as well, but would love to know (a) why this breaks w/o this flag and (b) what does this flag do? @brentvatne care to elaborate? PS:
|
Is this error going to be resolved? Had it for about 1.5 years. (and have upgraded to latest expo-cli about every 3 months) Happens whenever Another issue is |
Created from the repo expo,
@see: expo/expo#7772
Description
expo don't close the process properly.
after the error, "expo start " command cant start expo and show the same error.
expo starts, only if I clear the .expo folder like:
doing that , expo start on new port.
ex: instead of 19001, starts on 19002, or 19003, 19004.... until I restart the machine.
Expected Behavior
I spect normal, success process killing. like.
Observed Behavior
Environment
Expo CLI 3.17.21 environment info:
System:
OS: macOS 10.15.3
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 12.16.1 - ~/.nvm/versions/node/v12.16.1/bin/node
npm: 6.14.2 - ~/.nvm/versions/node/v12.16.1/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
IDEs:
Xcode: 10.2.1/10E1001 - /usr/bin/xcodebuild
npmPackages:
expo: ^37.0.0 => 37.0.6
react: 16.9.0 => 16.9.0
react-native: https://github.com/expo/react-native/archive/sdk-37.0.0.tar.gz => 0.61.4
react-navigation: ^3.13.0 => 3.13.0
also happens on ios simulator.
The text was updated successfully, but these errors were encountered: