mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-10 18:18:56 -04:00
fix: don't fail when removing a dep from a workspace that has patches
ref https://github.com/pnpm/pnpm/issues/4954#issuecomment-1172858634
This commit is contained in:
6
.changeset/pink-moons-return.md
Normal file
6
.changeset/pink-moons-return.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"@pnpm/core": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
`pnpm remove <pkg>` should not fail in a workspace that has patches [#4954](https://github.com/pnpm/pnpm/issues/4954#issuecomment-1172858634)
|
||||
@@ -149,7 +149,7 @@ const defaults = async (opts: InstallOptions) => {
|
||||
preferFrozenLockfile: true,
|
||||
preferWorkspacePackages: false,
|
||||
preserveWorkspaceProtocol: true,
|
||||
pruneLockfileImporters: true,
|
||||
pruneLockfileImporters: false,
|
||||
pruneStore: false,
|
||||
rawConfig: {},
|
||||
registries: DEFAULT_REGISTRIES,
|
||||
|
||||
Reference in New Issue
Block a user