🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 02:19:20 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs6
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
📍 /opt/alt/alt-nodejs6/root/usr/lib/node_modules/npm/lib
🔄 Refresh
✏️
Editing: test.js
Read Only
module.exports = test var testCmd = require('./utils/lifecycle.js').cmd('test') function test (args, cb) { testCmd(args, function (er) { if (!er) return cb() if (er.code === 'ELIFECYCLE') { return cb('Test failed. See above for more details.') } return cb(er) }) }
💾 Save Changes
❌ Cancel