berry
berry copied to clipboard
[Feature] Document how to remove patches
- [x] I'd be willing to implement this feature (contributing guide)
- [x] This feature is important to have in this repository; a contrib plugin wouldn't do
Describe the user story
Yarn offers a way to apply patches with yarn patch and yarn patch-commit. Having used the feature I like it and the document is pretty good. But it is not at all clear how we remove a patch?
https://yarnpkg.com/features/protocols#patch
Describe the solution you'd like
Please provide instructions on how we remove an applied patch.
Describe the drawbacks of your solution
I found myself having to delete .yarn .yarn-lock and my .yarnrc file along with the "resolution" block in package.json manually. Was awful as I then add to set the yarn version, install all the plugins again manually and then run my yarn dlx to setup typescript / vscode.
Describe alternatives you've considered
Using version control carefully to revert the change, and ensure .yarn is not excluded with .gitignore.
Just remove the resolution and delete the file in your patches folder.
is this issue donde?
What is the current status of this issue? Is it done? It looks like removing the resolution and deleting the file in the patches folder does not work. I'd be willing to implement a fix if it is still open.
@fernandohjunqueira what is happening when you try to remove the resolution and delete the patch?
Can we have patch remove option(-r,--remove)?
Hey, adding a new command to revert the patched marks is really helpful! just like what pnpm does here: https://pnpm.io/cli/patch-remove
Removing patches manually is cumbersome; there should be an automated script/command