How can I clear the previous ssl proxy setting of NPM? well, I search a lot, but all post I got is mainly about how to set proxy in corporate network.
set
In the latest version npm rm proxy does not work. Instead use npm rm http-proxy
npm rm proxy
npm rm http-proxy
npm config rm proxy npm config rm https-proxy