-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wait-on hangs #116
Comments
Could you paste the output of |
hangs too. What I eneded up doing was set the |
sorry, I didn't find any of those before opening an issue. This one can be closed too |
Oh wow, |
Replace tcp:3000 with tcp:127.0.0.1:3000 jeffbski/wait-on#79 jeffbski/wait-on#116 Vite server.host is '127.0.0.1' by default https://vitejs.dev/config/#server-host
I |
I have a script like this:
running
yarn start
andyarn electron
independly does work fine but runningyarn start
, waiting for the page to open then running in other shell:yarn wait-on tcp:3004 && calc
hangs even albeithttp://localhost:3004
is opened in the browser (from the previousyarn start
run). I didn't get any error. It just hangs. How can I fix that?The text was updated successfully, but these errors were encountered: