I ended up removing all instances of package-lock.json and ran git pull and was able to successfully update. Thanks for everyone’s input on this!
Read the statement by Michael Teeuw here.
Posts made by icephreaq
-
RE: Updating 6db61b4..de57daa
-
RE: Updating 6db61b4..de57daa
I do have an active internet connection. I typically admin my mirror through SSH from a separate Linux machine and I’m able to connect to the mirror and update other items without issue. git status gives the following.
On branch master Your branch is behind 'origin/master' by 124 commits, and can be fast-forwarded. (use "git pull" to update your local branch) Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git checkout -- <file>..." to discard changes in working directory) modified: fonts/package-lock.json modified: package-lock.json modified: package.json modified: vendor/package-lock.json Untracked files: (use "git add <file>..." to include in what will be committed) core nohup.out no changes added to commit (use "git add" and/or "git commit -a")
-
RE: Updating 6db61b4..de57daa
@dazza120 The title of this thread is literally what I get when I enter ‘git pull’ from within ~/MagicMirror I get no other messages or output. Just Updating 6db61b4…de57daa and then back to my prompt.
-
RE: Updating 6db61b4..de57daa
@dazza120 The error I’m getting is from the ‘git pull’ command while in the correct directory.
-
RE: MM crashing after some hours
@joern is your Pi running at the stock 900mhz or have you clocked it up to 1000mhz? I was running mine with the built in overclock to 1000mhz and having the same issue. Reverted to 900mhz and it runs for months on end.
-
Updating 6db61b4..de57daa
I’m trying to update to 2.6.0 and the base OS is fully up to date. Running “git pull && npm install” gets me this message “Updating 6db61b4…de57daa” and nothing ever updates. I’ve run npm update -g as well to make sure that everything is fully up to date there. Any idea what I’m missing?