Skip to content

Instantly share code, notes, and snippets.

@davalapar
Created October 25, 2019 02:41
Show Gist options
  • Save davalapar/3b263ff92837c32cde6ca512c91ec0b8 to your computer and use it in GitHub Desktop.
Save davalapar/3b263ff92837c32cde6ca512c91ec0b8 to your computer and use it in GitHub Desktop.
Command Lines

EADDRINUSE 80, 8080

  1. Type "netstat -aon" on Command Prompt
  2. Find the relative PID number to 127.0.0.1:8080 (or 3000)
  3. Run "taskkill /f /pid pidnumber"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment