Skip to content

Instantly share code, notes, and snippets.

@zeekrey
Created September 17, 2020 08:21
Show Gist options
  • Save zeekrey/66307a4c11e9196c255d9290b8bc4935 to your computer and use it in GitHub Desktop.
Save zeekrey/66307a4c11e9196c255d9290b8bc4935 to your computer and use it in GitHub Desktop.
If port is already in use...
Powershell:
netstat -ano | findstr "PID :3000"
taskkill /PID 20300 /F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment