🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 07:12:12 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs6
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
install
/
action
📍 /opt/alt/alt-nodejs6/root/usr/lib/node_modules/npm/lib/install/action
🔄 Refresh
✏️
Editing: update-linked.js
Read Only
'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() }
💾 Save Changes
❌ Cancel