mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-24 07:38:12 -05:00
fix: don't extend NODE_PATH in command shims (#5290)
close #5285 close #5176
This commit is contained in:
6
.changeset/seven-humans-cover.md
Normal file
6
.changeset/seven-humans-cover.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"@pnpm/config": major
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Don't extend NODE_PATH in command shims [#5176](https://github.com/pnpm/pnpm/issues/5176).
|
||||
@@ -186,7 +186,7 @@ export async function getConfig (
|
||||
color: 'auto',
|
||||
'dedupe-peer-dependents': false,
|
||||
'enable-modules-dir': true,
|
||||
'extend-node-path': true,
|
||||
'extend-node-path': false,
|
||||
'fetch-retries': 2,
|
||||
'fetch-retry-factor': 10,
|
||||
'fetch-retry-maxtimeout': 60000,
|
||||
|
||||
Reference in New Issue
Block a user