jeffbski / wait-on

wait-on is a cross-platform command line utility and Node.js API which will wait for files, ports, sockets, and http(s) resources to become available
MIT License
1.87k stars 77 forks source link

sh: wait-on: command not found #154

Open adufr opened 8 months ago

adufr commented 8 months ago

Context

For the sake of providing a minimal reproduction, I only have a server running on tcp:6006 in the background

In 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

kkarimi commented 7 months ago

Same issue on macOs

3ru commented 5 months ago

same issue as well