Read the statement by Michael Teeuw here.
Mirror Update Permissions Error
-
@sdetweil said in Mirror Update Permissions Error:
git diff package.json
pi@raspberrypi:~ $ git diff package.json
Not a git repository
To compare two paths outside a working tree:
usage: git diff [–no-index] -
Sorry realised I hadn’t opened Mirror…
diff --git a/package.json b/package.json
index 317969e…10a0407 100644
— a/package.json
+++ b/package.json
@@ -39,7 +39,7 @@
“chai”: “^4.1.2”,
“chai-as-promised”: “^7.1.1”,
“current-week-number”: “^1.0.7”,- “danger”: “^3.1.3”,
- “danger”: “^10.2.0”,
“grunt”: “latest”,
“grunt-eslint”: “latest”,
“grunt-jsonlint”: “latest”,
@@ -48,7 +48,7 @@
“grunt-yamllint”: “latest”,
“http-auth”: “^3.2.3”,
“jsdom”: “^11.6.2”,
- “mocha”: “^7.0.0”,
- “mocha”: “^8.0.1”,
“mocha-each”: “^1.1.0”,
“mocha-logger”: “^1.0.6”,
“spectron”: “^8.0.0”,
-
@xxLulaBelle what version r u on?
grep version package.json
-
I have no idea Sam. Honestly complete newb, don’t know what I’m donig half the time :man_facepalming_light_skin_tone:
-
@xxLulaBelle usually when I have this issue i run the following the the MagicMirror folder:
git reset --hard
then
git pull && npm install
That works for me and I am able to update -
@xxLulaBelle from the mm folder do
grep version package.json
-
@mumblebaj that works, but. he made a change. let’s not lose this if it’s important.
use my script anyhow. solves lots of other problems with modules too
-
@sdetweil I agree, your scripts works wonders.
-
Ok thanks all, will try :) Sorry for being clueless :man_facepalming_light_skin_tone: