mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
rm npm progress bar flag (#95)
This commit is contained in:
@@ -235,7 +235,6 @@ func (f *proxyFlow) executeWithProxy(ctx context.Context, parsedCmd *packagemana
|
|||||||
fmt.Sprintf("REQUESTS_CA_BUNDLE=%s", caCertPath),
|
fmt.Sprintf("REQUESTS_CA_BUNDLE=%s", caCertPath),
|
||||||
fmt.Sprintf("PIP_CERT=%s", caCertPath),
|
fmt.Sprintf("PIP_CERT=%s", caCertPath),
|
||||||
fmt.Sprintf("PIP_PROXY=%s", proxyURL),
|
fmt.Sprintf("PIP_PROXY=%s", proxyURL),
|
||||||
"NPM_CONFIG_PROGRESS=false",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
cmd.Stdin = os.Stdin
|
cmd.Stdin = os.Stdin
|
||||||
|
|||||||
Reference in New Issue
Block a user