We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c72036 commit b745be0Copy full SHA for b745be0
src/backend/npm.rs
@@ -208,6 +208,7 @@ impl Backend for NPMBackend {
208
.arg(tv.install_path())
209
.with_pr(ctx.pr.as_ref())
210
.envs(ctx.ts.env_with_path(&ctx.config).await?)
211
+ .env("NPM_CONFIG_UPDATE_NOTIFIER", "false")
212
.prepend_path(ctx.ts.list_paths(&ctx.config).await)?
213
.prepend_path(
214
self.dependency_toolset(&ctx.config)
0 commit comments