-
-
Notifications
You must be signed in to change notification settings - Fork 295
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
Patch a package.json file? #341
Comments
I think this issue is duplicated. |
This works for me npx patch-package some-package --exclude 'nothing' |
It works like charm! Excellent~ |
Thanks all |
This might technically "work" but if what you're trying to patch is a dependency that should be a devDependency then it won't have any effect |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to fix a broken dependency in a node module within my project by altering the dependency version in the module's package.json but the diff doesn't seem to recognize it. Is there a config flag I need or something?
The text was updated successfully, but these errors were encountered: