I am using electron to develop an application, during the process I decided to install nodemode has a developer dependency to automatically reload my program thus saving time but I keep getting multiple duplicates of my application icon during any reload process.
I also had the option to use this boilerplate code
electron: path.join(__dirname, 'node_modules', '.bin', 'electron')
even though those codes, I would get the same effect. any solutions