## 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