tmatilai / vagrant-proxyconf

Vagrant plugin that configures the virtual machine to use proxies
MIT License
531 stars 74 forks source link

Add support for npm proxy #51

Closed tmatilai closed 10 years ago

tmatilai commented 10 years ago

Configure npm to use proxies if it is installed.

While the docs says they would use to env vars, but the code and issues suggest otherwise. So we use npm config set/delete. And hook also after each provisioner run.

Fixes #50

johnbellone commented 10 years ago

Looks good!