Horje
kill the port in mac Code Example
kill process running on port mac
sudo lsof -i :3000

kill -9 <PID>
kill the port in mac
sudo lsof -i tcp:3000 
kill port mac
npx kill-port port_number

e.g,
npx kill-port 5001
kill process on port 3000 mac
kill $(lsof -ti:3000,3001,8080)




Shell

Related
install discord module py Code Example install discord module py Code Example
yarn install windows Code Example yarn install windows Code Example
ubuntu 18 ffmpeg install Code Example ubuntu 18 ffmpeg install Code Example
git commit all Code Example git commit all Code Example
install yarn global Code Example install yarn global Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
21