coala / coala/docker-coala-base

flatted node_modules

Open
#124 2 comments 0 reactions 1 assignee Claimed by @jayvdb View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.