Skip to content

Commit 8309fe4

Browse files
authored
fix: remove warning for silent config
1 parent 2683925 commit 8309fe4

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_silent: 'true',
26+
npm_config_loglevel: 'silent',
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)