From f8bcf6be28a1aab9e3be45755aac644fc65db681 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 7 Dec 2022 16:10:50 -0500 Subject: feat(npm): add support for `NPM_CONFIG_REGISTRY` (#16980) --- cli/args/flags.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/args') diff --git a/cli/args/flags.rs b/cli/args/flags.rs index 7a4416cf5..f1acbf48d 100644 --- a/cli/args/flags.rs +++ b/cli/args/flags.rs @@ -547,6 +547,7 @@ static ENV_VARIABLES_HELP: &str = r#"ENVIRONMENT VARIABLES: (module downloads, fetch) HTTPS_PROXY Proxy address for HTTPS requests (module downloads, fetch) + NPM_CONFIG_REGISTRY URL to use for the npm registry. NO_COLOR Set to disable color NO_PROXY Comma-separated list of hosts which do not use a proxy (module downloads, fetch)"#; -- cgit v1.2.3