patch-package
patch-package copied to clipboard
Fix broken node modules instantly 🏃🏽♀️💨
This should resolve #394. Added explicit arguments for src & dst prefixes for `git diff` command.
Hi! i've encounter an issue when using this tool. It failed with patch parsing error. From logs i could see that somehow my system setup uses different prefixes while producing...
As the title says. If node_modules is a direct subdir of the project no errors happen. Example yarn --modules-folder=/tmp/node_modules Will fail to apply.
Hi! I make some changes in `package.json` file, add [exports field](https://nodejs.org/dist/latest-v12.x/docs/api/esm.html#esm_package_entry_points) but `patch-package` doesn't see any changes in it
Include the package name and version in the `yarn` and `npm install` commands. Fixes issue https://github.com/ds300/patch-package/issues/320
Thanks for your work. Here I faced two problems. 1. npx patch-package --exclude '^$' doesn't work for me. Something I got was: ---------------------------------------------------------------------------------------------- patch-package 6.2.2 • Creating temporary folder •...
Since NPM version 7, the package-lock.json version 2 file now uses a `packages` field, and the `dependencies` field is duplicated for backwards compatibility. It is possible to configure NPM to...
While locally the warning for this case is a nice touch, in CI we run an automated dependency management bot. We would love to see `patch-package` blocking the auto-merge to...
- I am trying to using patch-package to fix bug of vuetify - But when i update code in src folder and vuetify.js, then execute `yarn patch-package vuetify` => Actual...
This error was caused because patch-package cannot apply the following patch file: patches/react-native+0.67.1.patch. I tried removing node modules and again. but it doesn't work. I hope to resolve it. Thank...