Author -  Sai gowtham

How to clear a proxy setting in NPM

In this tutorial, we are going to learn about how to clear an http, https proxy setting in npm.

Clearing the proxy

To clear a HTTP and HTTPS proxy in npm, run the following commands:

npm config rm proxy
npm config rm https-proxy

set HTTP_PROXY=null
set HTTPS_PROXY=null

This above commands, remove the npm proxy config from your system.

If you set a proxy using the -g flag then you can run the above commands by adding a -g flag to it.

Example:

npm config rm http-proxy -g
npm config rm https-proxy -g

set HTTP_PROXY=null
set HTTPS_PROXY=null

Now, you can verify if a proxy is successfully removed or not by using the npm config list command.

npm config list

If the output doesn’t contain proxy config then you are successfully removed.

You can also read, how to set a proxy in npm.

Css Tutorials & Demos

How rotate an image continuously in CSS

In this demo, we are going to learn about how to rotate an image continuously using the css animations.

How to create a Instagram login Page

In this demo, i will show you how to create a instagram login page using html and css.

How to create a pulse animation in CSS

In this demo, i will show you how to create a pulse animation using css.

Creating a snowfall animation using css and JavaScript

In this demo, i will show you how to create a snow fall animation using css and JavaScript.

Top Udemy Courses

JavaScript - The Complete Guide 2023 (Beginner + Advanced)
JavaScript - The Complete Guide 2023 (Beginner + Advanced)
116,648 students enrolled
52 hours of video content
$14.99 FROM UDEMY
React - The Complete Guide (incl Hooks, React Router, Redux)
React - The Complete Guide (incl Hooks, React Router, Redux)
631,582 students enrolled
49 hours of video content
$24.99 FROM UDEMY
Vue - The Complete Guide (w/ Router, Vuex, Composition API)
Vue - The Complete Guide (w/ Router, Vuex, Composition API)
203,937 students enrolled
31.5 hours of video content
$14.99 FROM UDEMY