A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
npm install error
-
This post is deleted! -
Are you running
npm start
in the MagicMirror directory? -
This post is deleted! -
The two warnings can be ignored. They do not affect the operation on the MM software.
It appears your dependencies did not install properly. It happens from time to time. Try this first:
- Delete the MagicMirror/node_modules/electron folder
- cd into your MagicMirror directory
- run
npm install
- run
npm start