Should we throw warning instead of error while patched packages not exist
Open
- Dominant language
- TypeScript
- Stars
- 11.2k
- Forks
- 325
- PR merge metrics
- No merged PRs in 30d
Description
As a example:
```
Patch file found for package vite which is not present at node_modules/vite
```
If we want to build sub-packages independently in monorepo, but we already set `root/package.json`
```
"scripts": {
"postinstall": "patch-package"
}
```
that will interrupt the build process if submodule `root/packages/module-a` does not dependent vite
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.