Open adufr opened 8 months ago
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 wait-on@7.1.0 tcp:6006 works)
npx wait-on@7.1.0 tcp:6006
Same issue on macOs
same issue as well
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 wait-on@7.1.0 tcp:6006
works)Informations