-
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
Waiting on tcp ports doesn't work in Node 18 #133
Comments
I just ran into this as well on my local machine. Running node 18 on a M1 Macbook Pro. Downgrading to 16 also worked to get around it. |
Did tried using explicitly |
I just ran into this as well, on M1 Macbook Air, and GitHub actions CI on Ubuntu 20.04 (but not on my local Linux machine, running a variant of Ubuntu 22.04). Using |
So, turns out that's not exactly the issue. The solution is to make those apps listen in Reference links:
Have fun digging into those! |
) jeffbski/wait-on#133 - `wait-on`がいつまで経っても終わらなかったから
Edit: the problem was that my host shell didn't know how to handle CRLFs (DOS). fixed by switching to just LFs (UNIX). TLDR: not related to this issue. |
We ran into an issue with Node 18, were wait-on would wait indefinitely for a service to start, even though it was already started.
Environment:
Test Script:
Bitbucket Pipeline:
We ended up downgrading the Bitbucket Pipeline to Node 16, to make it work for now.
The text was updated successfully, but these errors were encountered: