In my Electron app I have decided to never require() Nodejs modules in my renderer process and instead send IPC messages asking the main process to do it instead. T
require()