Hacked By AnonymousFox

Current Path : /proc/thread-self/root/proc/self/root/opt/alt/alt-nodejs6/root/usr/lib/node_modules/npm/lib/install/action/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/opt/alt/alt-nodejs6/root/usr/lib/node_modules/npm/lib/install/action/update-linked.js

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

Hacked By AnonymousFox1.0, Coded By AnonymousFox