@Mykle1 said in Electron error on install.: @darkcloud784 Try deleting the electron folder from this path: `MagicMirror/node_modules/electron Then run npm install in the MagicMirror directory. This should install electron for you. Then run npm start in the MagicMirror directory Unfortunately this didn’t work for me, but I did find a solution. I had to upgrade nodejs manually. npm cache clean -f npm install -g n n stable