🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 01:00:58 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs22
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
📍 /opt/alt/alt-nodejs22/root/usr/lib/node_modules/npm/lib
🔄 Refresh
✏️
Editing: cli.js
Read Only
try { const { enableCompileCache } = require('node:module') /* istanbul ignore next */ if (enableCompileCache) { enableCompileCache() } } catch (e) { /* istanbul ignore next */ } const validateEngines = require('./cli/validate-engines.js') const cliEntry = require('node:path').resolve(__dirname, 'cli/entry.js') module.exports = (process) => validateEngines(process, () => require(cliEntry))
💾 Save Changes
❌ Cancel