Read the statement by Michael Teeuw here.
NPM error
-
Greeting Everyone ,
After clt + v bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh).I notice the following error messages : .If any MM Veterans could advise how to resolve this problem it could to extremely appreciated .
Respectfully ,
TechGator :crocodile:
-
@Techgator2 - Okay, first step is to skip the photos and use the Markdown features of the board to post code and error messages.
Second, are you installing this on a Raspberry Pi running the latest version of Raspian?
Third, it’s hard to see from your image, but it looks like electron isn’t installed on your Pi. Try this:
sudo npm install electron
and let us know how it responds. After that, try to rebuild your Magic Mirror withnpm install
again. -
@bhepler after typing sudo npm install electron I received an error : eacces permission denied , mkdir etc also npm warn enoent : no such file or directory… 😵