📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 03:55:02
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs14
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
install
📍 /opt/alt/alt-nodejs14/root/usr/lib/node_modules/npm/lib/install
🔄 Refresh
✏️
Editing: access-error.js
Read Only
'use strict' module.exports = function (dir, er) { if (!er) return var accessEr = new Error("EACCES, access '" + dir + "'", -13) accessEr.code = 'EACCES' accessEr.path = dir return accessEr }
💾 Save Changes
❌ Cancel