coala / coala/docker-coala-base
flatted node_modules
Open
status/STALE
- Dominant language
- Shell
- Stars
- 21
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
When installed with npm, node_modules iis:
```
$ du -s node_modules/
126944 node_modules/
```
With `yarn install --flat`, which requires manual resolving of conflicts, many extra dups are removed
```
$ du -s node_modules/
111420 node_modules/
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.