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 install dependencies, NPM install not working

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    66 Posts 19 Posters 119.0k Views 16 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.
    • J Offline
      jamlid
      last edited by jamlid

      @MichMich For some reason I can’t seem to post my full post, saying it’s been flagged as spam. I’m doing everything as per the manual process on github. My node/npm versions show as:

      pi@raspberrypi:~/MagicMirror $ dpkg -s node | grep Version
      Version: 0.3.2-7.4
      pi@raspberrypi:~/MagicMirror $ dpkg -s npm | grep Version
      Version: 1.4.21+ds-2

      And here’s what I think is the important bit of my npm install output:

      npm WARN deprecated electron-prebuilt@1.3.8: electron-prebuilt has been renamed to electron. For more details, see http://electron.atom.io/blog/2016/08/16/npm-install-electron
      npm WARN engine grunt-jsonlint@1.1.0: wanted: {"node":">=4.0"} (current: {"node":"0.10.29","npm":"1.4.21"})
      npm WARN engine grunt-eslint@19.0.0: wanted: {"node":">=4"} (current: {"node":"0.10.29","npm":"1.4.21"})
      npm WARN engine eslint@3.8.1: wanted: {"node":">=4"} (current: {"node":"0.10.29","npm":"1.4.21"})
      npm WARN engine stylelint@7.5.0: wanted: {"node":">=4.2.1"} (current: {"node":"0.10.29","npm":"1.4.21"})
      npm WARN engine stylelint@7.5.0: wanted: {"node":">=4.2.1"} (current: {"node":"0.10.29","npm":"1.4.21"})
      npm WARN engine deep-extend@0.4.1: wanted: {"node":">=0.12.0","iojs":">=1.0.0"} (current: {"node":"0.10.29","npm":"1.4.21"})
      npm WARN engine form-data@2.1.1: wanted: {"node":">= 0.12"} (current: {"node":"0.10.29","npm":"1.4.21"})
      npm WARN engine hawk@3.1.3: wanted: {"node":">=0.10.32"} (current: {"node":"0.10.29","npm":"1.4.21"})
      npm WARN engine hoek@2.16.3: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.29","npm":"1.4.21"})
      npm WARN engine boom@2.10.1: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.29","npm":"1.4.21"})
      npm WARN engine cryptiles@2.0.5: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.29","npm":"1.4.21"})
      
      1 Reply Last reply Reply Quote 0
      • J Offline
        joey12725
        last edited by

        I think the issue is from that first unable to install dependencies issue. Maybe the electron-v1.3.8-linux-arm.zip is in /.electron folder was in the dependencies that were not installed causing npm install to have issues

        1 Reply Last reply Reply Quote 1
        • J Offline
          jamlid
          last edited by

          I can’t find .electron/ within the MagicMirror folder. Am I supposed to clone electron separately and install that first?

          1 Reply Last reply Reply Quote 0
          • MichMichM Offline
            MichMich
            last edited by

            @jamlid Your Node version is extremely old. Just use the installer as noted in the documentation.

            1 Reply Last reply Reply Quote 0
            • J Offline
              jamlid
              last edited by

              @MichMich I’m running a Pi 1 so the installer isn’t compatible. I ran through the manual instructions and used apt-get for my Node. (Bear with me as I’m not too hot on Linux. I worked on CentOS servers for a while a few years ago but that’s about it)

              1 Reply Last reply Reply Quote 0
              • G Offline
                geeflaxx
                last edited by

                maybe us pi firmware is old ?

                cause i can’t use ‘sudo rpi update’
                command not found

                J 1 Reply Last reply Reply Quote 0
                • J Offline
                  jamlid @geeflaxx
                  last edited by

                  @geeflaxx I’ve tried it on a fresh install of Jessie, but you’re right, I don’t have rpi-update either. Come to think of it, I did install Jessie Lite rather than the full verison. Not sure what exactly is stripped out of the Lite version and if it’s enough to make a difference to this?

                  1 Reply Last reply Reply Quote 0
                  • yawnsY Offline
                    yawns Moderator
                    last edited by

                    Did you try sudo apt-get install rpi-update to install rpi-updat before running it?

                    1 Reply Last reply Reply Quote 0
                    • G Offline
                      geeflaxx
                      last edited by

                      http://www.bilder-upload.eu/show.php?file=df2e81-1477496516.png

                      http://www.bilder-upload.eu/show.php?file=64ba61-1477496550.png

                      it doesn’t work anything any other ideas ? :/

                      1 Reply Last reply Reply Quote 0
                      • yawnsY Offline
                        yawns Moderator
                        last edited by

                        In your first screenshot the command install is missing

                        1 Reply Last reply Reply Quote 0
                        • C Offline
                          cpramhofer
                          last edited by

                          hi guys,

                          i have actually the same problem.
                          i started with a fresh version of jessie with pixel and followed the setup tutorial mentioned above.
                          with update upgrade a new kernel was installed.
                          i also recognized that there have been a few lines telling me that “electron” has now a new name…maybe this could be some reason?

                          electron-quick-start is also not working!!

                          1 Reply Last reply Reply Quote 0
                          • G Offline
                            geeflaxx
                            last edited by geeflaxx

                            oh i wanted to use ‘sudo rpi update’
                            look on my second command i wanted to install it

                            i forget remove the apt-get …

                            but ‘sudo rpi update’ is still not working

                            electron is the problem

                            1 Reply Last reply Reply Quote 0
                            • G Offline
                              geeflaxx
                              last edited by

                              BRO I GOT IT !!!

                              sudo apt-get upgrade

                              and than npm install npm install

                              I LOVE YOU ALL !

                              1 Reply Last reply Reply Quote 0
                              • C Offline
                                cpramhofer
                                last edited by

                                where exactly did you run npm install?

                                1 Reply Last reply Reply Quote 0
                                • P Offline
                                  PaulB
                                  last edited by

                                  Guys, thanks for your great help!

                                  I fixed this problem, now. Well, after fixing this problem I got several problem more :D

                                  J 1 Reply Last reply Reply Quote 0
                                  • G Offline
                                    geeflaxx
                                    last edited by

                                    cd ~/MagicMirror

                                    1 Reply Last reply Reply Quote 0
                                    • J Offline
                                      jamlid @PaulB
                                      last edited by

                                      @PaulB How did you fix the problem?

                                      1 Reply Last reply Reply Quote 0
                                      • P Offline
                                        PaulB
                                        last edited by

                                        @cpramhofer I did everything from the scratch :-D

                                        1. Reformation the SD Card
                                        2. Copying the Software to the SD Card.
                                        3. Installing everything
                                        4. Installing the MM2 Software via the link on Michaels website

                                        –> Conclusion: No no problem more :D

                                        1 Reply Last reply Reply Quote 1
                                        • G Offline
                                          geeflaxx
                                          last edited by

                                          i want to say that via ssh it comes the problem

                                          1 Reply Last reply Reply Quote 0
                                          • K Offline
                                            kiefersmith
                                            last edited by

                                            Reinstalled the OS (Raspbian 8.0) and followed @KirAsh4 's install posts. Still fail at the electron install. Has anyone found a solution?

                                            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
                                            • 2
                                            • 3
                                            • 4
                                            • 2 / 4
                                            • 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