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

    GustavoALara

    @GustavoALara

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

    GustavoALara Unfollow Follow

    Latest posts made by GustavoALara

    • RE: Install MagicMirror on Orange Pi Lite (Armbian)

      Changing node version

      sudo npm cache clean -f
      sudo npm install -g n
      sudo n 5.1.0

      Changing npm version

      npm install -g npm@2.4.0

      posted in Troubleshooting
      G
      GustavoALara
    • RE: Install MagicMirror on Orange Pi Lite (Armbian)

      Hi friends

      I had the same problem using the NPM 3.2 and NODE 6.10 versions with an OPI Lite.
      For fix I downgrade the versions to NODE 5.10 and NPM 2.4, run the installation again and everything works fine.

      posted in Troubleshooting
      G
      GustavoALara