ds300 / patch-package

Fix broken node modules instantly 🏃🏽‍♀️💨
MIT License
10.17k stars 283 forks source link

Installing a dependency with its own local patches doesn't apply them #527

Open Tsury opened 1 week ago

Tsury commented 1 week ago

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.