Searched refs:httpsProxy (Results 1 – 2 of 2) sorted by relevance
32 const httpsProxy = execSync('npm config get https-proxy').toString().trim(); constant33 return httpsProxy !== 'null' ? httpsProxy : null;
32 … const httpsProxy = (0, child_process_1.execSync)('npm config get https-proxy').toString().trim();33 return httpsProxy !== 'null' ? httpsProxy : null;