Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2015-04-14 03:31:51 +0300
committerRebecca Turner <me@re-becca.org>2015-06-26 03:26:45 +0300
commitbfe37e01a1e470eb2f076d1f9e6199fdd32ef43f (patch)
treee5e74c0590765ebb95fa3d5095c3e5d1ca9ef1b1 /lib/install.js
parentdfec1a2828359ae31744a8f9ec995e49faaf12d3 (diff)
Refuse loudly to fail to update links
Diffstat (limited to 'lib/install.js')
-rw-r--r--lib/install.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/install.js b/lib/install.js
index ce71a7821..156ec3c2f 100644
--- a/lib/install.js
+++ b/lib/install.js
@@ -329,6 +329,7 @@ Installer.prototype.executeActions = function (cb) {
[doSerialActions, 'move', staging, todo, cg.newGroup('move')],
[doSerialActions, 'finalize', staging, todo, cg.newGroup('finalize')],
[doSerialActions, 'build', staging, todo, trackLifecycle.newGroup('build')],
+ [doParallelActions, 'update-linked', staging, todo, trackLifecycle.newGroup('update-linked')],
[doSerialActions, 'install', staging, todo, trackLifecycle.newGroup('install')],
[doSerialActions, 'postinstall', staging, todo, trackLifecycle.newGroup('postinstall')])
if (this.npat) {