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.

    Can't get MM to start, says it can't find electron, then electron won't start

    Scheduled Pinned Locked Moved Troubleshooting
    49 Posts 5 Posters 30.9k Views 4 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.
    • S Offline
      sdetweil @jmartin1009
      last edited by

      @jmartin1009 MM is trying to install 4.x by default… try 3.0.10

      what version is npm?

      npm -v
      node -v

      npm install electron@3.0.10

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      J 1 Reply Last reply Reply Quote 0
      • J Offline
        jmartin1009 @sdetweil
        last edited by

        @sdetweil npm is 6.4.1 and node is 10.15.1. When I try to install electron now it just says that my cache input stream is empty. when I tried to get to node modules like @bhepler said, it said no such file or directory, and when I force cleared it gave me a warning message saying “I sure hope you know what you are doing.”

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

          try

          npm init -y
          

          may have to erase the /home/pi/.npm folder

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          J 1 Reply Last reply Reply Quote 0
          • J Offline
            jmartin1009 @sdetweil
            last edited by

            @sdetweil got this, now what?

            pi@raspberrypi:~ $ npm init -y
            Wrote to /home/pi/package.json:
            
            {
              "name": "pi",
              "version": "1.0.0",
              "description": "",
              "main": "index.js",
              "dependencies": {},
              "devDependencies": {},
              "scripts": {
                "test": "echo \"Error: no test specified\" && exit 1"
              },
              "keywords": [],
              "author": "",
              "license": "ISC"
            }
            
            1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil
              last edited by

              now change to MagicMirror folder and try the install for electron@3.0.10

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              J 2 Replies Last reply Reply Quote -1
              • J Offline
                jmartin1009 @sdetweil
                last edited by

                @sdetweil the pi reboots and then I change to magicmirror folder and try to start magic mirror and it still says it can’t find electron for some reason :/

                1 Reply Last reply Reply Quote 0
                • J Offline
                  jmartin1009 @sdetweil
                  last edited by

                  @sdetweil it also says that “local package.json exists, but node_modules is missing, did you mean to install?”

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

                    @jmartin1009 yes

                    npm install
                    

                    and if you still have electron missing, then try to

                    npm install electron@3.0.10
                    

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    J 1 Reply Last reply Reply Quote 0
                    • J Offline
                      jmartin1009 @sdetweil
                      last edited by

                      @sdetweil do I do npm install in pi or magic mirror?

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

                        @jmartin1009 magigcmirror… u are installing the dependencies for that app

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        J 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 1 / 5
                        • 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