Read the statement by Michael Teeuw here.
Installing Magic mirror on windows 10
-
@vivian0239 said in Installing Magic mirror on windows 10:
~/MagicMirror/vendor
$ cd …\fonts
bash: cd: …fonts: No such file or directory
ssdrive@home MINGW64 ~/MagicMirror/vendor
$ cd …
ssdrive@home MINGW64 ~/MagicMirror
$ cd fonts
ssdrive@home MINGW64 ~/MagicMirror/fonts
$ npm install
added 1 package from 1 contributor and audited 1 package in 0.993s
found 0 vulnerabilitiesthere are 3 dots in the CD commands change it to 2 dots
do NOT install under min.
just open a command prompt (CMD.exe) and do npm install
-
‘node_moudles’ is not recognized as an internal or external command,
operable program or batch file. -
@sdetweil ‘node_moudles’ is not recognized as an internal or external command,
operable program or batch file.
please help me thank you -
@suqiqi where do u see that?
the folder is node_modules -
Hi all, I am giving this a try and running into the same errors as above, i have followed the advise but i dont get the black screen, after the error fix for display, i get new error:
$ npm startmagicmirror@2.14.0 start C:\Users\Richard\MagicMirror
electron js/electron.js‘electron’ is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! magicmirror@2.14.0 start:electron js/electron.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the magicmirror@2.14.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Richard\AppData\Roaming\npm-cache_logs\2021-03-29T19_41_46_132Z-debug.logany help here would be great, thanks
-