improve support for monorepos and nohoist option
Open
feature request
- Dominant language
- TypeScript
- Stars
- 11.2k
- Forks
- 325
- PR merge metrics
- No merged PRs in 30d
Description
When you have a patch, the patch is only applied on root node_modules
it should be applied to all node_modules, this is need when using `nohoist` options
check this example https://github.com/entria/entria-fullstack
Usually we use `nohoist` to work some issues on react-native projects
the structure is like this
- node_modules
- packages
--- app\node_modules
--- server\node_modules
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.