diff --git a/docs/Troubleshooting.md b/docs/Troubleshooting.md index 05247d97ede..2055a2c6772 100644 --- a/docs/Troubleshooting.md +++ b/docs/Troubleshooting.md @@ -22,6 +22,8 @@ Then run the following to terminate the process: `$ kill -9 ` +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: