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 d3c68de commit 31d8b62Copy full SHA for 31d8b62
src/interceptors/fresh-terminal.ts
@@ -377,6 +377,8 @@ export class TerminalInterceptor implements Interceptor {
377
// Used by npm, for versions that don't support HTTP_PROXY etc
378
'npm_config_proxy': `http://localhost:${proxyPort}`,
379
'npm_config_https_proxy': `http://localhost:${proxyPort}`,
380
+ // Stop npm warning about having a different 'node' in $PATH
381
+ 'npm_config_scripts_prepend_node_path': 'false',
382
383
// Trust cert when using OpenSSL with default settings
384
'SSL_CERT_FILE': this.config.https.certPath,
0 commit comments