rm npm progress bar flag (#95)

This commit is contained in:
Sahil Bansal
2026-01-07 17:17:00 +05:30
committed by GitHub
parent 4fb147b0fb
commit 028e78aed8
-1
View File
@@ -235,7 +235,6 @@ func (f *proxyFlow) executeWithProxy(ctx context.Context, parsedCmd *packagemana
fmt.Sprintf("REQUESTS_CA_BUNDLE=%s", caCertPath),
fmt.Sprintf("PIP_CERT=%s", caCertPath),
fmt.Sprintf("PIP_PROXY=%s", proxyURL),
"NPM_CONFIG_PROGRESS=false",
)
cmd.Stdin = os.Stdin