Read the statement by Michael Teeuw here.
2318 commits behind...
-
I just blew away the docker image and did a new pull and it is fixed and on 2.6.0.
grep version package.json
“version”: “2.6.0”,
-
I was able to proceed past this error by using the command ‘git stash’. This worked for two Magic Mirrors.
-
Hello everybody
I have three MagicMirrors in use. On two mirrors he shows me that I’m 2318 and 124 behind the master respectively.
If I enter git pull in the MagicMirror folder, error occurs
Aktualisiere 6db61b4..de57daa error: Ihre lokalen Änderungen in den folgenden Dateien würden durch den Merge überschrieben werden: package-lock.json vendor/package-lock.json Bitte committen oder stashen Sie Ihre Änderungen, bevor sie mergen. Abbruch
What do I have to do to bring the MagicMirror up to date?
-
you can erase those two files, then git pull again
-
@sdetweil said in 2318 commits behind...:
you can erase those two files, then git pull again
Ok, can you tell me how to delete and reload? Sorry, but unfortunately I do not understand so much of the matter :(
-
rm package-lock.json rm vendor/package-lock.json
then
git pull
as before
then probably reinstall npm modulesfrom MagicMirror folder
npm install
-
@sdetweil said in 2318 commits behind...:
rm package-lock.json
rm vendor/package-lock.jsonThank you for your quick help. Everything works :)