Read the statement by Michael Teeuw here.
Help!!!
-
Re: Some help for those on windows machines
$ npm start
magicmirror@2.19.0 start
./node_modules/.bin/electron js/electron.js‘.’ is not recognized as an internal or external command,
operable program or batch file. -
@sdetweil is windows 10
$ npm start
magicmirror@2.19.0 start
node_modules/.bin/electron js/electron.js‘node_modules’ is not recognized as an internal or external command,
operable program or batch file. -
@hbjsmzy windows, yes?
remove the ./ at the front
-
@sdetweil is windows 10
$ npm start
magicmirror@2.19.0 start
node_modules/.bin/electron js/electron.js‘node_modules’ is not recognized as an internal or external command,
operable program or batch file. -
try one of these ( the npm version make a difference)
change all the / to \ single backslash
or
change all the / to \ double backslash -