Installing a dependency with its own local patches doesn't apply them
Open
- Dominant language
- TypeScript
- Stars
- 11.2k
- Forks
- 325
- PR merge metrics
- No merged PRs in 30d
Description
I have packages A and B, both written by myseld.
B is a dependency of A.
B is using patch-package internally.
When developing B, npm install properly applies the patches.
When adding B to a A, the patch will not be applied.
Any idea what could cause this?
Maybe it's just not the way patch-package is supposed to work?
Tried to search, didn't find anything.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.