From 5ffbc0e3e645aa9c0aa5d3b41ac7f5e8323d6ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Mon, 26 Feb 2018 17:11:41 -0800 Subject: [PATCH] fix(buildTree): linking in parallel causes hoist-clobbering Fixes: #39 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index f15e588..c463985 100644 --- a/index.js +++ b/index.js @@ -230,7 +230,7 @@ class Installer { } }) }) - }, {concurrency: 50, Promise: BB}) + }, {concurrency: 1, Promise: BB}) } updateFromField (dep, pkg) {