Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Something is already running on port 3000. Probably:

for linux
$ lsof -i tcp:3000
$ kill -9 PID
the first command should give you the PID number to enter in the second command as PID.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Something #running #port
ADD COMMENT
Topic
Name
3+1 =