We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For the sake of providing a minimal reproduction, I only have a server running on tcp:6006 in the background
tcp:6006
In v7.2.0, when I run npx wait-on tcp:6006 -> I get the following error: sh: wait-on: command not found
npx wait-on tcp:6006
sh: wait-on: command not found
But it works great in v7.1.0 (running: npx [email protected] tcp:6006 works)
npx [email protected] tcp:6006
The text was updated successfully, but these errors were encountered:
Same issue on macOs
Sorry, something went wrong.
same issue as well
No branches or pull requests
Context
For the sake of providing a minimal reproduction, I only have a server running on
tcp:6006
in the backgroundIn v7.2.0, when I run
npx wait-on tcp:6006
-> I get the following error:
sh: wait-on: command not found
But it works great in v7.1.0 (running:
npx [email protected] tcp:6006
works)Informations
The text was updated successfully, but these errors were encountered: