Answers for "disable proxy for npm"

2

remove proxy npm

npm config rm proxy
npm config rm https-proxy
Posted by: Guest on October-05-2020
1

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
Posted by: Guest on December-20-2020

Browse Popular Code Answers by Language