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

    mitchscobell

    @mitchscobell

    0
    Reputation
    419
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    mitchscobell Unfollow Follow

    Latest posts made by mitchscobell

    • RE: MagicMirror fails to install during electron installation

      This worked for me to install electron. However I got a 404 on xtract-zip:

      npm ERR! 404  'xtract-zip' is not in the npm registry.
      

      I instead did:

      npm install extract-zip@1.6.0
      

      Also, I noticed I was getting errors for writing to the node_modules directories, so I used chown on them:

      sudo chown -R $(whoami) ~/.npm
      sudo chown -R $USER /usr/lib/node_modules
      

      Not sure if they all were needed, but I wanted to document all of my steps to hopefully help.

      posted in Troubleshooting
      M
      mitchscobell
    • RE: Electron NPM Error

      I am having the same problem. Wiped the pi and reflashed the image from scratch. Spent a few hours myself tonight trying various things to fix it without getting anywhere. Same exact errors as pasted above.

      posted in Troubleshooting
      M
      mitchscobell