Read the statement by Michael Teeuw here.
Update V2.1.1 error
-
Hello,
I make the update and have this error:root@raspberrypi:/home/pi/MagicMirror# npm install npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN prefer global coffee-script@1.10.0 should be installed with -g npm WARN prefer global colorguard@1.2.0 should be installed with -g > electron-prebuilt@1.4.13 postinstall /home/pi/MagicMirror/node_modules/electron-prebuilt > node install.js npm WARN prefer global jsonlint@1.6.2 should be installed with -g npm WARN prefer global pm2@2.0.18 should be installed with -g npm ERR! Linux 4.4.50-v7+ npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" npm ERR! node v4.7.3 npm ERR! npm v2.15.11 npm ERR! code EPEERINVALID npm ERR! peerinvalid The package stylelint@7.4.2 does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer stylelint-config-standard@16.0.0 wants stylelint@^7.8.0 npm ERR! Please include the following file with any support request: npm ERR! /home/pi/MagicMirror/npm-debug.log
help me pls :O
-
@Nonamexp Hello, some time ago, I get a similar error but no here, was while I want to install node.
My solution was install those packages:
Minimatch anda Graceful manually.
By the way, do yo follow te exact instructions forma the upgrade?
2.1.1] - 2017-04-01
Note: This update uses new dependencies. Please update using the following command: git pull && npm install
-
@daenick I have first ‘git pull’ and after ‘npm install’
-
Weird, I have no problem with the update. Try to install each packages manually:
minimatch and graceful
-
@daenick Have your advice followed and the problem persists. At the first magic mirror it went through without problems but the second I have the error
-
@Nonamexp In this case I think you need to do a clean install…