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.