So laden Sie ein Modul in node.js neu

delete require.cache[require.resolve('./path-of-file')];
require('./path-of-file');
Inquisitive Ibex