MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Update started but not finished

    Scheduled Pinned Locked Moved Bug Hunt
    3 Posts 2 Posters 676 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C Offline
      com1cedric
      last edited by

      Hello,
      after using the official command to update the mirror to the latest version…
      pi@raspberrypi:~/MagicMirror $ git pull && npm install --only=prod --omit=dev

      … this error occurs before finishing the update:

      Update 30d5bfe5…9e029304
      error: Your local changes to the following files would be overwritten by the merge :
      package-lock.json
      package.json
      Please commit or re-save your changes before the merge.
      Abort
      pi@raspberrypi:~/MagicMirror $

      would you have an advice how to finish the install?
      Thank you in advance
      Cédric

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @com1cedric
        last edited by

        @com1cedric you can erase package-lock.json, it will be rebuilt

        what is the change to package.json?

        do

        git diff package.json
        

        we need the new one in the update

        move it out of the way

        mv package.json old_package.json
        

        then restart the update… using my script might be better

        see https://github.com/sdetweil/MagicMirror_scripts

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        C 1 Reply Last reply Reply Quote 0
        • C Offline
          com1cedric @sdetweil
          last edited by

          @sdetweil great, thank you very much ! really appreciate your help!

          1 Reply Last reply Reply Quote 0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy