I'm using this Vue CLI Plugin Electron Builder And after I build the project and run it I get this error "Uncaught TypeError: Cannot read property 'match' of undefined"
I look at the solutions in this stack overflow question but deleting the package-lock.json and node_modules and then running npm install doesn't work. I also made sure I'm running the latest version of node. Any help on this would be great.