From 1eece71212e6a117a38bb9c56f728b3e6bed54be Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Fri, 4 May 2018 19:25:03 +0000 Subject: [PATCH] Deploy website Deploy website version based on 2b9acbd6fbebcdc60a7796b8e6c5fbd1d8998e69 --- docs/next/troubleshooting.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/next/troubleshooting.html b/docs/next/troubleshooting.html index 6fd58f235cb..67f9d76c6bc 100644 --- a/docs/next/troubleshooting.html +++ b/docs/next/troubleshooting.html @@ -8,7 +8,7 @@

Port already in use

The React Native packager runs on port 8081. If another process is already using that port, you can either terminate that process, or change the port that the packager uses.

Terminating a process on port 8081

-

Run the following command on a Mac to find the id for the process that is listening on port 8081:

+

Run the following command to find the id for the process that is listening on port 8081:

$ sudo lsof -i :8081
 

Then run the following to terminate the process: