AlkantarClanX12

Your IP : 18.188.227.192


Current Path : /proc/self/root/opt/alt/alt-nodejs9/root/lib/node_modules/npm/lib/install/
Upload File :
Current File : //proc/self/root/opt/alt/alt-nodejs9/root/lib/node_modules/npm/lib/install/access-error.js

'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
}