Read the statement by Michael Teeuw here.
V2.5.0 problem.
-
i updated my MM that is running on RPI3 and this is what i get.
i also am running a website server on my RPI that is working fine!
every time i run “npm start” i get this!
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! magicmirror@2.5.0 start:sh run-start.sh
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the magicmirror@2.5.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above. -
@3zq3mh what port is your web server running on? Magic Mirror runs on port 8080 by default. If you we server is also using that port, they both cannot run at the same time.
-
Web Server is on 8989
MagicMirror is on 8889
but i did not have any problems until i updated MM today to 2.5.0 -
@3zq3mh just for a test, if u stop your webserver, does MM start?
-
@sdetweil no
-
@3zq3mh
What happens or what messages are shown if you start your mm withnpm start dev
AxLED -
@3zq3mh after you did the git pull, did u npm install again?