mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-23 09:31:52 -04:00
5
.changeset/nervous-fishes-repair.md
Normal file
5
.changeset/nervous-fishes-repair.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Turn off warnings about settings.
|
||||
@@ -88,13 +88,12 @@ export default async function run (inputArgv: string[]) {
|
||||
// When we just want to print the location of the global bin directory,
|
||||
// we don't need the write permission to it. Related issue: #2700
|
||||
const globalDirShouldAllowWrite = cmd !== 'root'
|
||||
const checkUnknownSetting = cmd === 'install'
|
||||
config = await getConfig(cliOptions, {
|
||||
excludeReporter: false,
|
||||
globalDirShouldAllowWrite,
|
||||
rcOptionsTypes,
|
||||
workspaceDir,
|
||||
checkUnknownSetting,
|
||||
checkUnknownSetting: false,
|
||||
}) as typeof config
|
||||
config.forceSharedLockfile = typeof config.workspaceDir === 'string' && config.sharedWorkspaceLockfile === true
|
||||
config.argv = argv
|
||||
|
||||
Reference in New Issue
Block a user