A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-InternetMonitor
-
@Richtw can you show results of
ls ~/MagicMirror/node_modules/.bin/electron-rebuild -laF
-
@sdetweil said in MMM-InternetMonitor:
ls ~/MagicMirror/node_modules/.bin/electron-rebuild -laF
thanks for the reply!
richard@raspberrypi:~/MagicMirror $ ls ~/MagicMirror/node_modules/.bin/electron-rebuild -laF lrwxrwxrwx 1 richard richard 34 Jan 24 17:57 /home/richard/MagicMirror/node_modules/.bin/electron-rebuild -> ../electron-rebuild/lib/src/cli.js
-
@Richtw weird.
edit the buildit script we wrote and add
-b
at end of the last line, w a space before it. see if we can find where it is have permissions error
-
@sdetweil Here’s the script I’m running
!/bin/bash if [ ! -f ../../node_modules/.bin/electron-rebuild ]; then cd ../.. npm install electron-rebuild >/dev/null 2>&1 cd - fi ../../node_modules/.bin/electron-rebuild -b
Here’s the result
richard@raspberrypi:~/MagicMirror/modules/internet-monitor $ sudo ./buildit ./buildit: line 8: ../../node_modules/.bin/electron-rebuild: Permission denied
-
@Richtw sorry. I do not understand the problem jetey, and cannot reproduce it on my own