MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Upgrade Problem on Mac

    Scheduled Pinned Locked Moved Troubleshooting
    6 Posts 2 Posters 1.5k Views 2 Watching
    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.
    • S Offline
      sdetweil @Stoffbeuteluwe
      last edited by

      @Stoffbeuteluwe I do not know. I didn’t have this error on my Mac Catalina upgrade.

      I am in hospital for a little while longer and can’t debug much w my phone

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @sdetweil
        last edited by sdetweil

        @Stoffbeuteluwe looks like fsevents 1.2.4 is old and we need 2.x

        but mm doesn’t use it directly.

        so u might be able to help

        from a terminal window ( not exactly sure of the syntax)

        cd ~/MagicMirror
        find node_modules -n package.json | grep fsevents
        

        then u can try

        npm install fsevents
        npm install
        

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @sdetweil
          last edited by

          @Stoffbeuteluwe I rechecked my upgrade build, (on catalina) and it didn’t try to recompile vendor/fsevents.

          can u try

          cd ~/MagicMirror/vendor
          rm -rf node_modules
          rm package-lock.json
          npm install
          

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          StoffbeuteluweS 1 Reply Last reply Reply Quote 0
          • StoffbeuteluweS Offline
            Stoffbeuteluwe Project Sponsor @sdetweil
            last edited by

            @sdetweil thank you Sam I have upgraded successfully

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @Stoffbeuteluwe
              last edited by

              @Stoffbeuteluwe awesome. thanks for the update

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              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 Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy