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
1.87k
stars
77
forks
source link
wait-on: command not found using CLI docker-compose #125
Open
herrouhajar opened 2 years ago
After installing wait-on using :
sudo npm i wait-on
to run server and some e2e tests, i get : command not found each time executing this CLI :docker-compose run e2e npx serve -p 8080 & wait-on http://localhost:8000 && npx codeceptjs run --steps
Any idea @jeffbski about that issue ??