Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

something is already running on port 3000. npm start

npx kill-port 3000 8080 4200
Comment

something is already running on port 3000

netstat -ano | findstr :3000
tskill typeyourPIDhere
Comment

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.
Comment

PREVIOUS NEXT
Code Example
Shell :: create a git repository from local machine and push it online 
Shell :: Force add despite the .gitignore file 
Shell :: linux change owner 
Shell :: git aliases 
Shell :: how to start conda powershell windows 
Shell :: command to add a user to a group 
Shell :: git merge with message 
Shell :: mac Running setup.py install for pyodbc did not run successfully. 
Shell :: ldap query powershell 
Shell :: isntall skimage 
Shell :: linux bash clean up log files 
Shell :: git delete local branch 
Shell :: delete a github repository using bash 
Shell :: git log 
Shell :: download kubectl for windows 
Shell :: git stash pop single file 
Shell :: linux change file name 
Shell :: EsLint global installation 
Shell :: boostrap install angular 
Shell :: how to install onnx on jetson nano 
Shell :: git history 
Shell :: git check current branch 
Shell :: relaunch doc macos 
Shell :: pm2 logs log time 
Shell :: linux terminal delete file 
Shell :: bash select 
Shell :: bash script object array 
Shell :: ffmpeg reduce video size 
Shell :: git ignore already pushed file 
Shell :: dos view all files 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =