Replies: 1 comment
-
@guigui64 - Does this recent pull request solve your proposed solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Scripts such as
create-remix
usenode-fetch
for downloading the templates from the Github API.Unfortunately,
node-fetch
does not support HTTP(S) proxies.However, there are some elegant solutions to this such as using
global-agent
:https://github.com/gajus/global-agent
That way, the users of the script will only need to export environment variables to be able to use them behind proxies.
Beta Was this translation helpful? Give feedback.
All reactions