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 f640bb7 commit c42dc60Copy full SHA for c42dc60
test/parallel/test-npm-install.js
@@ -41,8 +41,6 @@ const pkgPath = path.join(installDir, 'package.json');
41
fs.writeFileSync(pkgPath, pkgContent);
42
43
const env = { ...process.env,
44
- NODE: process.execPath,
45
- NPM: npmPath,
46
PATH: path.dirname(process.execPath),
47
NODE: process.execPath,
48
NPM: npmPath,
0 commit comments