From 9c78b9832b89ffd6ee713df6b28c0af3eddd1140 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 21 Jul 2014 18:15:29 -0700 Subject: [PATCH] Dedupe node-gyp in apm --- script/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bootstrap b/script/bootstrap index f286096a6..2af11cdfa 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -77,7 +77,7 @@ function bootstrap() { moduleInstallCommand, dedupeApmCommand + ' ' + packagesToDedupe.join(' '), { - command: dedupeNpmCommand + ' request', + command: dedupeNpmCommand + ' request node-gyp', options: { cwd: path.resolve(__dirname, '..', 'apm', 'node_modules', 'atom-package-manager') }