diff --git a/src/util/backend/npm-wrapper.ts b/src/util/backend/npm-wrapper.ts index 873349b7..774eda6d 100644 --- a/src/util/backend/npm-wrapper.ts +++ b/src/util/backend/npm-wrapper.ts @@ -23,7 +23,7 @@ export async function npmInstall( npm_config_update_notifier: 'false', npm_config_package_lock: 'false', npm_config_progress: 'false', - npm_config_silent: 'true', + npm_config_loglevel: 'warn', npm_config_cache: cacheDir, npm_config_registry: process.env.NPM_REGISTRY_URL, // Omit peerDependencies to match legacy behavior from npm@6 and `yarn@1`