MagicMirror² v2.14.0 is available! For more information about this release, check out this topic.
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