MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    SOLVED Electron Install Error - Electron not found

    Troubleshooting
    3
    18
    1024
    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
      CLLA1972 last edited by

      Hi!

      Just did a MM-upgrade and after that I have problems to get MM started. I attach the error messages.

      Thanks !! Image.JPG

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

        @CLLA1972 I don’t know

        make a backup

        see my https://github.com/sdetweil/MagicMirror-backup-restore

        then rename the MagicMirror folder out of the way, and run my install script. see if we can get running
        see
        https://github.com/sdetweil/MagicMirror_scripts

        if so, then run the restore to put back all the modules and config in the new mm folder created by install

        Sam

        Create a working config
        How to add modules

        C 1 Reply Last reply Reply Quote 0
        • S
          sdetweil @CLLA1972 last edited by

          @CLLA1972 yes, looks like another fun npm install problem

          do

          cd ~/MagicMirror
          sudo rm -rf node_modules
          rm package-lock.json
          npm install --omit=dev
          

          Sam

          Create a working config
          How to add modules

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

            @sdetweil Thanks so much for the support. Still not “there yet”. I got the following error message. Image.JPG

            Again, THANKS !!!

            S 1 Reply Last reply Reply Quote 1
            • S
              sdetweil @CLLA1972 last edited by

              @CLLA1972 can u do

              uname -a

              is this a pi0?

              Sam

              Create a working config
              How to add modules

              C 2 Replies Last reply Reply Quote 0
              • C
                CLLA1972 @sdetweil last edited by

                @sdetweil Hi. I am using a PI3B+ /Thanks.

                S 1 Reply Last reply Reply Quote 1
                • S
                  sdetweil @CLLA1972 last edited by

                  @CLLA1972

                  ok, troublesome

                  cd ~/MagicMirror
                  rm -rf node_modules/electron
                  npm install electron@19.0.15
                  

                  Sam

                  Create a working config
                  How to add modules

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

                    @sdetweil Image.JPG

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

                      @sdetweil Here the result.

                      AA.JPG

                      S 2 Replies Last reply Reply Quote 0
                      • S
                        sdetweil @CLLA1972 last edited by sdetweil

                        @CLLA1972
                        show output of node -v

                        run my upgrade script with force instead of apply (as u are on the latest release)

                        bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" force
                        

                        Sam

                        Create a working config
                        How to add modules

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

                          @CLLA1972 ok, I don’t get what is going on, but

                          cd ~/MagicMirror
                          rm -rf node_modules/env-paths
                          npm  install  electron@19.0.15
                          

                          Sam

                          Create a working config
                          How to add modules

                          C 1 Reply Last reply 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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                          This forum is using NodeBB as its core | Contributors
                          Contact | Privacy Policy