pnpm version: 7.29.0-2
Code to reproduce the issue:
-
git clone https://github.com/SoonIter/pnpm-reproduction-patch-block
-
pnpm install
├── node_modules
├── package.json
├── packages
│ └── a
│ ├── node_modules
│ └── package.json -->> @dagrejs/graph@2.1.11
├── patches
│ └── @dagrejs__graphlib@2.1.11.patch
├── pnpm-lock.yaml
└── pnpm-workspace.yaml
-
modify package.json and add one line dependency
-
rerun pnpm install and meet the error
Expected behavior:
install normally and do not block the whole process
Actual behavior:

pnpm version: 7.29.0-2
Code to reproduce the issue:
git clone https://github.com/SoonIter/pnpm-reproduction-patch-blockpnpm installmodify
package.jsonand add one line dependencyrerun
pnpm installand meet the errorExpected behavior:
install normally and do not block the whole process
Actual behavior: