While working with NodeJs, at the time of installing nodejs sometimes you came across proxy errors when you are working with some private network in Big companies.
To remove or clear the https proxy setting of NPM. you can use below commands,
npm config rm proxy
npm config rm https-proxy