Closed bahmutov closed 9 years ago
Seems we do not give access to the underlying cache object
require = require('really-need'); Object.keys(require.cache).forEach(function (name) { delete require.cache[name]; }); TypeError: Object.keys called on non-object
Seems we do not give access to the underlying cache object