MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. darkcloud784
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    D
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Electron error on install.

      @Mykle1 said in Electron error on install.:

      @darkcloud784

      Try deleting the electron folder from this path:
      `MagicMirror/node_modules/electron

      Then run npm install in the MagicMirror directory. This should install electron for you.

      Then run npm start in the MagicMirror directory

      Unfortunately this didn’t work for me, but I did find a solution. I had to upgrade nodejs manually.

      npm cache clean -f
      npm install -g n
      n stable
      
      posted in Troubleshooting
      D
      darkcloud784
    • 1 / 1