find-free-port
find-free-port copied to clipboard
find free local tcp port to listen on
After upgrading to node v18.9.0 (from v16), find-port-port failed to detect a port that is already being used.
This package does neither seem to have type definitions bundled with it, nor is there a package named `@types/find-free-port`. I am currently creating a that type definition package. As soon...
hi, I think it could be helpful to have a command line version: ```shell > find-free-port 3000 3100 3000 ``` usage example: ```bash #!/bin/bash port=$(find-free-port 3000) run-server --port $port run-client...
If I have a port stuck in TIME_WAIT `find-free-port` will still answer that this port is free
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...