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

    jagdambasoft

    @jagdambasoft

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

    jagdambasoft Unfollow Follow

    Latest posts made by jagdambasoft

    • RE: Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10

      @jagdambasoft as above i post an error
      Now in package.json change a line under scripts

          "start": "./run-start.sh",
      to
          "start": "run-start.sh",
      
      posted in Troubleshooting
      J
      jagdambasoft
    • RE: Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10

      $ npm start

      magicmirror@2.10.1 start C:\Users\Office\MagicMirror
      ./run-start.sh

      ‘.’ is not recognized as an internal or external command,
      operable program or batch file.
      npm ERR! code ELIFECYCLE
      npm ERR! errno 1
      npm ERR! magicmirror@2.10.1 start: ./run-start.sh
      npm ERR! Exit status 1
      npm ERR!
      npm ERR! Failed at the magicmirror@2.10.1 start script.
      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

      npm ERR! A complete log of this run can be found in:
      npm ERR! C:\Users\Office\AppData\Roaming\npm-cache_logs\2020-02-25T06_03_03_308Z-debug.log
      What Will I DO

      posted in Troubleshooting
      J
      jagdambasoft