📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 02:29:22
📂
/
/
opt
/
alt
/
alt-nodejs16
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
commands
✏️
Editing: prefix.js
const BaseCommand = require('../base-command.js') class Prefix extends BaseCommand { static description = 'Display prefix' static name = 'prefix' static params = ['global'] static usage = ['[-g]'] static ignoreImplicitWorkspace = true async exec (args) { return this.npm.output(this.npm.prefix) } } module.exports = Prefix
💾 Save Changes
❌ Cancel