On Mon, Sep 17, 2012 at 12:29 AM, Malcolm Ryan <[email protected]> wrote: > My local network has an http-proxy but no https-proxy. The npm tool seems to > assume you either have neither or both. I can't find any way to set 'proxy' > without setting 'https-proxy' to the same value. If I try setting > https-proxy to "" it complains that it must be a full url. is there a way > around this?
Have you updated the registry URL to specify http instead of https? npm config set registry http://registry.npmjs.org/ -- Martin Cooper > Malcolm > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
