A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10
-
@kithaam it doesn’t say “npm start” in the vendor or font folders
-
@sdetweil not working after edit package.json , i try to start on Win CMD with npm start ( folder MagicMirror)
-
@airart what does it say?
show the text of the start line now -
@sdetweil i edit like this
"start": "node_modules/.bin/electron js/electron.js",
-
@airart it say
“node_modules” non è riconosciuto come come comando interno …
-
@airart mine works like this
"start": "./node_modules/.bin/electron js/electron.js",
-
@sdetweil seems that in node_modules folder/.bin/ there’s not any electron.js
i’v also tried with cmd …
-
@airart did you do the npm install?
-
@sdetweil yes i do
-
@airart what version of node and npm are installed
npm -v
node -v