• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Unable to update modules

Scheduled Pinned Locked Moved Troubleshooting
20 Posts 3 Posters 2.8k Views 3 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.
  • K Offline
    KumarTRD @sdetweil
    last edited by May 11, 2020, 3:33 AM

    @sdetweil correct Sam but do I run the rm package-lock.json in the module folder or in cd /MagicMirror folder? I haven’t tried it in the module folder

    S 1 Reply Last reply May 11, 2020, 3:33 AM Reply Quote 0
    • S Offline
      sdetweil @KumarTRD
      last edited by May 11, 2020, 3:33 AM

      @KumarTRD said in Unable to update modules:

      rm package-lock.json in the module folder

      in the module folder, thats where you were when u got the error

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      K 1 Reply Last reply May 11, 2020, 3:39 AM Reply Quote 0
      • K Offline
        KumarTRD @sdetweil
        last edited by May 11, 2020, 3:35 AM

        @sdetweil it looks like it’s present in all my modules because I get the same error when attempting to up those as well and my MagicMirror software as well. Any way to complete remove it ?

        S 2 Replies Last reply May 11, 2020, 3:36 AM Reply Quote 0
        • S Offline
          sdetweil @KumarTRD
          last edited by sdetweil May 11, 2020, 3:36 AM May 11, 2020, 3:36 AM

          @KumarTRD every module that has a package.json file and uses the step npm install will have a lock file.
          but as I said, it should NOT have been included in the git package, because it produces this error, and prevents users from moving forward

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          K 1 Reply Last reply May 11, 2020, 3:41 AM Reply Quote 0
          • K Offline
            KumarTRD @sdetweil
            last edited by May 11, 2020, 3:39 AM

            @sdetweil ok I’ll give it a try thanks for your assistance.

            1 Reply Last reply Reply Quote 0
            • K Offline
              KumarTRD @sdetweil
              last edited by May 11, 2020, 3:41 AM

              @sdetweil any way to remove it manually?

              S 1 Reply Last reply May 11, 2020, 3:42 AM Reply Quote 0
              • S Offline
                sdetweil @KumarTRD
                last edited by May 11, 2020, 3:41 AM

                @KumarTRD to update MagicMirror itself, use my update script
                see here
                https://github.com/sdetweil/MagicMirror_scripts

                its a 2 step process… run once to understand what is going on and things u might have to do, run second time to DO the update

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil @KumarTRD
                  last edited by May 11, 2020, 3:42 AM

                  @KumarTRD said in Unable to update modules:

                  any way to remove it manually?

                  yes, the rm command

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  K 1 Reply Last reply May 11, 2020, 3:54 AM Reply Quote 0
                  • K Offline
                    KumarTRD @sdetweil
                    last edited by May 11, 2020, 3:54 AM

                    @sdetweil thanks for the script I’ll save it for later use and it worked thanks!!

                    1 Reply Last reply Reply Quote 0
                    • R Offline
                      rmcon
                      last edited by Jan 23, 2025, 5:39 PM

                      Resurrecting an old thread. Still fairly new to this stuff and trying to learn how to solve problems others have had before…

                      I’ve got notifications that several modules need to be updated and I’m trying to get them done. Currently attempting to update MMM-Remote-Control using the instructions provided :

                      cd ~/MagicMirror/modules/MMM-Remote-Control # adapt directory if you are using a different one
                      git pull
                      npm install # install (new) dependencies

                      I am getting the same messages as the OP. I am in the module folder and tried running the rm command and I get this:

                      ~/MagicMirror/modules/MMM-Remote-Control $ rm package-lock.json
                      rm: cannot remove ‘package-lock.json’: No such file or directory

                      I thought maybe that meant that I had deleted the package-lock and tried running the update command again, but keep getting the same message.

                      I tried running the install script again, and when asked if I wanted to update (Y), I ended up with the same problem.

                      Appreciate any guidance. Running MM v2.30.0 (installed using Sam’s scripts) on RPI 3B+.

                      S 1 Reply Last reply Jan 23, 2025, 6:09 PM Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      • 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