MagicMirror Forum

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

    UNSOLVED Fresh Installation stuck at node ./download-chromedriver.js

    Troubleshooting
    installation stopping program
    1
    2
    1080
    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
      codac last edited by

      Today I’ve followed this tutorial in order to make a new install of Raspbian Stretch and MagicMirror.

      No matter if I install MagicMirror with the automated script or I execute the commands manually following the manual, every time I get stuck at the following step:

      pi@magicmirror:~/MagicMirror $ npm install && npm start
      
      npm WARN deprecated time-grunt@2.0.0: Deprecated because Grunt is practically unmaintained. Move on to something better. This package will continue to work with Grunt v1, but it will not receive any updates.
      
      npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.
      
      > electron-chromedriver@1.8.0 install /home/pi/MagicMirror/node_modules/electron-chromedriver
      
      > node ./download-chromedriver.js
      
      

      Even after over an hour of waiting, the process won’t continue.

      Any help is appreciated.

      1 Reply Last reply Reply Quote 0
      • C
        codac last edited by

        Reason: Downloding electron takes for ages as the download was below 1kb/s.
        Solution: Executing the following command using a faster chinese mirror:

        ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron/ npm install --prefix ~/MagicMirror electron --save-dev
        
        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • 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