📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-27 23:08:11
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs19
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
commands
📍 /opt/alt/alt-nodejs19/root/usr/lib/node_modules/npm/lib/commands
🔄 Refresh
✏️
Editing: root.js
Read Only
const BaseCommand = require('../base-command.js') class Root extends BaseCommand { static description = 'Display npm root' static name = 'root' static params = ['global'] async exec () { this.npm.output(this.npm.dir) } } module.exports = Root
💾 Save Changes
❌ Cancel