-
Notifications
You must be signed in to change notification settings - Fork 870
New issue
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
proxy not forwarded to NPM #700
Comments
Possible duplicate of #430 |
try my fix in #683 |
@geoHeil have you solved this problem? |
No
Davide Cavarretta <notifications@github.com> schrieb am Di. 8. Mai 2018 um
09:11:
… @geoHeil <https://github.com/geoHeil> have you solved this problem?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#700 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABnc9LWVJp6pqmUJpyevSjfvbGRpgG5Dks5twUTwgaJpZM4ScSKc>
.
|
I had a similar issue and by providing the maven args -DproxyHost=proxy.url -DproxyPort=3128 it worked for me |
I also have a similar problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using your plugin for an existing repository in a corporate setup behind a proxy it fails choose the proxy for downloading the node version.
to reproduce
The log shows:
and fails to download even though
HTTPS_PROXY
/HTTP_PROXY
are set correctly.The pom.xml ignores the proxy, but should foraward the HTTP(S)_PROXY environment variable to npm:
The text was updated successfully, but these errors were encountered: