Tell Node to use HTTP_PROXY and related vars.
Section: Environment Variables and NODE_OPTIONS
Honor HTTP proxy env vars
bash
bash
NODE_USE_ENV_PROXY=1 node app.jsExplanation
Useful in corporate proxy environments and CI jobs.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Environment Variables and NODE_OPTIONS