PATH:
opt
/
alt
/
alt-nodejs6
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
install
/
action
'use strict' var path = require('path') module.exports = function (top, buildpath, pkg, log, next) { if (pkg.package.version !== pkg.oldPkg.package.version) { log.warn('update-linked', path.relative(top, pkg.path), 'needs updating to', pkg.package.version, 'from', pkg.oldPkg.package.version, "but we can't, as it's a symlink") } next() }
[-] prepublish.js
[edit]
[-] postinstall.js
[edit]
[-] remove.js
[edit]
[-] fetch.js
[edit]
[-] update-linked.js
[edit]
[-] extract.js
[edit]
[+]
..
[-] preinstall.js
[edit]
[-] move.js
[edit]
[-] finalize.js
[edit]
[-] global-install.js
[edit]
[-] install.js
[edit]
[-] build.js
[edit]
[-] test.js
[edit]
[-] global-link.js
[edit]