I am using robotjs for remote control in angular electron app, it loads up fine in development mode(npm run electron) but when I do packaging (.exe) using electron packager then after generating exe file I get "Cannot find module robotjs" upon running the exe file.
S/W details.
electron - v7.1.1
node - v10.16.3
win - win 10 64bit
I have followed robotjs.io and followed all the pre-requisites, no help.