Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Diskussion zum HowTo nodejs-Installation und upgrade

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Diskussion zum HowTo nodejs-Installation und upgrade

    This topic has been deleted. Only users with topic management privileges can see it.
    • mcm1957
      mcm1957 @HGlab last edited by

      @hglab
      Danke

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

        @thomas-braun said in Diskussion zum HowTo nodejs-Installation und upgrade:

        bionic

        danke, updated

        #node 16
        deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.x bionic  main
        deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.x bionic main
        
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • H
          HGlab @Glasfaser last edited by

          @glasfaser
          worked! Danke für den raschen Support!

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

            @hglab

            Die Quelle für 14 auch angepasst oder hast du die komplett rausgekickt?

            H mac89muc 2 Replies Last reply Reply Quote 0
            • H
              HGlab @Thomas Braun last edited by

              @thomas-braun
              ebenso angepasst 😉

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

                @thomas-braun

                ich habe meinen iobroker auf einem Macmini mit macOS Mojave laufen.
                Die Installation von iobroker auf einem Mac ist ja eh schon etwas komplizierter, da sich die Installation was Pfade und Benutzer angeht von der linux Installation unterscheiden.
                Ich habe node aktualisiert auf 16.17.0 inkl. NPM auf 8.15.0 - mittels des entsprechenden Installationspaketes von nodejs.org

                Im iob wird mir die korrekte Version angezeigt, ebenso wenn ich im Terminal node -v bzw. npm -v eingebe.

                Der iob läuft auch soweit, allerdings kann ich keine Updates mehr machen - die werden mir unter Adapter oder Info angezeigt, ich kann die Updates durchführen ohne Fehlermeldung allerdings tauchen die dann wieder unter Updates auf.

                Jetzt habe ich recherchiert, dass das häufig mit einem Node Update bzw. einem falschen Node update zusammenhängt.
                Da ich ja mit macOS unterwegs bin ist es leider für mich nicht ganz so einfach eine step by step Anleitung dazu zu finden. NPM und Node werden unter macOS z.B. automatisiert unter /usr/local/bin installiert mit dem Installer - wie bekomme ich die an die richtige Stelle - oder ist das Verzeichnis /usr/bin nur für linux Installationen das richtige?

                Viele Grüße

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

                  @mac89muc

                  Ich kenne mich mit Mäc null aus. Aber soweit ich das weiß wird nodejs da unter /usr/local/bin installiert, nur unter (Debian)-Linux ist die Installation dort ein sicheres Zeichen für eine 'krumme Installation', das ordentliche Paket wird dort in /usr/bin entpackt.
                  Ich vermute auch eher, dass du mit diesem 'Phänomen' zu tun haben könntest:

                  https://forum.iobroker.net/topic/57337/fehler-25-bei-adapter-install-update-mit-npm8

                  Ob der dort genannte Konsoleneinzeiler aber auf Macs funktioniert? Keine Ahnung...

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

                    @thomas-braun

                    Danke für die schnelle Antwort.

                    Habe meine Github Adapter alle mal entfernt nachdem ich gelesen habe, dass die u.U. Probleme machen können beim Node Update. Die Updates der updatefähigen regulären Adapter habe ich dann über das Terminal angestossen - jetzt hat es geklappt - installiere mir die Github Adapter jetzt wieder und dann mal sehen.

                    Gruß

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

                      @thomas-braun

                      Jetzt habe ich tatsächlich bei der Installation des esphome Git Adapters den Fehler 25.

                      $ iobroker url https://github.com/DrozmotiX/ioBroker.esphome.git --host smarthome.fritz.box --debug
                      install DrozmotiX/ioBroker.esphome#b6adb149202b81607fe1d726bbe7ffa6717d2352
                      Installing DrozmotiX/ioBroker.esphome#b6adb149202b81607fe1d726bbe7ffa6717d2352... (System call)
                      host.smarthome.fritz.box Cannot install DrozmotiX/ioBroker.esphome#b6adb149202b81607fe1d726bbe7ffa6717d2352: 1
                      ERROR: Process exited with code 25
                      

                      Der Einzeiler angepasst auf den macOS Pfad (/usr/local/...)

                      cd /usr/local/iobroker/node_modules && for i in $(find -type d -iname ".*-*"); do echo ${i%%/}; done
                      

                      hilft nicht - kommt find: illegal option -- t

                      Ist das die Thematik, oder ggf. was ganz anderes - hast Du evtl. sonst noch einen Tipp?
                      Bräuchte den esphome Adapter wieder ..

                      Danke & Gruß

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

                        @mac89muc sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

                        illegal option -- t

                        Dann must du mal schauen, wie beim MÄC find die Optionen lauten.
                        -type d steht für ein Verzeichnis.
                        -iname für den Namen, unabhängig von Groß/Kleinschreibung

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

                          @thomas-braun

                          jetzt ist mein Latein am Ende - bin nicht so in der Kommandozeilenthematik ...

                          Hilft das hier weiter??

                          usage: find [-H | -L | -P] [-EXdsx] [-f path] path ... [expression]
                                 find [-H | -L | -P] [-EXdsx] -f path [path ...] [expression]
                          
                          
                          S R 2 Replies Last reply Reply Quote 0
                          • S
                            sticks @mac89muc last edited by sticks

                            Hi, ich betreibe iobroker v6.2.20 auf einem Raspberry 4, Node.js: v16.17.0 und NPM: v8.15.0.
                            Alles läuft einwandfrei, aber genau wie mac89muc kriege ich den ESPHOME-Adapter nicht installiert, Fehler 25.
                            Also liegt es wohl nicht direkt an deiner MAC-Installation. (Den "Thomas Braun"-Einzeiler zum "Reste löschen" in node_modules hatte ich bei mir auch schon ohne Besserung durchlaufen lassen)

                            Bis auf das ich den ESPHOME Adapter in meinem iobroker nicht installiert bekomme sind bei mir sonst keinerlei Probleme feststellbar.
                            Bei Github bei den ESPHOME Issues findet man aber auch andere Betroffene, also Problem ist wohl bekannt. 😉

                            Install-Log ESPHOME-Adapter:

                            $ iobroker add esphome auto --host iobrokerpi --debug
                            
                            NPM version: 8.15.0
                            
                            Installing iobroker.esphome@0.2.4... (System call)
                            
                            npm ERR! code 1
                            
                            npm ERR! path /opt/iobroker/node_modules/iobroker.esphomenpm ERR! command failednpm ERR! command sh /tmp/install-fbbfef95.shnpm ERR! No python_modules directory; installing pip locally if needed.npm ERR! Successfully completed pip check.npm ERR! Collecting esphome>=2021.8npm ERR! Using cached esphome-2022.8.3-py2.py3-none-any.whl (2.3 MB)npm ERR! Collecting tornado>=3.2npm ERR! Using cached tornado-6.2.tar.gz (504 kB)npm ERR! Installing build dependencies: startednpm ERR! Installing build dependencies: finished with status 'done'npm ERR! Getting requirements to build wheel: startednpm ERR! Getting requirements to build wheel: finished with status 'done'npm ERR! Preparing metadata (pyproject.toml): startednpm ERR! Preparing metadata (pyproject.toml): finished with status 'done'npm ERR! Collecting tzdata>=2021.1npm ERR! Using cached tzdata-2022.2-py2.py3-none-any.whl (336 kB)npm ERR! Collecting PyYAML==6.0npm ERR! Using cached PyYAML-6.0.tar.gz (124 kB)npm ERR! Installing build dependencies: startednpm ERR! Installing build dependencies: finished with status 'done'npm ERR! Getting requirements to build wheel: startednpm ERR! Getting requirements to build wheel: finished with status 'done'npm ERR! Preparing metadata (pyproject.toml): startednpm ERR! Preparing metadata (pyproject.toml): finished with status 'done'npm ERR! Collecting platformio==6.0.2npm ERR! Using cached platformio-6.0.2.tar.gz (245 kB)npm ERR! Preparing metadata (setup.py): startednpm ERR! Preparing metadata (setup.py): finished with status 'done'npm ERR! Collecting pyserial==3.5npm ERR! Using cached pyserial-3.5-py2.py3-none-any.whl (90 kB)npm ERR! Collecting voluptuous==0.13.1npm ERR! Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB)npm ERR! Collecting aioesphomeapi==10.11.0npm ERR! Using cached aioesphomeapi-10.11.0-py2.py3-none-any.whl (51 kB)npm ERR! Collecting zeroconf==0.39.0npm ERR! Using cached zeroconf-0.39.0-py3-none-any.whl (106 kB)npm ERR! Collecting tzlocal==4.2npm ERR! Using cached tzlocal-4.2-py3-none-any.whl (19 kB)npm ERR! Collecting kconfiglib==13.7.1npm ERR! Using cached kconfiglib-13.7.1-py2.py3-none-any.whl (145 kB)npm ERR! Collecting esptool==3.3.1npm ERR! Using cached esptool-3.3.1.tar.gz (213 kB)npm ERR! Preparing metadata (setup.py): startednpm ERR! Preparing metadata (setup.py): finished with status 'done'npm ERR! Collecting paho-mqtt==1.6.1npm ERR! Using cached paho-mqtt-1.6.1.tar.gz (99 kB)npm ERR! Preparing metadata (setup.py): startednpm ERR! Preparing metadata (setup.py): finished with status 'done'npm ERR! Collecting tornado>=3.2npm ERR! Using cached tornado-6.1.tar.gz (497 kB)npm ERR! Preparing metadata (setup.py): startednpm ERR! Preparing metadata (setup.py): finished with status 'done'npm ERR! Collecting esphome-dashboard==20220508.0npm ERR! Using cached esphome_dashboard-20220508.0-py3-none-any.whl (601 kB)npm ERR! Collecting click==8.1.3npm ERR! Using cached click-8.1.3-py3-none-any.whl (96 kB)npm ERR! Collecting colorama==0.4.5npm ERR! Using cached colorama-0.4.5-py2.py3-none-any.whl (16 kB)npm ERR! Collecting noiseprotocol<1.0,>=0.3.1npm ERR! Using cached noiseprotocol-0.3.1-py3-none-any.whl (20 kB)npm ERR! Collecting protobuf<4.0,>=3.12.2npm ERR! Downloading protobuf-3.20.2-py2.py3-none-any.whl (162 kB)npm ERR! ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.1/162.1 kB 835.1 kB/s eta 0:00:00npm ERR! Collecting bitstring>=3.1.6npm ERR! Using cached bitstring-3.1.9-py3-none-any.whl (38 kB)npm ERR! Collecting cryptography>=2.1.4npm ERR! Using cached cryptography-38.0.1.tar.gz (599 kB)npm ERR! Installing build dependencies: startednpm ERR! Installing build dependencies: finished with status 'error'npm ERR! error: subprocess-exited-with-errornpm ERR! npm ERR! × pip subprocess to install build dependencies did not run successfully.npm ERR! │ exit code: 1npm ERR! ╰─> [126 lines of output]npm ERR! Collecting setuptools!=60.9.0,>=40.6.0npm ERR! Using cached setuptools-65.3.0-py3-none-any.whl (1.2 MB)npm ERR! Collecting wheelnpm ERR! Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB)npm ERR! Collecting cffi>=1.12npm ERR! Using cached cffi-1.15.1.tar.gz (508 kB)npm ERR! Preparing metadata (setup.py): startednpm ERR! Preparing metadata (setup.py): finished with status 'done'npm ERR! Collecting setuptools-rust>=0.11.4npm ERR! Using cached setuptools_rust-1.5.1-py3-none-any.whl (23 kB)npm ERR! Collecting pycparsernpm ERR! Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)npm ERR! Collecting semantic-version<3,>=2.8.2npm ERR! Using cached semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)npm ERR! Collecting typing-extensions>=3.7.4.3npm ERR! Using cached typing_extensions-4.3.0-py3-none-any.whl (25 kB)npm ERR! Building wheels for collected packages: cffinpm ERR! Building wheel for cffi (setup.py): startednpm ERR! Building wheel for cffi (setup.py): finished with status 'error'npm ERR! error: subprocess-exited-with-errornpm ERR! npm ERR! × python setup.py bdist_wheel did not run successfully.npm ERR! │ exit code: 1npm ERR! ╰─> [38 lines of output]npm ERR! /opt/iobroker/node_modules/iobroker.esphome/python_modules/lib/python3.9/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.npm ERR! warnings.warn(msg, warning_class)npm ERR! running bdist_wheelnpm ERR! running buildnpm ERR! running build_pynpm ERR! creating buildnpm ERR! creating build/lib.linux-armv7l-cpython-39npm ERR! creating build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/commontypes.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/cparser.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/setuptools_ext.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/pkgconfig.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/__init__.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/model.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/verifier.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/recompiler.py -> build/lib.linux-armv7l-cpython-39/cffi
                            
                            npm ERR! copying cffi/ffiplatform.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/error.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/vengine_cpy.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/backend_ctypes.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/vengine_gen.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/lock.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/cffi_opcode.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/api.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/_cffi_include.h -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/parse_c_type.h -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/_embedding.h -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/_cffi_errors.h -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! running build_extnpm ERR! building '_cffi_backend' extensionnpm ERR! creating build/temp.linux-armv7l-cpython-39npm ERR! creating build/temp.linux-armv7l-cpython-39/cnpm ERR! arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DFFI_BUILDING=1 -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/usr/include/python3.9 -c c/_cffi_backend.c -o build/temp.linux-armv7l-cpython-39/c/_cffi_backend.onpm ERR! c/_cffi_backend.c:2:10: fatal error: Python.h: No such file or directorynpm ERR! 2 | #include <Python.h>npm ERR! | ^~~~~~~~~~npm ERR! compilation terminated.npm ERR! error: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1npm ERR! [end of output]npm ERR! npm ERR! note: This error originates from a subprocess, and is likely not a problem with pip.npm ERR! ERROR: Failed building wheel for cffinpm ERR! Running setup.py clean for cffinpm ERR! Failed to build cffinpm ERR! Installing collected packages: wheel, typing-extensions, setuptools, semantic-version, pycparser, setuptools-rust, cffinpm ERR! Running setup.py install for cffi: startednpm ERR! Running setup.py install for cffi: finished with status 'error'npm ERR! error: subprocess-exited-with-errornpm ERR! npm ERR! × Running setup.py install for cffi did not run successfully.npm ERR! │ exit code: 1npm ERR! ╰─> [40 lines of output]npm ERR! /opt/iobroker/node_modules/iobroker.esphome/python_modules/lib/python3.9/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.npm ERR! warnings.warn(msg, warning_class)npm ERR! running installnpm ERR! /opt/iobroker/node_modules/iobroker.esphome/python_modules/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.npm ERR! warnings.warn(npm ERR! running buildnpm ERR! running build_pynpm ERR! creating buildnpm ERR! creating build/lib.linux-armv7l-cpython-39npm ERR! creating build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/commontypes.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/cparser.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/setuptools_ext.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/pkgconfig.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/__init__.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/model.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/verifier.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/recompiler.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/ffiplatform.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/error.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/vengine_cpy.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/backend_ctypes.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/vengine_gen.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/lock.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/cffi_opcode.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/api.py -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/_cffi_include.h -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/parse_c_type.h -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/_embedding.h -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! copying cffi/_cffi_errors.h -> build/lib.linux-armv7l-cpython-39/cffinpm ERR! running build_extnpm ERR! building '_cffi_backend' extensionnpm ERR! creating build/temp.linux-armv7l-cpython-39npm ERR! creating build/temp.linux-armv7l-cpython-39/cnpm ERR! arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DFFI_BUILDING=1 -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/usr/include/python3.9 -c c/_cffi_backend.c -o build/temp.linux-armv7l-cpython-39/c/_cffi_backend.onpm ERR! c/_cffi_backend.c:2:10: fatal error: Python.h: No such file or directorynpm ERR! 2 | #include <Python.h>npm ERR! | ^~~~~~~~~~npm ERR! compilation terminated.npm ERR! error: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1npm ERR! [end of output]npm ERR! npm ERR! note: This error originates from a subprocess, and is likely not a problem with pip.npm ERR! error: legacy-install-failurenpm ERR! npm ERR! × Encountered error while trying to install package.npm ERR! ╰─> cffinpm ERR! npm ERR! note: This is an issue with the package mentioned above, not pip.npm ERR! hint: See above for output from the failure.npm ERR! [end of output]npm ERR! npm ERR! note: This error originates from a subprocess, and is likely not a problem with pip.npm ERR! error: subprocess-exited-with-errornpm ERR! npm ERR! × pip subprocess to install build dependencies did not run successfully.npm ERR! │ exit code: 1npm ERR! ╰─> See above for output.npm ERR! npm ERR! note: This error originates from a subprocess, and is likely not a problem with pip.
                            
                            npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-09-14T03_36_43_827Z-debug-0.log
                            
                            host.iobrokerpi Cannot install iobroker.esphome@0.2.4: 1
                            
                            ERROR: Process exited with code 25
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @sticks last edited by Thomas Braun

                              @sticks

                              Bei dir fehlen build header.
                              Da dürfte irgendein python-dev Paket fehlen. Kann dir das aber gerade nicht raussuchen, am Handy ist das doof.

                              Edit: Installier mal python3-cffi-backend nach.

                              S 1 Reply Last reply Reply Quote 0
                              • R
                                reutli @mac89muc last edited by reutli

                                @mac89muc

                                Schau mal hier: https://stackoverflow.com/questions/17548854/difference-between-mac-find-and-linux-find
                                Verzeichnis muss am Mac mit dazu.

                                Konkret müsste am Mac also der funktionieren

                                cd /usr/local/iobroker/node_modules && for i in $(find ./ -type d -iname ".*-*"); do echo ${i%%/}; done
                                

                                und dann natürlich adaptieren an den Einzeiler von @Thomas-Braun (also auch löschen 😁

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

                                  @thomas-braun said in Diskussion zum HowTo nodejs-Installation und upgrade:

                                  python3-cffi-backend

                                  Hab jetzt auf meinem Raspi 4 mit apt-get update und "sudo apt-get install python3-cffi-backend" das ganze nachinstalliert.

                                  Es bleibt bei Fehler 25 wenn ich ESPHOME installieren möchte, aber die Log-Ausgabe dazu ist jetzt deutlich kürzer geworden:

                                  $ iobroker add esphome --host iobrokerpi
                                  
                                  NPM version: 8.15.0Installing iobroker.esphome@0.2.4... (System call)
                                  
                                  host.iobrokerpi Cannot install iobroker.esphome@0.2.4: 126
                                  
                                  ERROR: Process exited with code 25
                                  

                                  Was mir zu meiner Recherche zur "Cannot install iobroker.esphome@0.2.4: 126"-Zeile noch aufgefallen ist.
                                  Innerhalb einer SSH-Session führt das Kommando "nodejs -v" zu einer "command not found"-Fehlermeldung.
                                  Wobei iobroker selbst in der Weboberfläche ein installiertes Node.js: v16.17.0 erkennt. - Kann hier die Ursache liegen, oder ist das normal !?

                                  Glasfaser 1 Reply Last reply Reply Quote 0
                                  • Glasfaser
                                    Glasfaser @sticks last edited by

                                    @sticks sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

                                    aber die Log-Ausgabe dazu ist jetzt deutlich kürzer geworden:

                                    Ja ... weil dahinter der --debug fehlt

                                    S 1 Reply Last reply Reply Quote 0
                                    • S
                                      sticks @Glasfaser last edited by

                                      @glasfaser

                                      Hast Recht, ist aber auch mit Debug etwas kürzer 😉
                                      Oben hatte ich mit EDIT noch angefügt das ein "nodejs -v" per SSH zu "command not found" führt.
                                      Möglicherweise liegt da irgendwo die Ursache !?

                                      $ iobroker add esphome auto --host iobrokerpi --debug
                                      
                                      NPM version: 8.15.0
                                      
                                      Installing iobroker.esphome@0.2.4... (System call)
                                      
                                      npm ERR! code 126
                                      
                                      npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-09-14T14_04_24_314Z-debug-0.log
                                      
                                      host.iobrokerpi Cannot install iobroker.esphome@0.2.4: 126
                                      
                                      ERROR: Process exited with code 25
                                      

                                      Beim Github-Installer-Paket selbst steht beim automatischen Test-Status übrigens auch "Failing" !?
                                      esphome.png

                                      Glasfaser 1 Reply Last reply Reply Quote 0
                                      • Glasfaser
                                        Glasfaser @sticks last edited by

                                        @sticks sagte in Diskussion zum HowTo nodejs-Installation und upgrade:

                                        npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-09-14T14_04_24_314Z-debug-0.log

                                        und was steht im Log dazu !?

                                        S 1 Reply Last reply Reply Quote 0
                                        • S
                                          sticks @Glasfaser last edited by

                                          @glasfaser

                                          0 verbose cli /usr/bin/node /usr/bin/npm
                                          1 info using npm@8.15.0
                                          2 info using node@v16.17.0
                                          3 timing npm:load:whichnode Completed in 1ms
                                          4 timing config:load:defaults Completed in 6ms
                                          5 timing config:load:file:/usr/lib/node_modules/npm/npmrc Completed in 2ms
                                          6 timing config:load:builtin Completed in 3ms
                                          7 timing config:load:cli Completed in 6ms
                                          8 timing config:load:env Completed in 1ms
                                          9 timing config:load:file:/opt/iobroker/.npmrc Completed in 3ms
                                          10 timing config:load:project Completed in 13ms
                                          11 timing config:load:file:/home/iobroker/.npmrc Completed in 0ms
                                          12 timing config:load:user Completed in 1ms
                                          13 timing config:load:file:/usr/etc/npmrc Completed in 1ms
                                          14 timing config:load:global Completed in 1ms
                                          15 timing config:load:validate Completed in 1ms
                                          16 timing config:load:credentials Completed in 3ms
                                          17 timing config:load:setEnvs Completed in 3ms
                                          18 timing config:load Completed in 41ms
                                          19 timing npm:load:configload Completed in 42ms
                                          20 timing npm:load:mkdirpcache Completed in 2ms
                                          21 timing npm:load:mkdirplogs Completed in 1ms
                                          22 verbose title npm install iobroker.esphome@0.2.4
                                          23 verbose argv "install" "--save-exact" "iobroker.esphome@0.2.4"
                                          24 timing npm:load:setTitle Completed in 4ms
                                          25 timing config:load:flatten Completed in 10ms
                                          26 timing npm:load:display Completed in 12ms
                                          27 verbose logfile logs-max:10 dir:/home/iobroker/.npm/_logs
                                          28 verbose logfile /home/iobroker/.npm/_logs/2022-09-14T14_12_47_016Z-debug-0.log
                                          29 timing npm:load:logFile Completed in 12ms
                                          30 timing npm:load:timers Completed in 1ms
                                          31 timing npm:load:configScope Completed in 0ms
                                          32 timing npm:load Completed in 77ms
                                          33 timing arborist:ctor Completed in 2ms
                                          34 silly logfile start cleaning logs, removing 3 files
                                          35 silly logfile done cleaning log files
                                          36 verbose shrinkwrap failed to load node_modules/.package-lock.json out of date, updated: node_modules
                                          37 timing idealTree:init Completed in 1954ms
                                          38 timing idealTree:userRequests Completed in 26ms
                                          39 silly idealTree buildDeps
                                          40 silly fetch manifest iobroker.esphome@0.2.4
                                          41 http fetch GET 200 https://registry.npmjs.org/iobroker.esphome 2538ms (cache revalidated)
                                          42 silly placeDep ROOT iobroker.esphome@0.2.4 OK for: iobroker.inst@3.0.0 want: 0.2.4
                                          43 silly fetch manifest @sentry/node@^5.30.0
                                          44 silly fetch manifest esphome-native-api@^1.0.9
                                          45 silly fetch manifest nopy@^0.2.7
                                          46 silly fetch manifest tree-kill@^1.2.2
                                          47 http fetch GET 200 https://registry.npmjs.org/@sentry%2fnode 117ms (cache revalidated)
                                          48 http fetch GET 200 https://registry.npmjs.org/tree-kill 172ms (cache revalidated)
                                          49 http fetch GET 200 https://registry.npmjs.org/esphome-native-api 324ms (cache revalidated)
                                          50 http fetch GET 200 https://registry.npmjs.org/nopy 325ms (cache revalidated)
                                          51 timing idealTree:#root Completed in 2899ms
                                          52 silly placeDep node_modules/iobroker.esphome @sentry/node@5.30.0 OK for: iobroker.esphome@0.2.4 want: ^5.30.0
                                          53 silly placeDep ROOT esphome-native-api@1.0.9 OK for: iobroker.esphome@0.2.4 want: ^1.0.9
                                          54 silly placeDep ROOT nopy@0.2.8 OK for: iobroker.esphome@0.2.4 want: ^0.2.7
                                          55 silly placeDep ROOT tree-kill@1.2.2 OK for: iobroker.esphome@0.2.4 want: ^1.2.2
                                          56 silly fetch manifest @sentry/core@5.30.0
                                          57 silly fetch manifest @sentry/hub@5.30.0
                                          58 silly fetch manifest @sentry/tracing@5.30.0
                                          59 silly fetch manifest @sentry/types@5.30.0
                                          60 silly fetch manifest @sentry/utils@5.30.0
                                          61 silly fetch manifest eslint@^7.13.0
                                          62 silly fetch manifest events@^3.2.0
                                          63 silly fetch manifest google-protobuf@^3.14.0
                                          64 silly fetch manifest multicast-dns@^7.2.2
                                          65 silly fetch manifest net@^1.0.2
                                          66 http fetch GET 200 https://registry.npmjs.org/events 92ms (cache revalidated)
                                          67 http fetch GET 200 https://registry.npmjs.org/@sentry%2fhub 136ms (cache revalidated)
                                          68 http fetch GET 200 https://registry.npmjs.org/@sentry%2futils 150ms (cache revalidated)
                                          69 http fetch GET 200 https://registry.npmjs.org/@sentry%2fcore 200ms (cache revalidated)
                                          70 http fetch GET 200 https://registry.npmjs.org/multicast-dns 217ms (cache revalidated)
                                          71 http fetch GET 200 https://registry.npmjs.org/eslint 238ms (cache revalidated)
                                          72 http fetch GET 200 https://registry.npmjs.org/net 294ms (cache revalidated)
                                          73 http fetch GET 200 https://registry.npmjs.org/@sentry%2ftypes 310ms (cache revalidated)
                                          74 http fetch GET 200 https://registry.npmjs.org/@sentry%2ftracing 321ms (cache revalidated)
                                          75 http fetch GET 200 https://registry.npmjs.org/google-protobuf 854ms (cache revalidated)
                                          76 timing idealTree:node_modules/iobroker.esphome Completed in 896ms
                                          77 silly placeDep ROOT eslint@7.32.0 OK for: esphome-native-api@1.0.9 want: ^7.13.0
                                          78 silly placeDep ROOT events@3.3.0 OK for: esphome-native-api@1.0.9 want: ^3.2.0
                                          79 silly placeDep ROOT google-protobuf@3.21.0 OK for: esphome-native-api@1.0.9 want: ^3.14.0
                                          80 silly placeDep ROOT multicast-dns@7.2.5 OK for: esphome-native-api@1.0.9 want: ^7.2.2
                                          81 silly placeDep ROOT net@1.0.2 OK for: esphome-native-api@1.0.9 want: ^1.0.2
                                          82 silly fetch manifest @babel/code-frame@7.12.11
                                          83 silly fetch manifest @eslint/eslintrc@^0.4.3
                                          84 silly fetch manifest @humanwhocodes/config-array@^0.5.0
                                          85 silly fetch manifest chalk@^4.0.0
                                          86 silly fetch manifest debug@^4.0.1
                                          87 silly fetch manifest doctrine@^3.0.0
                                          88 silly fetch manifest enquirer@^2.3.5
                                          89 silly fetch manifest escape-string-regexp@^4.0.0
                                          90 silly fetch manifest eslint-scope@^5.1.1
                                          91 silly fetch manifest eslint-utils@^2.1.0
                                          92 silly fetch manifest eslint-visitor-keys@^2.0.0
                                          93 silly fetch manifest espree@^7.3.1
                                          94 silly fetch manifest esquery@^1.4.0
                                          95 silly fetch manifest esutils@^2.0.2
                                          96 silly fetch manifest file-entry-cache@^6.0.1
                                          97 silly fetch manifest functional-red-black-tree@^1.0.1
                                          98 silly fetch manifest globals@^13.6.0
                                          99 silly fetch manifest ignore@^4.0.6
                                          100 silly fetch manifest import-fresh@^3.0.0
                                          101 silly fetch manifest imurmurhash@^0.1.4
                                          102 silly fetch manifest js-yaml@^3.13.1
                                          103 silly fetch manifest json-stable-stringify-without-jsonify@^1.0.1
                                          104 silly fetch manifest levn@^0.4.1
                                          105 silly fetch manifest lodash.merge@^4.6.2
                                          106 silly fetch manifest natural-compare@^1.4.0
                                          107 silly fetch manifest optionator@^0.9.1
                                          108 silly fetch manifest progress@^2.0.0
                                          109 silly fetch manifest regexpp@^3.1.0
                                          110 silly fetch manifest strip-json-comments@^3.1.0
                                          111 silly fetch manifest table@^6.0.9
                                          112 silly fetch manifest v8-compile-cache@^2.0.3
                                          113 silly fetch manifest dns-packet@^5.2.2
                                          114 silly fetch manifest thunky@^1.0.2
                                          115 http fetch GET 200 https://registry.npmjs.org/chalk 384ms (cache revalidated)
                                          116 http fetch GET 200 https://registry.npmjs.org/esutils 369ms (cache revalidated)
                                          117 http fetch GET 200 https://registry.npmjs.org/escape-string-regexp 384ms (cache revalidated)
                                          118 http fetch GET 200 https://registry.npmjs.org/file-entry-cache 371ms (cache revalidated)
                                          119 http fetch GET 200 https://registry.npmjs.org/functional-red-black-tree 371ms (cache revalidated)
                                          120 http fetch GET 200 https://registry.npmjs.org/esquery 378ms (cache revalidated)
                                          121 http fetch GET 200 https://registry.npmjs.org/espree 383ms (cache revalidated)
                                          122 http fetch GET 200 https://registry.npmjs.org/globals 383ms (cache revalidated)
                                          123 http fetch GET 200 https://registry.npmjs.org/@humanwhocodes%2fconfig-array 437ms (cache revalidated)
                                          124 http fetch GET 200 https://registry.npmjs.org/@eslint%2feslintrc 469ms (cache revalidated)
                                          125 http fetch GET 200 https://registry.npmjs.org/json-stable-stringify-without-jsonify 454ms (cache revalidated)
                                          126 http fetch GET 200 https://registry.npmjs.org/imurmurhash 492ms (cache revalidated)
                                          127 http fetch GET 200 https://registry.npmjs.org/optionator 491ms (cache revalidated)
                                          128 http fetch GET 200 https://registry.npmjs.org/levn 499ms (cache revalidated)
                                          129 http fetch GET 200 https://registry.npmjs.org/natural-compare 496ms (cache revalidated)
                                          130 http fetch GET 200 https://registry.npmjs.org/lodash.merge 502ms (cache revalidated)
                                          131 http fetch GET 200 https://registry.npmjs.org/progress 498ms (cache revalidated)
                                          132 http fetch GET 200 https://registry.npmjs.org/regexpp 499ms (cache revalidated)
                                          133 http fetch GET 200 https://registry.npmjs.org/v8-compile-cache 495ms (cache revalidated)
                                          134 http fetch GET 200 https://registry.npmjs.org/js-yaml 521ms (cache revalidated)
                                          135 http fetch GET 200 https://registry.npmjs.org/import-fresh 531ms (cache revalidated)
                                          136 http fetch GET 200 https://registry.npmjs.org/strip-json-comments 508ms (cache revalidated)
                                          137 http fetch GET 200 https://registry.npmjs.org/dns-packet 504ms (cache revalidated)
                                          138 http fetch GET 200 https://registry.npmjs.org/eslint-visitor-keys 553ms (cache revalidated)
                                          139 http fetch GET 200 https://registry.npmjs.org/doctrine 566ms (cache revalidated)
                                          140 http fetch GET 200 https://registry.npmjs.org/ignore 545ms (cache revalidated)
                                          141 http fetch GET 200 https://registry.npmjs.org/thunky 524ms (cache revalidated)
                                          142 http fetch GET 200 https://registry.npmjs.org/debug 600ms (cache revalidated)
                                          143 http fetch GET 200 https://registry.npmjs.org/eslint-utils 594ms (cache revalidated)
                                          144 http fetch GET 200 https://registry.npmjs.org/eslint-scope 599ms (cache revalidated)
                                          145 http fetch GET 200 https://registry.npmjs.org/table 557ms (cache revalidated)
                                          146 http fetch GET 200 https://registry.npmjs.org/@babel%2fcode-frame 623ms (cache revalidated)
                                          147 http fetch GET 200 https://registry.npmjs.org/enquirer 617ms (cache revalidated)
                                          148 timing idealTree:node_modules/esphome-native-api Completed in 660ms
                                          149 silly placeDep ROOT @babel/code-frame@7.12.11 OK for: eslint@7.32.0 want: 7.12.11
                                          150 silly placeDep ROOT @eslint/eslintrc@0.4.3 OK for: eslint@7.32.0 want: ^0.4.3
                                          151 silly placeDep ROOT @humanwhocodes/config-array@0.5.0 OK for: eslint@7.32.0 want: ^0.5.0
                                          152 silly placeDep ROOT chalk@4.1.2 OK for: eslint@7.32.0 want: ^4.0.0
                                          153 silly placeDep node_modules/eslint debug@4.3.4 OK for: eslint@7.32.0 want: ^4.0.1
                                          154 silly placeDep ROOT doctrine@3.0.0 OK for: eslint@7.32.0 want: ^3.0.0
                                          155 silly placeDep ROOT enquirer@2.3.6 OK for: eslint@7.32.0 want: ^2.3.5
                                          156 silly placeDep ROOT escape-string-regexp@4.0.0 OK for: eslint@7.32.0 want: ^4.0.0
                                          157 silly placeDep ROOT eslint-scope@5.1.1 OK for: eslint@7.32.0 want: ^5.1.1
                                          158 silly placeDep ROOT eslint-utils@2.1.0 OK for: eslint@7.32.0 want: ^2.1.0
                                          159 silly placeDep ROOT eslint-visitor-keys@2.1.0 OK for: eslint@7.32.0 want: ^2.0.0
                                          160 silly placeDep ROOT espree@7.3.1 OK for: eslint@7.32.0 want: ^7.3.1
                                          161 silly placeDep ROOT esquery@1.4.0 OK for: eslint@7.32.0 want: ^1.4.0
                                          162 silly placeDep ROOT esutils@2.0.3 OK for: eslint@7.32.0 want: ^2.0.2
                                          163 silly placeDep ROOT file-entry-cache@6.0.1 OK for: eslint@7.32.0 want: ^6.0.1
                                          164 silly placeDep ROOT functional-red-black-tree@1.0.1 OK for: eslint@7.32.0 want: ^1.0.1
                                          165 silly placeDep ROOT globals@13.17.0 OK for: eslint@7.32.0 want: ^13.6.0
                                          166 silly placeDep ROOT ignore@4.0.6 OK for: eslint@7.32.0 want: ^4.0.6
                                          167 silly placeDep ROOT import-fresh@3.3.0 OK for: eslint@7.32.0 want: ^3.0.0
                                          168 silly placeDep ROOT imurmurhash@0.1.4 OK for: eslint@7.32.0 want: ^0.1.4
                                          169 silly placeDep ROOT js-yaml@3.14.1 OK for: eslint@7.32.0 want: ^3.13.1
                                          170 silly placeDep ROOT json-stable-stringify-without-jsonify@1.0.1 OK for: eslint@7.32.0 want: ^1.0.1
                                          171 silly placeDep ROOT levn@0.4.1 OK for: eslint@7.32.0 want: ^0.4.1
                                          172 silly placeDep ROOT lodash.merge@4.6.2 OK for: eslint@7.32.0 want: ^4.6.2
                                          173 silly placeDep ROOT natural-compare@1.4.0 OK for: eslint@7.32.0 want: ^1.4.0
                                          174 silly placeDep ROOT optionator@0.9.1 OK for: eslint@7.32.0 want: ^0.9.1
                                          175 silly placeDep ROOT progress@2.0.3 OK for: eslint@7.32.0 want: ^2.0.0
                                          176 silly placeDep ROOT regexpp@3.2.0 OK for: eslint@7.32.0 want: ^3.1.0
                                          177 silly placeDep ROOT strip-json-comments@3.1.1 OK for: eslint@7.32.0 want: ^3.1.0
                                          178 silly placeDep ROOT table@6.8.0 OK for: eslint@7.32.0 want: ^6.0.9
                                          179 silly placeDep ROOT v8-compile-cache@2.3.0 OK for: eslint@7.32.0 want: ^2.0.3
                                          180 silly fetch manifest @babel/highlight@^7.10.4
                                          181 silly fetch manifest debug@^4.1.1
                                          182 silly fetch manifest @humanwhocodes/object-schema@^1.2.0
                                          183 silly fetch manifest supports-color@^7.1.0
                                          184 silly fetch manifest ms@2.1.2
                                          185 silly fetch manifest ansi-colors@^4.1.1
                                          186 silly fetch manifest esrecurse@^4.3.0
                                          187 silly fetch manifest estraverse@^4.1.1
                                          188 silly fetch manifest eslint-visitor-keys@^1.1.0
                                          189 silly fetch manifest acorn@^7.4.0
                                          190 silly fetch manifest acorn-jsx@^5.3.1
                                          191 silly fetch manifest eslint-visitor-keys@^1.3.0
                                          192 silly fetch manifest estraverse@^5.1.0
                                          193 silly fetch manifest flat-cache@^3.0.4
                                          194 silly fetch manifest type-fest@^0.20.2
                                          195 silly fetch manifest parent-module@^1.0.0
                                          196 silly fetch manifest resolve-from@^4.0.0
                                          197 silly fetch manifest argparse@^1.0.7
                                          198 silly fetch manifest esprima@^4.0.0
                                          199 silly fetch manifest prelude-ls@^1.2.1
                                          200 silly fetch manifest type-check@~0.4.0
                                          201 silly fetch manifest deep-is@^0.1.3
                                          202 silly fetch manifest word-wrap@^1.2.3
                                          203 silly fetch manifest type-check@^0.4.0
                                          204 silly fetch manifest fast-levenshtein@^2.0.6
                                          205 silly fetch manifest ajv@^8.0.1
                                          206 silly fetch manifest lodash.truncate@^4.4.2
                                          207 silly fetch manifest slice-ansi@^4.0.0
                                          208 http fetch GET 200 https://registry.npmjs.org/supports-color 317ms (cache revalidated)
                                          209 http fetch GET 200 https://registry.npmjs.org/ansi-colors 313ms (cache revalidated)
                                          210 http fetch GET 200 https://registry.npmjs.org/acorn 305ms (cache revalidated)
                                          211 http fetch GET 200 https://registry.npmjs.org/estraverse 332ms (cache revalidated)
                                          212 http fetch GET 200 https://registry.npmjs.org/esrecurse 337ms (cache revalidated)
                                          213 http fetch GET 200 https://registry.npmjs.org/@babel%2fhighlight 366ms (cache revalidated)
                                          214 http fetch GET 200 https://registry.npmjs.org/@humanwhocodes%2fobject-schema 362ms (cache revalidated)
                                          215 http fetch GET 200 https://registry.npmjs.org/estraverse 329ms (cache revalidated)
                                          216 http fetch GET 200 https://registry.npmjs.org/resolve-from 322ms (cache revalidated)
                                          217 http fetch GET 200 https://registry.npmjs.org/acorn-jsx 342ms (cache revalidated)
                                          218 http fetch GET 200 https://registry.npmjs.org/parent-module 333ms (cache revalidated)
                                          219 http fetch GET 200 https://registry.npmjs.org/type-fest 338ms (cache revalidated)
                                          220 http fetch GET 200 https://registry.npmjs.org/type-check 332ms (cache revalidated)
                                          221 http fetch GET 200 https://registry.npmjs.org/prelude-ls 335ms (cache revalidated)
                                          222 http fetch GET 200 https://registry.npmjs.org/flat-cache 352ms (cache revalidated)
                                          223 http fetch GET 200 https://registry.npmjs.org/ms 380ms (cache revalidated)
                                          224 http fetch GET 200 https://registry.npmjs.org/deep-is 351ms (cache revalidated)
                                          225 http fetch GET 200 https://registry.npmjs.org/word-wrap 355ms (cache revalidated)
                                          226 http fetch GET 200 https://registry.npmjs.org/type-check 356ms (cache revalidated)
                                          227 http fetch GET 200 https://registry.npmjs.org/argparse 369ms (cache revalidated)
                                          228 http fetch GET 200 https://registry.npmjs.org/fast-levenshtein 360ms (cache revalidated)
                                          229 http fetch GET 200 https://registry.npmjs.org/esprima 375ms (cache revalidated)
                                          230 http fetch GET 200 https://registry.npmjs.org/lodash.truncate 360ms (cache revalidated)
                                          231 http fetch GET 200 https://registry.npmjs.org/ajv 372ms (cache revalidated)
                                          232 http fetch GET 200 https://registry.npmjs.org/slice-ansi 922ms (cache revalidated)
                                          233 timing idealTree:node_modules/eslint Completed in 1149ms
                                          234 silly placeDep ROOT @babel/highlight@7.18.6 OK for: @babel/code-frame@7.12.11 want: ^7.10.4
                                          235 silly fetch manifest @babel/helper-validator-identifier@^7.18.6
                                          236 silly fetch manifest chalk@^2.0.0
                                          237 silly fetch manifest js-tokens@^4.0.0
                                          238 http fetch GET 200 https://registry.npmjs.org/js-tokens 77ms (cache revalidated)
                                          239 http fetch GET 200 https://registry.npmjs.org/@babel%2fhelper-validator-identifier 109ms (cache revalidated)
                                          240 timing idealTree:node_modules/@babel/code-frame Completed in 118ms
                                          241 silly placeDep ROOT @babel/helper-validator-identifier@7.18.6 OK for: @babel/highlight@7.18.6 want: ^7.18.6
                                          242 silly placeDep node_modules/@babel/highlight chalk@2.4.2 OK for: @babel/highlight@7.18.6 want: ^2.0.0
                                          243 silly placeDep ROOT js-tokens@4.0.0 OK for: @babel/highlight@7.18.6 want: ^4.0.0
                                          244 silly fetch manifest ansi-styles@^3.2.1
                                          245 silly fetch manifest escape-string-regexp@^1.0.5
                                          246 silly fetch manifest supports-color@^5.3.0
                                          247 http fetch GET 200 https://registry.npmjs.org/ansi-styles 87ms (cache revalidated)
                                          248 timing idealTree:node_modules/@babel/highlight Completed in 101ms
                                          249 timing idealTree:node_modules/@babel/helper-validator-identifier Completed in 0ms
                                          250 silly placeDep node_modules/@eslint/eslintrc debug@4.3.4 OK for: @eslint/eslintrc@0.4.3 want: ^4.1.1
                                          251 timing idealTree:node_modules/@eslint/eslintrc Completed in 5ms
                                          252 silly placeDep ROOT @humanwhocodes/object-schema@1.2.1 OK for: @humanwhocodes/config-array@0.5.0 want: ^1.2.0
                                          253 silly placeDep node_modules/@humanwhocodes/config-array debug@4.3.4 OK for: @humanwhocodes/config-array@0.5.0 want: ^4.1.1
                                          254 timing idealTree:node_modules/@humanwhocodes/config-array Completed in 8ms
                                          255 timing idealTree:node_modules/@humanwhocodes/object-schema Completed in 0ms
                                          256 silly placeDep ROOT supports-color@7.2.0 OK for: chalk@4.1.2 want: ^7.1.0
                                          257 silly fetch manifest has-flag@^4.0.0
                                          258 http fetch GET 200 https://registry.npmjs.org/has-flag 66ms (cache revalidated)
                                          259 timing idealTree:node_modules/chalk Completed in 74ms
                                          260 timing idealTree:node_modules/doctrine Completed in 0ms
                                          261 silly placeDep ROOT ansi-colors@4.1.3 OK for: enquirer@2.3.6 want: ^4.1.1
                                          262 timing idealTree:node_modules/enquirer Completed in 4ms
                                          263 timing idealTree:node_modules/ansi-colors Completed in 0ms
                                          264 timing idealTree:node_modules/escape-string-regexp Completed in 0ms
                                          265 silly placeDep ROOT esrecurse@4.3.0 OK for: eslint-scope@5.1.1 want: ^4.3.0
                                          266 silly placeDep ROOT estraverse@4.3.0 OK for: eslint-scope@5.1.1 want: ^4.1.1
                                          267 silly fetch manifest estraverse@^5.2.0
                                          268 timing idealTree:node_modules/eslint-scope Completed in 14ms
                                          269 silly placeDep node_modules/eslint-utils eslint-visitor-keys@1.3.0 OK for: eslint-utils@2.1.0 want: ^1.1.0
                                          270 timing idealTree:node_modules/eslint-utils Completed in 4ms
                                          271 timing idealTree:node_modules/eslint-visitor-keys Completed in 0ms
                                          272 silly placeDep ROOT acorn@7.4.1 OK for: espree@7.3.1 want: ^7.4.0
                                          273 silly placeDep ROOT acorn-jsx@5.3.2 OK for: espree@7.3.1 want: ^5.3.1
                                          274 silly placeDep node_modules/espree eslint-visitor-keys@1.3.0 OK for: espree@7.3.1 want: ^1.3.0
                                          275 timing idealTree:node_modules/espree Completed in 21ms
                                          276 timing idealTree:node_modules/acorn Completed in 0ms
                                          277 timing idealTree:node_modules/acorn-jsx Completed in 0ms
                                          278 silly placeDep node_modules/esquery estraverse@5.3.0 OK for: esquery@1.4.0 want: ^5.1.0
                                          279 timing idealTree:node_modules/esquery Completed in 11ms
                                          280 silly placeDep node_modules/esrecurse estraverse@5.3.0 OK for: esrecurse@4.3.0 want: ^5.2.0
                                          281 timing idealTree:node_modules/esrecurse Completed in 3ms
                                          282 timing idealTree:node_modules/estraverse Completed in 0ms
                                          283 timing idealTree:node_modules/esutils Completed in 0ms
                                          284 timing idealTree:node_modules/events Completed in 0ms
                                          285 silly placeDep ROOT flat-cache@3.0.4 OK for: file-entry-cache@6.0.1 want: ^3.0.4
                                          286 silly fetch manifest flatted@^3.1.0
                                          287 silly fetch manifest rimraf@^3.0.2
                                          288 http fetch GET 200 https://registry.npmjs.org/rimraf 58ms (cache revalidated)
                                          289 http fetch GET 200 https://registry.npmjs.org/flatted 65ms (cache revalidated)
                                          290 timing idealTree:node_modules/file-entry-cache Completed in 72ms
                                          291 silly placeDep ROOT flatted@3.2.7 OK for: flat-cache@3.0.4 want: ^3.1.0
                                          292 silly placeDep ROOT rimraf@3.0.2 OK for: flat-cache@3.0.4 want: ^3.0.2
                                          293 silly fetch manifest glob@^7.1.3
                                          294 http fetch GET 200 https://registry.npmjs.org/glob 60ms (cache revalidated)
                                          295 timing idealTree:node_modules/flat-cache Completed in 82ms
                                          296 timing idealTree:node_modules/flatted Completed in 0ms
                                          297 timing idealTree:node_modules/functional-red-black-tree Completed in 0ms
                                          298 silly placeDep ROOT type-fest@0.20.2 OK for: globals@13.17.0 want: ^0.20.2
                                          299 timing idealTree:node_modules/globals Completed in 9ms
                                          300 timing idealTree:node_modules/google-protobuf Completed in 0ms
                                          301 timing idealTree:node_modules/ignore Completed in 0ms
                                          302 silly placeDep ROOT parent-module@1.0.1 OK for: import-fresh@3.3.0 want: ^1.0.0
                                          303 silly placeDep ROOT resolve-from@4.0.0 OK for: import-fresh@3.3.0 want: ^4.0.0
                                          304 silly fetch manifest callsites@^3.0.0
                                          305 http fetch GET 200 https://registry.npmjs.org/callsites 67ms (cache revalidated)
                                          306 timing idealTree:node_modules/import-fresh Completed in 82ms
                                          307 timing idealTree:node_modules/imurmurhash Completed in 0ms
                                          308 timing idealTree:node_modules/js-tokens Completed in 0ms
                                          309 silly placeDep ROOT argparse@1.0.10 OK for: js-yaml@3.14.1 want: ^1.0.7
                                          310 silly placeDep ROOT esprima@4.0.1 OK for: js-yaml@3.14.1 want: ^4.0.0
                                          311 silly fetch manifest sprintf-js@~1.0.2
                                          312 http fetch GET 200 https://registry.npmjs.org/sprintf-js 80ms (cache revalidated)
                                          313 timing idealTree:node_modules/js-yaml Completed in 90ms
                                          314 silly placeDep ROOT sprintf-js@1.0.3 OK for: argparse@1.0.10 want: ~1.0.2
                                          315 timing idealTree:node_modules/argparse Completed in 3ms
                                          316 timing idealTree:node_modules/esprima Completed in 1ms
                                          317 timing idealTree:node_modules/json-stable-stringify-without-jsonify Completed in 0ms
                                          318 silly placeDep ROOT prelude-ls@1.2.1 OK for: levn@0.4.1 want: ^1.2.1
                                          319 silly placeDep ROOT type-check@0.4.0 OK for: levn@0.4.1 want: ~0.4.0
                                          320 timing idealTree:node_modules/levn Completed in 8ms
                                          321 timing idealTree:node_modules/lodash.merge Completed in 0ms
                                          322 silly placeDep node_modules/multicast-dns dns-packet@5.4.0 OK for: multicast-dns@7.2.5 want: ^5.2.2
                                          323 silly placeDep ROOT thunky@1.1.0 OK for: multicast-dns@7.2.5 want: ^1.0.2
                                          324 silly fetch manifest @leichtgewicht/ip-codec@^2.0.1
                                          325 http fetch GET 200 https://registry.npmjs.org/@leichtgewicht%2fip-codec 93ms (cache revalidated)
                                          326 timing idealTree:node_modules/multicast-dns Completed in 101ms
                                          327 timing idealTree:node_modules/natural-compare Completed in 0ms
                                          328 timing idealTree:node_modules/net Completed in 0ms
                                          329 timing idealTree:node_modules/nopy Completed in 0ms
                                          330 silly placeDep ROOT deep-is@0.1.4 OK for: optionator@0.9.1 want: ^0.1.3
                                          331 silly placeDep ROOT fast-levenshtein@2.0.6 OK for: optionator@0.9.1 want: ^2.0.6
                                          332 silly placeDep ROOT word-wrap@1.2.3 OK for: optionator@0.9.1 want: ^1.2.3
                                          333 timing idealTree:node_modules/optionator Completed in 11ms
                                          334 timing idealTree:node_modules/deep-is Completed in 0ms
                                          335 timing idealTree:node_modules/fast-levenshtein Completed in 0ms
                                          336 silly placeDep ROOT callsites@3.1.0 OK for: parent-module@1.0.1 want: ^3.0.0
                                          337 timing idealTree:node_modules/parent-module Completed in 3ms
                                          338 timing idealTree:node_modules/callsites Completed in 0ms
                                          339 timing idealTree:node_modules/prelude-ls Completed in 0ms
                                          340 timing idealTree:node_modules/progress Completed in 0ms
                                          341 timing idealTree:node_modules/regexpp Completed in 0ms
                                          342 timing idealTree:node_modules/resolve-from Completed in 0ms
                                          343 silly placeDep ROOT glob@7.2.3 OK for: rimraf@3.0.2 want: ^7.1.3
                                          344 silly fetch manifest fs.realpath@^1.0.0
                                          345 silly fetch manifest inflight@^1.0.4
                                          346 silly fetch manifest minimatch@^3.1.1
                                          347 silly fetch manifest path-is-absolute@^1.0.0
                                          348 http fetch GET 200 https://registry.npmjs.org/path-is-absolute 67ms (cache revalidated)
                                          349 http fetch GET 200 https://registry.npmjs.org/fs.realpath 83ms (cache revalidated)
                                          350 http fetch GET 200 https://registry.npmjs.org/inflight 79ms (cache revalidated)
                                          351 http fetch GET 200 https://registry.npmjs.org/minimatch 82ms (cache revalidated)
                                          352 timing idealTree:node_modules/rimraf Completed in 97ms
                                          353 silly placeDep ROOT fs.realpath@1.0.0 OK for: glob@7.2.3 want: ^1.0.0
                                          354 silly placeDep ROOT inflight@1.0.6 OK for: glob@7.2.3 want: ^1.0.4
                                          355 silly placeDep ROOT minimatch@3.1.2 REPLACE for: glob@7.2.3 want: ^3.1.1
                                          356 silly placeDep ROOT path-is-absolute@1.0.1 OK for: glob@7.2.3 want: ^1.0.0
                                          357 timing idealTree:node_modules/glob Completed in 19ms
                                          358 timing idealTree:node_modules/fs.realpath Completed in 0ms
                                          359 timing idealTree:node_modules/inflight Completed in 0ms
                                          360 timing idealTree:node_modules/minimatch Completed in 0ms
                                          361 timing idealTree:node_modules/path-is-absolute Completed in 0ms
                                          362 timing idealTree:node_modules/sprintf-js Completed in 0ms
                                          363 timing idealTree:node_modules/strip-json-comments Completed in 0ms
                                          364 silly placeDep ROOT has-flag@4.0.0 OK for: supports-color@7.2.0 want: ^4.0.0
                                          365 timing idealTree:node_modules/supports-color Completed in 3ms
                                          366 timing idealTree:node_modules/has-flag Completed in 0ms
                                          367 silly placeDep node_modules/table ajv@8.11.0 OK for: table@6.8.0 want: ^8.0.1
                                          368 silly placeDep ROOT lodash.truncate@4.4.2 OK for: table@6.8.0 want: ^4.4.2
                                          369 silly placeDep ROOT slice-ansi@4.0.0 OK for: table@6.8.0 want: ^4.0.0
                                          370 silly fetch manifest json-schema-traverse@^1.0.0
                                          371 silly fetch manifest require-from-string@^2.0.2
                                          372 silly fetch manifest astral-regex@^2.0.0
                                          373 http fetch GET 200 https://registry.npmjs.org/json-schema-traverse 60ms (cache revalidated)
                                          374 http fetch GET 200 https://registry.npmjs.org/require-from-string 68ms (cache revalidated)
                                          375 http fetch GET 200 https://registry.npmjs.org/astral-regex 76ms (cache revalidated)
                                          376 timing idealTree:node_modules/table Completed in 98ms
                                          377 timing idealTree:node_modules/lodash.truncate Completed in 0ms
                                          378 silly placeDep ROOT astral-regex@2.0.0 OK for: slice-ansi@4.0.0 want: ^2.0.0
                                          379 timing idealTree:node_modules/slice-ansi Completed in 3ms
                                          380 timing idealTree:node_modules/astral-regex Completed in 0ms
                                          381 timing idealTree:node_modules/thunky Completed in 0ms
                                          382 timing idealTree:node_modules/tree-kill Completed in 0ms
                                          383 timing idealTree:node_modules/type-check Completed in 0ms
                                          384 timing idealTree:node_modules/type-fest Completed in 0ms
                                          385 timing idealTree:node_modules/v8-compile-cache Completed in 0ms
                                          386 timing idealTree:node_modules/word-wrap Completed in 0ms
                                          387 silly placeDep node_modules/@babel/highlight ansi-styles@3.2.1 OK for: chalk@2.4.2 want: ^3.2.1
                                          388 silly placeDep node_modules/@babel/highlight escape-string-regexp@1.0.5 OK for: chalk@2.4.2 want: ^1.0.5
                                          389 silly placeDep node_modules/@babel/highlight supports-color@5.5.0 OK for: chalk@2.4.2 want: ^5.3.0
                                          390 silly fetch manifest has-flag@^3.0.0
                                          391 timing idealTree:node_modules/@babel/highlight/node_modules/chalk Completed in 8ms
                                          392 timing idealTree:node_modules/@babel/highlight/node_modules/ansi-styles Completed in 0ms
                                          393 timing idealTree:node_modules/@babel/highlight/node_modules/escape-string-regexp Completed in 0ms
                                          394 silly placeDep node_modules/@babel/highlight has-flag@3.0.0 OK for: supports-color@5.5.0 want: ^3.0.0
                                          395 timing idealTree:node_modules/@babel/highlight/node_modules/supports-color Completed in 3ms
                                          396 timing idealTree:node_modules/@babel/highlight/node_modules/has-flag Completed in 0ms
                                          397 silly placeDep node_modules/@eslint/eslintrc ms@2.1.2 OK for: debug@4.3.4 want: 2.1.2
                                          398 timing idealTree:node_modules/@eslint/eslintrc/node_modules/debug Completed in 3ms
                                          399 timing idealTree:node_modules/@eslint/eslintrc/node_modules/ms Completed in 0ms
                                          400 silly placeDep node_modules/@humanwhocodes/config-array ms@2.1.2 OK for: debug@4.3.4 want: 2.1.2
                                          401 timing idealTree:node_modules/@humanwhocodes/config-array/node_modules/debug Completed in 3ms
                                          402 timing idealTree:node_modules/@humanwhocodes/config-array/node_modules/ms Completed in 1ms
                                          403 timing idealTree:node_modules/eslint-utils/node_modules/eslint-visitor-keys Completed in 0ms
                                          404 silly placeDep node_modules/eslint ms@2.1.2 OK for: debug@4.3.4 want: 2.1.2
                                          405 timing idealTree:node_modules/eslint/node_modules/debug Completed in 2ms
                                          406 timing idealTree:node_modules/eslint/node_modules/ms Completed in 0ms
                                          407 timing idealTree:node_modules/espree/node_modules/eslint-visitor-keys Completed in 0ms
                                          408 timing idealTree:node_modules/esquery/node_modules/estraverse Completed in 0ms
                                          409 timing idealTree:node_modules/esrecurse/node_modules/estraverse Completed in 0ms
                                          410 silly placeDep node_modules/iobroker.esphome @sentry/core@5.30.0 OK for: @sentry/node@5.30.0 want: 5.30.0
                                          411 silly placeDep node_modules/iobroker.esphome @sentry/hub@5.30.0 OK for: @sentry/node@5.30.0 want: 5.30.0
                                          412 silly placeDep node_modules/iobroker.esphome @sentry/tracing@5.30.0 OK for: @sentry/node@5.30.0 want: 5.30.0
                                          413 silly placeDep node_modules/iobroker.esphome @sentry/types@5.30.0 OK for: @sentry/node@5.30.0 want: 5.30.0
                                          414 silly placeDep node_modules/iobroker.esphome @sentry/utils@5.30.0 OK for: @sentry/node@5.30.0 want: 5.30.0
                                          415 silly fetch manifest @sentry/minimal@5.30.0
                                          416 http fetch GET 200 https://registry.npmjs.org/@sentry%2fminimal 91ms (cache revalidated)
                                          417 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/node Completed in 131ms
                                          418 silly placeDep node_modules/iobroker.esphome @sentry/minimal@5.30.0 OK for: @sentry/core@5.30.0 want: 5.30.0
                                          419 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/core Completed in 4ms
                                          420 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/hub Completed in 0ms
                                          421 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/minimal Completed in 0ms
                                          422 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/tracing Completed in 0ms
                                          423 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/types Completed in 1ms
                                          424 timing idealTree:node_modules/iobroker.esphome/node_modules/@sentry/utils Completed in 0ms
                                          425 silly placeDep ROOT @leichtgewicht/ip-codec@2.0.4 OK for: dns-packet@5.4.0 want: ^2.0.1
                                          426 timing idealTree:node_modules/multicast-dns/node_modules/dns-packet Completed in 4ms
                                          427 timing idealTree:node_modules/@leichtgewicht/ip-codec Completed in 0ms
                                          428 silly placeDep node_modules/table json-schema-traverse@1.0.0 OK for: ajv@8.11.0 want: ^1.0.0
                                          429 silly placeDep ROOT require-from-string@2.0.2 OK for: ajv@8.11.0 want: ^2.0.2
                                          430 timing idealTree:node_modules/table/node_modules/ajv Completed in 7ms
                                          431 timing idealTree:node_modules/require-from-string Completed in 0ms
                                          432 timing idealTree:node_modules/table/node_modules/json-schema-traverse Completed in 1ms
                                          433 timing idealTree:buildDeps Completed in 6854ms
                                          434 timing idealTree:fixDepFlags Completed in 38ms
                                          435 timing idealTree Completed in 8903ms
                                          436 timing reify:loadTrees Completed in 8906ms
                                          437 timing reify:diffTrees Completed in 86ms
                                          438 silly reify mark retired [ '/opt/iobroker/node_modules/minimatch' ]
                                          439 silly reify moves {
                                          439 silly reify   '/opt/iobroker/node_modules/minimatch': '/opt/iobroker/node_modules/.minimatch-S0CgudWc'
                                          439 silly reify }
                                          440 timing reify:retireShallow Completed in 11ms
                                          441 timing reify:createSparse Completed in 44ms
                                          442 timing reify:loadBundles Completed in 0ms
                                          443 verbose reify failed optional dependency /opt/iobroker/node_modules/osx-temperature-sensor
                                          444 silly reify mark deleted [ '/opt/iobroker/node_modules/osx-temperature-sensor' ]
                                          445 verbose reify failed optional dependency /opt/iobroker/node_modules/fsevents
                                          446 silly reify mark deleted [ '/opt/iobroker/node_modules/fsevents' ]
                                          447 timing reifyNode:node_modules/osx-temperature-sensor Completed in 47ms
                                          448 timing reifyNode:node_modules/fsevents Completed in 47ms
                                          449 timing reifyNode:node_modules/natural-compare Completed in 1257ms
                                          450 timing reifyNode:node_modules/require-from-string Completed in 1305ms
                                          451 timing reifyNode:node_modules/slice-ansi Completed in 1307ms
                                          452 timing reifyNode:node_modules/path-is-absolute Completed in 1307ms
                                          453 timing reifyNode:node_modules/inflight Completed in 1307ms
                                          454 timing reifyNode:node_modules/fast-levenshtein Completed in 1308ms
                                          455 timing reifyNode:node_modules/resolve-from Completed in 1322ms
                                          456 timing reifyNode:node_modules/parent-module Completed in 1323ms
                                          457 timing reifyNode:node_modules/imurmurhash Completed in 1356ms
                                          458 timing reifyNode:node_modules/@babel/highlight/node_modules/has-flag Completed in 1368ms
                                          459 timing reifyNode:node_modules/@babel/highlight/node_modules/escape-string-regexp Completed in 1369ms
                                          460 timing reifyNode:node_modules/@babel/highlight/node_modules/ansi-styles Completed in 1369ms
                                          461 timing reifyNode:node_modules/@humanwhocodes/config-array/node_modules/ms Completed in 1367ms
                                          462 timing reifyNode:node_modules/@eslint/eslintrc/node_modules/ms Completed in 1369ms
                                          463 timing reifyNode:node_modules/eslint/node_modules/ms Completed in 1372ms
                                          464 timing reifyNode:node_modules/astral-regex Completed in 1388ms
                                          465 timing reifyNode:node_modules/lodash.truncate Completed in 1387ms
                                          466 timing reifyNode:node_modules/has-flag Completed in 1388ms
                                          467 timing reifyNode:node_modules/callsites Completed in 1388ms
                                          468 timing reifyNode:node_modules/word-wrap Completed in 1388ms
                                          469 timing reifyNode:node_modules/supports-color Completed in 1392ms
                                          470 timing reifyNode:node_modules/@babel/highlight Completed in 1392ms
                                          471 timing reifyNode:node_modules/strip-json-comments Completed in 1392ms
                                          472 timing reifyNode:node_modules/import-fresh Completed in 1394ms
                                          473 timing reifyNode:node_modules/escape-string-regexp Completed in 1397ms
                                          474 timing reifyNode:node_modules/@babel/code-frame Completed in 1398ms
                                          475 timing reifyNode:node_modules/net Completed in 1398ms
                                          476 timing reifyNode:node_modules/@babel/highlight/node_modules/supports-color Completed in 1405ms
                                          477 timing reifyNode:node_modules/fs.realpath Completed in 1419ms
                                          478 timing reifyNode:node_modules/esrecurse Completed in 1423ms
                                          479 timing reifyNode:node_modules/js-tokens Completed in 1425ms
                                          480 timing reifyNode:node_modules/tree-kill Completed in 1434ms
                                          481 timing reifyNode:node_modules/thunky Completed in 1458ms
                                          482 timing reifyNode:node_modules/v8-compile-cache Completed in 1459ms
                                          483 timing reifyNode:node_modules/file-entry-cache Completed in 1460ms
                                          484 timing reifyNode:node_modules/@humanwhocodes/config-array Completed in 1461ms
                                          485 timing reifyNode:node_modules/minimatch Completed in 1460ms
                                          486 timing reifyNode:node_modules/type-check Completed in 1479ms
                                          487 timing reifyNode:node_modules/rimraf Completed in 1480ms
                                          488 timing reifyNode:node_modules/acorn-jsx Completed in 1480ms
                                          489 timing reifyNode:node_modules/lodash.merge Completed in 1480ms
                                          490 timing reifyNode:node_modules/@leichtgewicht/ip-codec Completed in 1499ms
                                          491 timing reifyNode:node_modules/ansi-colors Completed in 1500ms
                                          492 timing reifyNode:node_modules/@babel/helper-validator-identifier Completed in 1500ms
                                          493 timing reifyNode:node_modules/progress Completed in 1501ms
                                          494 timing reifyNode:node_modules/levn Completed in 1501ms
                                          495 timing reifyNode:node_modules/eslint-visitor-keys Completed in 1502ms
                                          496 timing reifyNode:node_modules/espree/node_modules/eslint-visitor-keys Completed in 1521ms
                                          497 timing reifyNode:node_modules/eslint-utils/node_modules/eslint-visitor-keys Completed in 1522ms
                                          498 timing reifyNode:node_modules/@humanwhocodes/config-array/node_modules/debug Completed in 1521ms
                                          499 timing reifyNode:node_modules/@eslint/eslintrc/node_modules/debug Completed in 1522ms
                                          500 timing reifyNode:node_modules/eslint/node_modules/debug Completed in 1522ms
                                          501 timing reifyNode:node_modules/estraverse Completed in 1536ms
                                          502 timing reifyNode:node_modules/globals Completed in 1537ms
                                          503 timing reifyNode:node_modules/esrecurse/node_modules/estraverse Completed in 1545ms
                                          504 timing reifyNode:node_modules/@babel/highlight/node_modules/chalk Completed in 1545ms
                                          505 timing reifyNode:node_modules/esquery/node_modules/estraverse Completed in 1544ms
                                          506 timing reifyNode:node_modules/glob Completed in 1554ms
                                          507 timing reifyNode:node_modules/deep-is Completed in 1554ms
                                          508 timing reifyNode:node_modules/flat-cache Completed in 1556ms
                                          509 timing reifyNode:node_modules/optionator Completed in 1555ms
                                          510 timing reifyNode:node_modules/ignore Completed in 1555ms
                                          511 timing reifyNode:node_modules/functional-red-black-tree Completed in 1556ms
                                          512 timing reifyNode:node_modules/chalk Completed in 1557ms
                                          513 timing reifyNode:node_modules/multicast-dns Completed in 1557ms
                                          514 timing reifyNode:node_modules/multicast-dns/node_modules/dns-packet Completed in 1560ms
                                          515 timing reifyNode:node_modules/esutils Completed in 1599ms
                                          516 timing reifyNode:node_modules/prelude-ls Completed in 1616ms
                                          517 timing reifyNode:node_modules/espree Completed in 1659ms
                                          518 timing reifyNode:node_modules/doctrine Completed in 1660ms
                                          519 timing reifyNode:node_modules/flatted Completed in 1671ms
                                          520 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/minimal Completed in 1668ms
                                          521 timing reifyNode:node_modules/json-stable-stringify-without-jsonify Completed in 1679ms
                                          522 timing reifyNode:node_modules/table/node_modules/json-schema-traverse Completed in 1684ms
                                          523 timing reifyNode:node_modules/@humanwhocodes/object-schema Completed in 1699ms
                                          524 timing reifyNode:node_modules/eslint-scope Completed in 1709ms
                                          525 timing reifyNode:node_modules/sprintf-js Completed in 1719ms
                                          526 timing reifyNode:node_modules/regexpp Completed in 1731ms
                                          527 timing reifyNode:node_modules/esprima Completed in 1750ms
                                          528 timing reifyNode:node_modules/eslint-utils Completed in 1758ms
                                          529 timing reifyNode:node_modules/events Completed in 1855ms
                                          530 timing reifyNode:node_modules/argparse Completed in 1899ms
                                          531 timing reifyNode:node_modules/@eslint/eslintrc Completed in 1934ms
                                          532 timing reifyNode:node_modules/iobroker.esphome Completed in 2037ms
                                          533 timing reifyNode:node_modules/type-fest Completed in 2056ms
                                          534 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/hub Completed in 2115ms
                                          535 timing reifyNode:node_modules/esphome-native-api Completed in 2132ms
                                          536 timing reifyNode:node_modules/enquirer Completed in 2141ms
                                          537 timing reifyNode:node_modules/google-protobuf Completed in 2172ms
                                          538 timing reifyNode:node_modules/js-yaml Completed in 2181ms
                                          539 timing reifyNode:node_modules/esquery Completed in 2181ms
                                          540 timing reifyNode:node_modules/acorn Completed in 2228ms
                                          541 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/core Completed in 2379ms
                                          542 timing reifyNode:node_modules/table Completed in 2464ms
                                          543 timing reifyNode:node_modules/nopy Completed in 2562ms
                                          544 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/utils Completed in 2620ms
                                          545 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/node Completed in 2650ms
                                          546 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/types Completed in 2775ms
                                          547 timing reifyNode:node_modules/iobroker.esphome/node_modules/@sentry/tracing Completed in 3030ms
                                          548 timing reifyNode:node_modules/table/node_modules/ajv Completed in 3233ms
                                          549 timing reifyNode:node_modules/eslint Completed in 3271ms
                                          550 timing reify:unpack Completed in 3283ms
                                          551 timing reify:unretire Completed in 1ms
                                          552 timing build:queue Completed in 13ms
                                          553 timing build:link:node_modules/acorn Completed in 6ms
                                          554 timing build:link:node_modules/eslint Completed in 4ms
                                          555 timing build:link:node_modules/esprima Completed in 4ms
                                          556 timing build:link:node_modules/js-yaml Completed in 3ms
                                          557 timing build:link:node_modules/multicast-dns Completed in 4ms
                                          558 timing build:link:node_modules/nopy Completed in 4ms
                                          559 timing build:link:node_modules/rimraf Completed in 3ms
                                          560 timing build:link:node_modules/tree-kill Completed in 3ms
                                          561 timing build:link Completed in 7ms
                                          562 info run iobroker.esphome@0.2.4 install node_modules/iobroker.esphome npip install
                                          563 info run iobroker.esphome@0.2.4 install { code: 126, signal: null }
                                          564 timing reify:rollback:createSparse Completed in 585ms
                                          565 timing reify:rollback:retireShallow Completed in 1ms
                                          566 timing command:install Completed in 13000ms
                                          567 verbose stack Error: command failed
                                          567 verbose stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:63:27)
                                          567 verbose stack     at ChildProcess.emit (node:events:513:28)
                                          567 verbose stack     at maybeClose (node:internal/child_process:1093:16)
                                          567 verbose stack     at Socket.<anonymous> (node:internal/child_process:451:11)
                                          567 verbose stack     at Socket.emit (node:events:513:28)
                                          567 verbose stack     at Pipe.<anonymous> (node:net:757:14)
                                          568 verbose pkgid iobroker.esphome@0.2.4
                                          569 verbose cwd /opt/iobroker
                                          570 verbose Linux 5.15.61-v7l+
                                          571 verbose node v16.17.0
                                          572 verbose npm  v8.15.0
                                          573 error code 126
                                          574 error path /opt/iobroker/node_modules/iobroker.esphome
                                          575 error command failed
                                          576 error command sh /tmp/install-463c676a.sh
                                          577 error /tmp/install-463c676a.sh: 1: npip: Permission denied
                                          578 verbose exit 126
                                          579 timing npm Completed in 13292ms
                                          580 verbose unfinished npm timer reify 1663164767302
                                          581 verbose unfinished npm timer reify:build 1663164779656
                                          582 verbose unfinished npm timer build 1663164779658
                                          583 verbose unfinished npm timer build:deps 1663164779659
                                          584 verbose unfinished npm timer build:run:install 1663164779680
                                          585 verbose unfinished npm timer build:run:install:node_modules/iobroker.esphome 1663164779681
                                          586 verbose code 126
                                          587 error A complete log of this run can be found in:
                                          587 error     /home/iobroker/.npm/_logs/2022-09-14T14_12_47_016Z-debug-0.log
                                          
                                          Thomas Braun 2 Replies Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @sticks last edited by

                                            @sticks

                                            Die Meckerei zu nodejs -v kann man (vermutlich) damit umschiffen:

                                            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 && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                            
                                            S 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            893
                                            Online

                                            31.6k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

                                            nodejs
                                            91
                                            844
                                            172352
                                            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