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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sh: wait-on: command not found

adufr opened this issue · comments

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

  • node: v18.19.1

Same issue on macOs

same issue as well