Skip to content

Commit ed9d2b7

Browse files
committed
Warn about npm v2. Fixes #583
1 parent ade0bc1 commit ed9d2b7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: docs/TROUBLESHOOTING.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Installing documentation with npm v1 or v2 yields a gigantic `node_modules`
2+
3+
Unfortunately, we need to recommend: use **yarn or npm v3** to install documentation.
4+
npm v1 and v2 are unable to properly de-duplicate dependencies, so they will
5+
create wastefully large `node_modules` directories under documentation.
6+
17
## Error: watch ENOSPC
28

39
Linux systems can have a low limit of 'watchable files'. To increase this

0 commit comments

Comments
 (0)