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.

    MMM-AssistantMk2

    Scheduled Pinned Locked Moved System
    421 Posts 61 Posters 560.0k Views 57 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 @otto
      last edited by

      @otto your node version is downlevel…

      please do

      node -v
      

      and

      npm -v
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

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

        @otto after u fix the node problem above, then redo the npm install in the module folder…
        if there are still issues, then see the module installation instructions for the steps to resolve this problem

        Sam

        How to add modules

        learning how to use browser developers window for css changes

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

          @sdetweil said in MMM-AssistantMk2:

          node -v

          node:v10.16.3

          npm -V 6.11.2

          1 Reply Last reply Reply Quote 0
          • ? Offline
            A Former User @otto
            last edited by

            @otto said in MMM-AssistantMk2:

            WARNING! Could not load config file. Starting with default configuration. Error found: Error: Failed to load gRPC binary module because it was not installed for the current system
            Expected directory: electron-v3.1-linux-arm-glibc
            Found: [node-v64-linux-arm-glibc]

            This message means you’ve missed/failed electron-rebuild step. read the docs and do that step again carefully.

            O 1 Reply Last reply Reply Quote 0
            • O Offline
              otto @Guest
              last edited by

              @Sean do i need to reinstall it all, or can i just jump to electron-rebuild ?

              ? 1 Reply Last reply Reply Quote 0
              • ? Offline
                A Former User @otto
                last edited by

                @otto
                I think if there is no other issue, just doing electron-rebuild be enough.

                O 1 Reply Last reply Reply Quote 0
                • O Offline
                  otto @Guest
                  last edited by otto

                  @Sean
                  just to be sure i havent miss understanding the guide,
                  sudo apt-get install gcc-5 #or gcc-7 what sholde i have 5 or 7 i am running the latest Raspbian Buster 2019-07-10

                  ? 2 Replies Last reply Reply Quote 0
                  • ? Offline
                    A Former User @otto
                    last edited by A Former User

                    @otto
                    Raspbian Buster has gcc8 as default. Unfortunately with gcc8, grpc wouldn’t be compiled easily. so You need to downgrade to gcc7

                    1 Reply Last reply Reply Quote 0
                    • ? Offline
                      A Former User @otto
                      last edited by

                      @otto

                      sudo apt-get install gcc-7
                      sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 10
                      sudo update-alternatives --config gcc
                      

                      This may work to change current gcc version to 7.

                      O 1 Reply Last reply Reply Quote 0
                      • O Offline
                        otto @Guest
                        last edited by

                        @Sean

                        pi@raspberrypi:~ $ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 10
                        pi@raspberrypi:~ $ sudo update-alternatives --config gcc
                        There is only one option in the gcc link group (provides / usr / bin / gcc): / usr / bin / gcc-7
                        Nothing to configure.

                        i using google translate

                        ? 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 6
                        • 42
                        • 43
                        • 4 / 43
                        • 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