-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requested port is not assigned after 5.0.0 update, even though its available #43
Labels
Comments
hacdias
referenced
this issue
in ipfs/ipfs-desktop
Apr 18, 2020
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
jan-molak
added a commit
to serenity-js/serenity-js
that referenced
this issue
Jul 4, 2020
… on a random port after restart Replaced get-port with portfinder to avoid issue sindresorhus/get-port#43
The package seems to be abandoned, closing the issue. Use portfinder for similar functionality |
Not abandoned, just lack of time on my part. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have an issue. The code is:
./index.js
./fixture.js
With version 4.2.0 the output is as expected
With ^5.0.0, however, the second time I'm requesting the port, it comes out 1 more than before:
Has anyone here encountered this issue or knows any way to solve it?
The text was updated successfully, but these errors were encountered: