yeoman / update-notifier

Update notifications for your CLI app
BSD 2-Clause "Simplified" License
1.76k stars 132 forks source link

Add proxy support #200

Open mseele opened 3 years ago

mseele commented 3 years ago

It took me half a day to realize the https://github.com/vuejs/vue-cli or https://github.com/raineorshine/npm-check-updates is very slow because update-notifier has no proxy support (and i am sitting behind a corporate firewall).

Looks like https://github.com/sindresorhus/package-json/issues/54 is the problem for that. Would you mind adding https://github.com/gajus/global-agent for proxy support?