Dedupe node-gyp in apm

This commit is contained in:
Kevin Sawicki 2014-07-21 18:15:29 -07:00
parent 662b8b30a1
commit 9c78b9832b

View File

@ -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')
}