文件操作 - errors.js
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/errors.js
编辑文件内容
class NotCachedError extends Error { constructor (url) { /* eslint-disable-next-line max-len */ super(`request to ${url} failed: cache mode is 'only-if-cached' but no cached response is available.`) this.code = 'ENOTCACHED' } } module.exports = { NotCachedError, }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件