Thanks to visit codestin.com Credit goes to github.com
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.
1 parent f39ee90 commit 2cbd72eCopy full SHA for 2cbd72e
test/parallel/test-npm-install.js
@@ -42,6 +42,8 @@ const env = { ...process.env,
42
PATH: path.dirname(process.execPath),
43
NPM_CONFIG_PREFIX: path.join(npmSandbox, 'npm-prefix'),
44
NPM_CONFIG_TMP: path.join(npmSandbox, 'npm-tmp'),
45
+ NPM_CONFIG_AUDIT: false,
46
+ NPM_CONFIG_UPDATE_NOTIFIER: false,
47
HOME: homeDir,
48
};
49
0 commit comments