summaryrefslogtreecommitdiff
path: root/deps/npm/lib/link.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/lib/link.js')
-rw-r--r--deps/npm/lib/link.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/lib/link.js b/deps/npm/lib/link.js
index 5628465506..8022fc78df 100644
--- a/deps/npm/lib/link.js
+++ b/deps/npm/lib/link.js
@@ -132,7 +132,7 @@ function linkPkg (folder, cb_) {
if (er) return cb(er)
log.verbose("link", "build target", target)
// also install missing dependencies.
- npm.commands.install(me, [], function (er, installed) {
+ npm.commands.install(me, [], function (er) {
if (er) return cb(er)
// build the global stuff. Don't run *any* scripts, because
// install command already will have done that.