Skip to content

Commit

Permalink
how to find and stop process using port on windows
Browse files Browse the repository at this point in the history
Summary:
Improve troubleshooting section to include details on how to find and stop process using port on Windows.
Closes facebook#9997

Differential Revision: D3893954

Pulled By: hramos

fbshipit-source-id: 2670b94c02b42516f8f610977b282032f3202a8b
  • Loading branch information
hramos authored and Facebook Github Bot 1 committed Sep 20, 2016
1 parent 375a580 commit ebecd48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Then run the following to terminate the process:

`$ kill -9 <PID>`

On Windows you can find the process using port 8081 using [Resource Monitor](https://stackoverflow.com/questions/48198/how-can-you-find-out-which-process-is-listening-on-a-port-on-windows) and stop it using Task Manager.

#### Using a port other than 8081

You can configure the packager to use a port other than 8081 by using the `port` parameter:
Expand Down

0 comments on commit ebecd48

Please sign in to comment.