Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save tecsyscom/553cefd90f784728e1e2aeb7f4afe038 to your computer and use it in GitHub Desktop.

Select an option

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
$ 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