Npm - Proxy

Corporate proxy configuration

In my current company, for security reasons, our windows computers are configured to use a corporate proxy for all our web accesses. To avoid errors like npm ERR! code E407 npm ERR! 407 authenticationrequired, we have to set up npm to use this proxy with the right authentication settings.

[Read More]

Git - Proxy

Corporate proxy configuration

In my current company, for security reasons, our windows computers are configured to use a corporate proxy for all our web accesses. To avoid errors like fatal: unable to access ...: Received HTTP code 407 from proxy after CONNECT, we have to set up git to use this proxy with the right authentication settings.

[Read More]