Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Tsury opened this issue Jul 4, 2024 · 1 comment
Open

Comments

@Tsury
Copy link

Tsury commented Jul 4, 2024

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.

@kudlav
Copy link

kudlav commented Jul 24, 2024

Duplicate of #356

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants