Current Path : /proc/thread-self/root/proc/thread-self/root/proc/self/root/usr/lib/node_modules/npm/lib/utils/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/self/root/usr/lib/node_modules/npm/lib/utils/lifecycle.js |
exports = module.exports = runLifecycle const lifecycleOpts = require('../config/lifecycle') const lifecycle = require('npm-lifecycle') function runLifecycle (pkg, stage, wd, moreOpts, cb) { if (typeof moreOpts === 'function') { cb = moreOpts moreOpts = null } const opts = lifecycleOpts(moreOpts) lifecycle(pkg, stage, wd, opts).then(cb, cb) }