https://github.com/sooniter/pnpm-reproduction-patch-block
https://github.com/sooniter/pnpm-reproduction-patch-block
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sooniter/pnpm-reproduction-patch-block
- Owner: SoonIter
- Created: 2023-03-05T19:28:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T20:48:12.000Z (about 3 years ago)
- Last Synced: 2025-10-12T10:57:33.461Z (8 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reproduction of patch error block
this is a quick demo to test pnpm behavior
```
├── 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
```
1. run `pnpm install` or `pd install`(dev)
2. modify the `package.json`
```json
"dependencies": {
"vue": "3.2.0" // add one line dependency or something else
},
```
3. rerun `pnpm install`