From 9f90b6f1405f80b432c6f20d18ca6c584cc1e6bb Mon Sep 17 00:00:00 2001 From: error Date: Mon, 2 Oct 2017 15:30:48 -0500 Subject: [PATCH] add con to monorepo.md (#6362) [skip ci] --- doc/design/monorepo.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/design/monorepo.md b/doc/design/monorepo.md index c479bca828..e8544bfcee 100644 --- a/doc/design/monorepo.md +++ b/doc/design/monorepo.md @@ -21,6 +21,7 @@ This is quite taboo but let's look at the pros and cons: * Codebase looks more intimidating. * Repo is bigger in size. + * [Can't `npm install` modules directly from GitHub](https://github.com/npm/npm/issues/2974) * ??? ## This is dumb! Nobody in open source does this!