Better troubleshoot guide to kill existing running instance
Summary: Combine the two used commands as will make things easier for our users. Reviewed By: passy Differential Revision: D48266474 fbshipit-source-id: 1ee5c568ff001dc5ba3f11e21b09a2a6ab430ac7
This commit is contained in:
committed by
Facebook GitHub Bot
parent
84987b888b
commit
9e2615cd80
@@ -210,7 +210,7 @@ function handeEADDRINUSE(errorMessage: string) {
|
||||
<br />
|
||||
<br />
|
||||
Please try to kill the offending process by running{' '}
|
||||
<code>kill $(lsof -ti:PORTNUMBER)</code> and restart flipper.
|
||||
<code>sudo kill $(lsof -ti:PORTNUMBER)</code> and restart flipper.
|
||||
<br />
|
||||
<br />
|
||||
{errorMessage}
|
||||
|
||||
Reference in New Issue
Block a user