We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ?
The text was updated successfully, but these errors were encountered:
This is still something that needs to be supported, it is not there yet. I will use #97 to track the issue.
Sorry, something went wrong.
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: