npm / npm

This repository is moving to: https://github.com/npm/cli
http://npm.community
17.53k stars 3.02k forks source link

Can't install packages when using a proxy with NTLM auth #7311

Closed julianonunes closed 9 years ago

julianonunes commented 9 years ago

Currently to install packages when you're in a network that uses proxy with NTLM authentication you must install and configure CNTLM first as a workaround. But, if I wanted to update NPM source code to "nativelly" allow NTLM authentication, where should I begin? I mean, which file contains the download code?

smikes commented 9 years ago

That would be a different repository, request/request. See this issue over there: https://github.com/request/request/issues/808

othiym23 commented 9 years ago

Closing as this is in fact something for request -- npm doesn't actually implement anything related to proxies itself, except for configuration.