Skip to content
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

Fix#657 add proxy environment variables for npm postinstalls #1095

Conversation

josehenriqueventura
Copy link
Contributor

From: #683

Summary

Found that for postinstall script, such openlayers 4 has, in a proxy network, this plugin is not passing right the proxy to node.js running the script.

Tests and Documentation

This fixes issue #657.
I tested and it seems to work with openlayers 4.6.4

Thanks @Cavva79

Cavva79 and others added 4 commits December 27, 2017 18:12
Adds http_proxy and https_proxy for npm runs, useful for npm
postinstalls that use pure node <postinstall-script>.js to get the proxy
without workarounds.
…proxy

Those variables are needed for postinstall steps using node scripts
@eirslett eirslett merged commit 993bc2e into eirslett:master Jul 2, 2023
3 checks passed
@eirslett
Copy link
Owner

eirslett commented Jul 2, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants