We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade0bc1 commit ed9d2b7Copy full SHA for ed9d2b7
docs/TROUBLESHOOTING.md
@@ -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
7
## Error: watch ENOSPC
8
9
Linux systems can have a low limit of 'watchable files'. To increase this
0 commit comments