We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
silent
1 parent 2683925 commit 8309fe4Copy full SHA for 8309fe4
src/util/backend/npm-wrapper.ts
@@ -23,7 +23,7 @@ export async function npmInstall(
23
npm_config_update_notifier: 'false',
24
npm_config_package_lock: 'false',
25
npm_config_progress: 'false',
26
- npm_config_silent: 'true',
+ npm_config_loglevel: 'silent',
27
npm_config_cache: cacheDir,
28
npm_config_registry: process.env.NPM_REGISTRY_URL,
29
// Omit peerDependencies to match legacy behavior from npm@6 and `yarn@1`
0 commit comments