Created
May 9, 2017 03:02
-
-
Save tecsyscom/553cefd90f784728e1e2aeb7f4afe038 to your computer and use it in GitHub Desktop.
> webpack-dev-server events.js:163 throw er; // Unhandled 'error' event Error: listen EADDRINUSE 127.0.0.1:8080
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ lsof -i tcp:8080 | |
| COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME | |
| node 27214 mingderwang 14u IPv4 0x300d2294638a7465 0t0 TCP localhost:http-alt->localhost:57454 (CLOSE_WAIT) | |
| node 27214 mingderwang 17u IPv4 0x300d22946210c275 0t0 TCP localhost:http-alt (LISTEN) | |
| $ sudo kill -9 27214 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment