volojs / volo

Create front end projects from templates, add dependencies, and automate the resulting projects
https://volojs.github.io/
Other
1.41k stars 100 forks source link

using volo behind proxy #195

Closed slandvogt closed 10 years ago

slandvogt commented 10 years ago

Using volo behind the proxy leads to "Error: connect ECONNREFUSED". As soon as I am not using a proxy everything is fine.

npm works and has the following variables set: registry="http://registry.npmjs.org" https-proxy="http://myproxy:myport" proxy="http://myproxy:myport" strict-ssl=false

I am on MacOS X. Is there anything obvious I am missing ?

jrburke commented 10 years ago

This is still something that needs to be supported, it is not there yet. I will use #97 to track the issue.