kill the port in mac
sudo lsof -i tcp:3000
kill the port in mac
sudo lsof -i tcp:3000
kill port from terminal on mac
sudo lsof -i :5955
ex returns:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
node 6957 someuser 28u IPv6 0x85e555655e4ea0c3 0t0 TCP *:8091 (LISTEN)
sudo kill -9 6957
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us