PATH: //usr/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 entry.js
↓
X
📄 errors.js
↓
X
📄 index.js
↓
X
📄 key.js
↓
X
📄 policy.js
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: 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, }
SIMPAN PERUBAHAN