Created
September 17, 2020 08:21
-
-
Save zeekrey/66307a4c11e9196c255d9290b8bc4935 to your computer and use it in GitHub Desktop.
If port is already in use...
This file contains 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
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