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
npm config delete proxy -g
worked for me.
-g was important as initially it was set with that option. You can check configurations set with :
-g
npm config list