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

How to use with long running SSR frameworks, EADDRINUSE due to terminal exiting after on first run #157

Open quantuminformation opened 8 months ago

quantuminformation commented 8 months ago

when using wait on likes this

image

it will exit terminal but leave the app running resulting on an error when run again

image

I have to manually kill ports image