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 a42ac0f commit 34ae5edCopy full SHA for 34ae5ed
cli/src/npm-client.ts
@@ -14,7 +14,7 @@ export const NPM_REGISTRY_URL = 'https://registry.npmjs.org/'
14
15
function createNpmEnv(overrides: Record<string, string> = {}): Record<string, string> {
16
return {
17
- ...(process.env as Record<string, string>),
+ ...process.env,
18
...overrides,
19
FORCE_COLOR: '0',
20
npm_config_registry: NPM_REGISTRY_URL,
0 commit comments