davideicardi / live-plugin-manager

Plugin manager and installer for Node.JS
MIT License
225 stars 43 forks source link

Proxy settings for NPM registry #48

Closed bartenew closed 3 months ago

bartenew commented 3 years ago

I'm using a private registry that is only available with proxy. Is there a way to setup proxy URL?

davideicardi commented 3 years ago

I think that right now it is not possible. But internally this library use node-fetch that can be configured with something like proxy-node-fetch. We should probably expose this as a configuration (like adding an optional httpAgent or similar...). As usual any PR is appreciated.