📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 18:43:56
📂
/ (Root)
/
lib
/
node_modules
/
npm
/
lib
/
install
/
action
📍 /lib/node_modules/npm/lib/install/action
🔄 Refresh
✏️
Editing: postinstall.js
Read Only
'use strict' var lifecycle = require('../../utils/lifecycle.js') var packageId = require('../../utils/package-id.js') module.exports = function (staging, pkg, log, next) { log.silly('postinstall', packageId(pkg)) lifecycle(pkg.package, 'postinstall', pkg.path, next) }
💾 Save Changes
❌ Cancel