Skip to content

Commit 43d4b19

Browse files
authored
silent => warn
1 parent 8309fe4 commit 43d4b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/backend/npm-wrapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export async function npmInstall(
2323
npm_config_update_notifier: 'false',
2424
npm_config_package_lock: 'false',
2525
npm_config_progress: 'false',
26-
npm_config_loglevel: 'silent',
26+
npm_config_loglevel: 'warn',
2727
npm_config_cache: cacheDir,
2828
npm_config_registry: process.env.NPM_REGISTRY_URL,
2929
// Omit peerDependencies to match legacy behavior from npm@6 and `yarn@1`

0 commit comments

Comments
 (0)