Skip to content
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

NPM local run apidocs detect port in use #19

Closed
cdcabrera opened this issue Apr 14, 2019 · 2 comments
Closed

NPM local run apidocs detect port in use #19

cdcabrera opened this issue Apr 14, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@cdcabrera
Copy link
Owner

Summary:

Notify if the provided port is currently in use.

Steps to reproduce

  1. start a local server on a port 5000
  2. then, use the same port to run $ mock -p 5000 -w ./someDirectory

Expected Result

A notification that port 5000 is currently in use and the server refuses to start.

Additional Context

...

@cdcabrera cdcabrera added the bug Something isn't working label Apr 14, 2019
@cdcabrera
Copy link
Owner Author

Partial solution implemented #210

@cdcabrera
Copy link
Owner Author

As of 20240722 partial solution working well enough, will reopen accordingly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant