Read the statement by Michael Teeuw here.
Problem with fresh Installation.
-
Hi , Fresh installation …
bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)
everything going smoother on final stage … installing dependencies giving below errornpm WARN grunt-stylelint@0.9.0 requires a peer of stylelint@^8.0.0 but none was installed. npm WARN stylelint-config-standard@17.0.0 requires a peer of stylelint@^8.0.0 but none was installed. npm WARN stylelint-config-recommended@1.0.0 requires a peer of stylelint@^8.0.0 but none was installed. npm ERR! Linux 4.9.41-v7+ npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" npm ERR! node v6.11.3 npm ERR! npm v3.10.10 npm ERR! code ELIFECYCLE npm ERR! electron@1.7.8 postinstall: `node install.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the electron@1.7.8 postinstall script 'node install.js'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the electron package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node install.js npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs electron npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls electron npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /home/pi/MagicMirror/npm-debug.log Unable to install dependencies!
Any Solutions ???
-
Hi Zam !
today i have installed a fresh mirror too.
wich raspian have you used ? Rapian strech or jessi ?with stretch my mirror won`t start too. with the latetst jessi (full) my mirror works well.
and try this to -->
This is due to the new release yesterday of Electron 1.7.8 but a build hasn’t been updated yet for linux-arm. In the meantime, just run the command
sudo npm install -g electron@1.7.6
after the failure and then continue with the installation.
it seems to be, that there is a problem with the 1.7.8 with the raspi …Greetz Sandy2503
-
@Sandy2503 said in Problem with fresh Installation.:
sudo npm install -g electron@1.7.6
Yes i am installing with ¨RASPBIAN STRETCH WITH DESKTOP¨ let me try your solution and see thanks
Zam
-
@Sandy2503
Do you have a link to the jessie (full) that you used? -
@7even
i have installed the2016-11-25-raspbian-jessie.img
from my local harddisk.
check google for the image like this link --> http://domoticx.com/raspberry-pi-sd-image-raspbian-linux-os/ -
@Sandy2503
Thanks… will try it out now. -
@Sandy2503 said in Problem with fresh Installation.:
i have installed the 2016-11-25-raspbian-jessie.img from my local harddisk.
I don’t suppose you have a firmware hash from that version? I cooked a Pi with Stretch and I’m trying to get my firmware back to that date
-
Yes i think the issue is with the electron latest version … i have installed 2017-01-11-raspbian-jessie .img it’s working fine … Thanks guys for the help Cheers…