Read the statement by Michael Teeuw here.
./node_modules/.bin/electron js / electron.js Problem
-
they give the same result ,
pi@raspberry:~/MagicMirror $ npm install electron
up to date, audited 1112 packages in 6s
88 packages are looking for funding
runnpm fund
for details5 vulnerabilities (4 low, 1 moderate)
To address all issues (including breaking changes), run:
npm audit fix --forceRun
npm audit
for details.
pi@raspberry:~/MagicMirror $ npm startmagicmirror@2.14.0 start
DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.jssh: 1: ./node_modules/.bin/electron: not found
![alt text](image url) -
@youssef hm… you are running the graphical desktop, right? you must for electron to run
if u are running cli mode, then no graphics…
only asking cause its not complaining and failing to install…
i will recheck on my system as soon as I can … got a big copy going on and am short of disk space at the moment…
-
yes i’m using graphical desktop
-
@youssef on my install I see these messages
Official Linux/ia32 support is deprecated. For more info: https://electronjs.org/blog/linux-32bit-support
-
@sdetweil thanks for your support
can i install mm on debian 64 bit ?
-
@youssef should be able to… please wait, I am fixing install and run scripts…
testing now… -
@sdetweil said in ./node_modules/.bin/electron js / electron.js Problem:
I am fixing install and run scripts…
testing now…thanx i wait four your order to test the script …
-
@youssef ok, remove the MM folder and redo the install script… should set it up properly now…
for some reason the electron test for this OS returns 32 bit, but the OS says 64…
weird… -
@sdetweil said in ./node_modules/.bin/electron js / electron.js Problem:
weir
Hello,
it’s work, thank you for your support can you please explain to me what was the isssue.
-
@youssef for some reason the electron installer (not our code) has decided this is a 32 bit machine. and there is no 32bit electron available for intel.
I think I will open an issue over there.
my previous install worked fine…