Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Alexa2 Adapter kann nicht mehr installiert werden

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Alexa2 Adapter kann nicht mehr installiert werden

    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      ChrisBGL last edited by

      Systemdata Bitte Ausfüllen
      Hardwaresystem: Pi4b
      js-controller: 4.0.23
      Nodejs-Version: 16.18.0
      NPM-Version: 8.19.2

      Hallo zusammen,

      ich habe den Alexa2 Adapter deinstalliert und wollte ihn nun wieder reinstallieren.

      Dabei erhalte ich folgende Fehler:

      $ iobroker add alexa2 auto --host raspberrypi --debug
      
      NPM version: 8.19.2
      
      Installing iobroker.alexa2@3.19.10... (System call)
      
      npm WARN old lockfile npm WARN old lockfile The package-lock.json file was created with an old version of npm,npm WARN old lockfile so supplemental metadata must be fetched from the registry.npm WARN old lockfile npm WARN old lockfile This is a one-time fix-up, please be patient...npm WARN old lockfile
      
      npm ERR! code ETARGET
      
      npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-10-27T13_41_08_110Z-debug-0.log
      
      host.raspberrypi Cannot install iobroker.alexa2@3.19.10: 1
      
      ERROR: Process exited with code 25
      

      Die relevante Stelle im Log ist wohl die hier:

      2134 timing command:install Completed in 59527ms
      2135 verbose type version
      2136 verbose stack @sentry/utils: No matching version found for @sentry/utils@7.17.0.
      2136 verbose stack     at module.exports (/usr/lib/node_modules/npm/node_modules/npm-pick-manifest/lib/index.js:209:23)
      2136 verbose stack     at RegistryFetcher.manifest (/usr/lib/node_modules/npm/node_modules/pacote/lib/registry.js:125:22)
      2137 verbose cwd /opt/iobroker
      2138 verbose Linux 5.10.103-v7l+
      2139 verbose node v16.18.0
      2140 verbose npm  v8.19.2
      2141 error code ETARGET
      2142 error notarget No matching version found for @sentry/utils@7.17.0.
      2143 error notarget In most cases you or one of your dependencies are requesting
      2143 error notarget a package version that doesn't exist.
      2144 verbose exit 1
      2145 timing npm Completed in 59863ms
      2146 verbose unfinished npm timer reify 1666878068440
      2147 verbose unfinished npm timer reify:loadTrees 1666878068480
      2148 verbose code 1
      2149 error A complete log of this run can be found in:
      2149 error     /home/iobroker/.npm/_logs/2022-10-27T13_41_08_110Z-debug-0.log
      

      Kann mir bitte jemand helfen das Problem zu lösen?

      Neuschwansteini 2 Replies Last reply Reply Quote 0
      • Neuschwansteini
        Neuschwansteini @ChrisBGL last edited by

        @chrisbgl da bist du nicht der einzigste, ist hier und bei anderen auch so. Warten, bis ein update fuers Update kommt, liegt wohl an einer fehlerhaften depency for Sentry, wenn ich das Fehlerlog richtig verstehe...

        Homoran 1 Reply Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators @Neuschwansteini last edited by

          https://forum.iobroker.net/post/880621

          1 Reply Last reply Reply Quote 1
          • Neuschwansteini
            Neuschwansteini @ChrisBGL last edited by

            @chrisbgl jetzt gehts, der Bug bei Sentry ist gefixt. Also nochmal probieren.. hier liefs jetzt durch

            C 1 Reply Last reply Reply Quote 0
            • C
              ChrisBGL @Neuschwansteini last edited by ChrisBGL

              @ilovegym Prima, bei mir auch. Danke für den Hinweis. War dann wohl schlechtes Timing von mir.

              Muss ich hierzu irgendwas machen?

              npm WARN old lockfile npm WARN old lockfile The package-lock.json file was created with an old version of npm

              Hatte in meiner Verzweiflung auf Nodejs 16 geupdated.

              Neuschwansteini Thomas Braun 2 Replies Last reply Reply Quote 0
              • Neuschwansteini
                Neuschwansteini @ChrisBGL last edited by

                @chrisbgl

                Dann schau mal, ob du Node richtig geupdated hast, hier wird dir geholfen:

                https://forum.iobroker.net/topic/44566/how-to-node-js-iobroker-richtig-updaten-2021-22-edition

                C 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @ChrisBGL last edited by

                  @chrisbgl sagte in Alexa2 Adapter kann nicht mehr installiert werden:

                  npm WARN old lockfile npm WARN old lockfile The package-lock.json file was created with an old version of npm
                  Hatte in meiner Verzweiflung auf Nodejs 16 geupdated.

                  Die Meldung dürfte mit dem Switch auf npm@8 (kommt mit nodejs@16 daher) zusammenhängen. Schau mal ob das Ganze 'senkrecht' installiert ist:

                  sudo ln -s /usr/bin/node /usr/bin/nodejs
                  uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && iob -v && whoami && groups && echo $XDG_SESSION_TYPE && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                  
                  1 Reply Last reply Reply Quote 0
                  • C
                    ChrisBGL @Neuschwansteini last edited by

                    @ilovegym Ja, nach dieser Anleitung hatte ich es gemacht.

                    MyzerAT 1 Reply Last reply Reply Quote 0
                    • MyzerAT
                      MyzerAT @ChrisBGL last edited by

                      woher kommt das update, katze, aber was npm oder github ?

                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @MyzerAT last edited by

                        @myzerat

                        Die 3.19.10 kommt ganz regulär aus deinem Repo, nix 'Katze'.

                        MyzerAT 1 Reply Last reply Reply Quote 0
                        • MyzerAT
                          MyzerAT @Thomas Braun last edited by

                          @thomas-braun sagte in Alexa2 Adapter kann nicht mehr installiert werden:

                          @myzerat

                          Die 3.19.10 kommt ganz regulär aus deinem Repo, nix 'Katze'.

                          also als update angezeigt, wenn es sowiet ist und freigegeben , thx

                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @MyzerAT last edited by

                            @myzerat sagte in Alexa2 Adapter kann nicht mehr installiert werden:

                            also als update angezeigt, wenn es sowiet ist und freigegeben , thx

                            iobroker update
                            iobroker upgrade
                            
                            MyzerAT 1 Reply Last reply Reply Quote 0
                            • MyzerAT
                              MyzerAT @Thomas Braun last edited by

                              @thomas-braun sagte in Alexa2 Adapter kann nicht mehr installiert werden:

                              @myzerat sagte in Alexa2 Adapter kann nicht mehr installiert werden:

                              also als update angezeigt, wenn es sowiet ist und freigegeben , thx

                              iobroker update
                              iobroker upgrade
                              

                              ist das nicht wo man vorher "iobroker stop" machen muss ?

                              1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active last edited by

                                @myzerat
                                Nein.

                                MyzerAT 1 Reply Last reply Reply Quote 0
                                • MyzerAT
                                  MyzerAT @Thomas Braun last edited by

                                  @thomas-braun

                                  ok, ich warte aber bis es offiziell verkündet wird, von @apollon77 das alles wieder passt!

                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @MyzerAT last edited by

                                    @myzerat

                                    https://forum.iobroker.net/topic/59390/alexa-2-nutzer-der-3-19-x-bitte-auf-3-19-10-updaten

                                    1 Reply Last reply Reply Quote 0
                                    • apollon77
                                      apollon77 last edited by

                                      Laut User-berichten geht es wieder ...

                                      MyzerAT 1 Reply Last reply Reply Quote 1
                                      • MyzerAT
                                        MyzerAT @apollon77 last edited by

                                        @apollon77

                                        für die dummen unter uns, gibt eine anleitung, bitte , danke

                                        apollon77 1 Reply Last reply Reply Quote 0
                                        • apollon77
                                          apollon77 @MyzerAT last edited by

                                          @myzerat Wie meinen? Einfach Update auf die 3.19.10 nochmal versuchen wenn es vorher heute nicht geklappt hat. Wer die 3.19.10 drauf hat sollte alles passen

                                          MyzerAT 1 Reply Last reply Reply Quote 0
                                          • MyzerAT
                                            MyzerAT @apollon77 last edited by

                                            @apollon77

                                            genau das ist ja mein problem, über die katze ? npm oder github

                                            Thomas Braun apollon77 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.1k
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            7
                                            36
                                            1179
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo