diff --git a/index.js b/index.js index 9d47731..2c8b494 100644 --- a/index.js +++ b/index.js @@ -133,7 +133,6 @@ class Installer { return tree.forEachAsync((dep, next) => { if (dep.dev && this.config.get('production')) { return } const depPath = dep.path(this.prefix) - // Process children first, then extract this child const spec = npa.resolve(dep.name, dep.version, this.prefix) if (dep.isRoot) { return next()