Read the statement by Michael Teeuw here.
I NEED HELP
-
was trying to fix my a problem with the screencast and now i cant do anything it won’t even start
this is what it says:
anajorgesa@raspberrypi:~ $ cd MagicMirror
anajorgesa@raspberrypi:~/MagicMirror $ npm startmagicmirror@2.19.0 start
DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.jssh: 1: ./node_modules/.bin/electron: not found
anajorgesa@raspberrypi:~/MagicMirror $ -
@anajorgesa I did this in my terminal cause I was trying to fix a problem i had with screencast by following the instructions of this guy and now nothing works and i dont know what to do
cd ~/MagicMirror/modules/MMM-Screencast
rm -rf node_modules
npm install
cd ~/MagicMirror
npm start -
@anajorgesa said in I NEED HELP:
sh: 1: ./node_modules/.bin/electron: not found
cd ~/MagicMirror npm install electron@17.2.0
-
It worked thank you so much