📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 15:29:07
📂
/ (Root)
/
lib
/
node_modules
/
npm
/
lib
/
install
📍 /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