@redink said in Every time I run an update, something breaks. This time is no exception:
lectron failed to install correctly, please delete node_modules/electron and try installing again
sadly it happens
delete the folder as suggested and do
cd ~/MagicMirror
npm install electron@22.0.0
how did u upgrade? manual git pull or my upgrade script?
what hardware are you on?
uname -a
and lsb_release -a
will give us info
little look at your output again
2 info using npm@6.14.4
3 info using node@v10.15.2
you are way downlevel…
if u had used my script, I would have upgraded node and npm for you .
see https://github.com/sdetweil/MagicMirror_scripts
I try to help avoid the fatal upgrades that you experience
note
latest MM won’t run on raspi os stretch or earlier, so one has to upgrade sd card too.