disable proxy for npm code example
Example 1: remove proxy npm
npm config rm proxy
npm config rm https-proxy
Example 2: 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