stop process command line windows 10 code example
Example: stop npm server cmd
ps aux | grep node
#The last record is for grep and it is not victime
#You should kill the processes who are running ".../react-scripts start"
sudo kill -9 process_id