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.
    • Thomas Braun
      Thomas Braun Most Active @Ja.rod last edited by

      @ja-rod

      cd /opt/iobroker
      npm ls serialport
      

      sagt?

      J 1 Reply Last reply Reply Quote 0
      • J
        Ja.rod @Thomas Braun last edited by

        @thomas-braun

        iobroker.inst@2.0.3 /opt/iobroker
        ├─┬ iobroker.discovery@3.0.3
        │ └── serialport@10.4.0
        └─┬ iobroker.zigbee@1.7.5
          └─┬ zigbee-herdsman@0.14.34
            └── serialport@9.2.8
        
        
        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @Ja.rod last edited by

          @ja-rod
          Sollte eigentlich passen.
          Wie schaut ein Neustart des zigbee-Adapters im LogFile aus?

          J 1 Reply Last reply Reply Quote 0
          • J
            Ja.rod @Thomas Braun last edited by

            @thomas-braun
            es kommt jetzt folgendes, habe ich vorher übersehen

            • Rebuild for adapter system.adapter.zigbee.0 not successful in 3 tries. Adapter will not be restarted again. Please execute "npm install --production" in adapter directory manually.

            • instance system.adapter.zigbee.0 terminated with code 1 (JS_CONTROLLER_STOPPED)

            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Ja.rod last edited by

              @ja-rod

              Dann mach lieber das.

              J 1 Reply Last reply Reply Quote 0
              • J
                Ja.rod @Thomas Braun last edited by

                @thomas-braun
                Werde ich machen. Kennst du zufällig wo ich das Verzeichnis des Adapters finde, bin da nicht so firm und auf der Konsole mache ich in der Regel "Copy&Paste"

                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Ja.rod last edited by

                  @ja-rod

                  cd /opt/iobroker/node_modules/iobroker.zigbee/
                  
                  J 1 Reply Last reply Reply Quote 0
                  • J
                    Ja.rod @Thomas Braun last edited by

                    @thomas-braun
                    Hat zwar funktioniert, aber das Problem nciht gelöst. Hier das "Feedback":

                    npm WARN config production Use `--omit=dev` instead.
                    npm WARN old lockfile
                    npm WARN old lockfile The npm-shrinkwrap.json file was created with an old version of npm,
                    npm WARN old lockfile so supplemental metadata must be fetched from the registry.
                    npm WARN old lockfile
                    npm WARN old lockfile This is a one-time fix-up, please be patient...
                    npm WARN old lockfile
                    
                    up to date, audited 80 packages in 54s
                    
                    5 packages are looking for funding
                      run `npm fund` for details
                    
                    2 vulnerabilities (1 high, 1 critical)
                    
                    To address all issues, run:
                      npm audit fix
                    
                    Run `npm audit` for details.
                    npm notice
                    npm notice New minor version of npm available! 8.11.0 -> 8.13.2
                    npm notice Changelog: https://github.com/npm/cli/releases/tag/v8.13.2
                    npm notice Run npm install -g npm@8.13.2 to update!
                    npm notice
                    
                    

                    Einen weiteren Rat?

                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Ja.rod last edited by Thomas Braun

                      @ja-rod

                      Wie alt ist denn deine Installation?
                      Soweit ich weiß wird npm-shrinkwrap.json schon ewig nicht mehr benutzt.

                      Und bitte immer komplette Ein- und Ausgabezeile posten.

                      J 1 Reply Last reply Reply Quote 0
                      • J
                        Ja.rod @Thomas Braun last edited by

                        @thomas-braun
                        Meine Installation ist schon älter, habe immer nur den Zigbee-Adapter upgedatet und einmal dir Firmware vom Zigbeestick.

                        Meinst du das mit kompletter Ein- und Ausgabezeile:

                        iobroker@iobroker:~/node_modules/zigbee-herdsman$ npm install --production
                        npm WARN config production Use `--omit=dev` instead.
                        npm WARN old lockfile
                        npm WARN old lockfile The npm-shrinkwrap.json file was created with an old version of npm,
                        npm WARN old lockfile so supplemental metadata must be fetched from the registry.
                        npm WARN old lockfile
                        npm WARN old lockfile This is a one-time fix-up, please be patient...
                        npm WARN old lockfile
                        
                        up to date, audited 80 packages in 54s
                        
                        5 packages are looking for funding
                          run `npm fund` for details
                        
                        2 vulnerabilities (1 high, 1 critical)
                        
                        To address all issues, run:
                          npm audit fix
                        
                        Run `npm audit` for details.
                        npm notice
                        npm notice New minor version of npm available! 8.11.0 -> 8.13.2
                        npm notice Changelog: https://github.com/npm/cli/releases/tag/v8.13.2
                        npm notice Run npm install -g npm@8.13.2 to update!
                        npm notice
                        
                        
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Ja.rod last edited by Thomas Braun

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

                          iobroker@iobroker:~/node_modules/zigbee-herdsman

                          Dürfte das falsche Verzeichnis sein.
                          ~ ist das Kürzel für das home-Verzeichnis, du stehst also in /home/iobroker/node_modules/zigbee-herdsman
                          Das ist komplett falsch.

                          Warum bist du nicht im Adapter-Verzeichnis
                          /opt/iobroker/node_modules/iobroker.zigbee/
                          Du hast doch oben genau danach gefragt?!?

                          J 1 Reply Last reply Reply Quote 0
                          • J
                            Ja.rod @Thomas Braun last edited by

                            @thomas-braun
                            Ich habe vorher parallel auch gesucht und war dann zufällig als du geantwortet hast in diesem Verzeichnis.. probiere es jetzt im hoffentlich richtigen Verzeichnis

                            J 1 Reply Last reply Reply Quote 0
                            • J
                              Ja.rod @Ja.rod last edited by

                              @thomas-braun
                              Jetzt kommt das:

                              iobroker@iobroker:/opt/iobroker/node_modules/iobroker.zigbee$ npm install --production
                              npm WARN config production Use `--omit=dev` instead.
                              npm ERR! code ERESOLVE
                              npm ERR! ERESOLVE unable to resolve dependency tree
                              npm ERR!
                              npm ERR! While resolving: iobroker.zigbee@1.7.5
                              npm ERR! Found: eslint@7.32.0
                              npm ERR! node_modules/eslint
                              npm ERR!   dev eslint@"^7.18.0" from the root project
                              npm ERR!
                              npm ERR! Could not resolve dependency:
                              npm ERR! peer eslint@"4.x" from lint-diff@1.2.1
                              npm ERR! node_modules/lint-diff
                              npm ERR!   dev lint-diff@"*" from the root project
                              npm ERR!
                              npm ERR! Fix the upstream dependency conflict, or retry
                              npm ERR! this command with --force, or --legacy-peer-deps
                              npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
                              npm ERR!
                              npm ERR! See /home/iobroker/.npm/eresolve-report.txt for a full report.
                              
                              npm ERR! A complete log of this run can be found in:
                              npm ERR!     /home/iobroker/.npm/_logs/2022-07-08T15_41_58_491Z-debug-0.log
                              
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Ja.rod last edited by

                                @ja-rod

                                Schmeiß den iobroker.zigbee mal raus und dann installierst du den nochmal neu.

                                J 1 Reply Last reply Reply Quote 0
                                • J
                                  Ja.rod @Thomas Braun last edited by

                                  @thomas-braun
                                  Du meinst unter Adapters im „Admin“ löschen? Muss ich nicht dann alle Geräte neu anlernen?

                                  Bin jetzt unterwegs, werde es später mal probieren. Danke schon mal.

                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @Ja.rod last edited by

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

                                    Du meinst unter Adapters im „Admin“ löschen?

                                    Ja.

                                    Muss ich nicht dann alle Geräte neu anlernen?

                                    Möglich.

                                    J 1 Reply Last reply Reply Quote 0
                                    • J
                                      Ja.rod @Thomas Braun last edited by

                                      @thomas-braun
                                      Auch löschen und Neuinstallation hat nichts gebracht, Zigbee-Adapter bleibt rot und "npm install --production" bringt wieder dieselben Fehler:

                                      iobroker@iobroker:/opt/iobroker/node_modules/iobroker.zigbee$ npm install --production
                                      npm WARN config production Use `--omit=dev` instead.
                                      npm ERR! code ERESOLVE
                                      npm ERR! ERESOLVE unable to resolve dependency tree
                                      npm ERR!
                                      npm ERR! While resolving: iobroker.zigbee@1.7.5
                                      npm ERR! Found: eslint@7.32.0
                                      npm ERR! node_modules/eslint
                                      npm ERR!   dev eslint@"^7.18.0" from the root project
                                      npm ERR!
                                      npm ERR! Could not resolve dependency:
                                      npm ERR! peer eslint@"4.x" from lint-diff@1.2.1
                                      npm ERR! node_modules/lint-diff
                                      npm ERR!   dev lint-diff@"*" from the root project
                                      npm ERR!
                                      npm ERR! Fix the upstream dependency conflict, or retry
                                      npm ERR! this command with --force, or --legacy-peer-deps
                                      npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
                                      npm ERR!
                                      npm ERR! See /home/iobroker/.npm/eresolve-report.txt for a full report.
                                      
                                      npm ERR! A complete log of this run can be found in:
                                      npm ERR!     /home/iobroker/.npm/_logs/2022-07-08T19_36_33_611Z-debug-0.log
                                      
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • Steff
                                        Steff last edited by

                                        @thomas-braun,

                                        bin gerade auch am prüfen bzgl. Upgrade auf Node 16. Zum Thema "sauberer npm tree" hast du ja in deinem HowTo das folgende Kommando angegeben:

                                        cd /opt/iobroker
                                        npm ls | grep -E 'github|ERR'
                                        

                                        Ich habe nun diesen Befehl ausgeführt und die folgende Ausgabe erhalten:

                                        steffen@Smarthome:/opt/iobroker$ npm ls | grep -E 'github.com|ERR'
                                        [sudo] Passwort für steffen:
                                        npm ERR! extraneous: @iobroker/adapter-core@1.0.1 /opt/iobroker/node_modules/@iobroker/adapter-core
                                        npm ERR! extraneous: @types/request@2.48.1 /opt/iobroker/node_modules/@types/request
                                        npm ERR! extraneous: fsevents /opt/iobroker/node_modules/fsevents
                                        npm ERR! error in /opt/iobroker/node_modules/fsevents: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/fsevents/package.json'
                                        npm ERR! extraneous: axios@0.18.0 /opt/iobroker/node_modules/axios
                                        npm ERR! extraneous: binrpc@3.2.2 /opt/iobroker/node_modules/binrpc
                                        npm ERR! extraneous: child_process@1.0.2 /opt/iobroker/node_modules/child_process
                                        npm ERR! extraneous: chokidar@1.7.0 /opt/iobroker/node_modules/chokidar
                                        npm ERR! extraneous: express-fileupload@0.4.0 /opt/iobroker/node_modules/express-fileupload
                                        npm ERR! extraneous: iobroker@1.1.2 /opt/iobroker/node_modules/iobroker
                                        npm ERR! extraneous: node-telegram-bot-api@0.30.0 /opt/iobroker/node_modules/node-telegram-bot-api
                                        npm ERR! extraneous: opencollective-postinstall@2.0.2 /opt/iobroker/node_modules/opencollective-postinstall
                                        npm ERR! extraneous: path@0.12.7 /opt/iobroker/node_modules/path
                                        npm ERR! extraneous: picocolors@1.0.0 /opt/iobroker/node_modules/picocolors
                                        npm ERR! extraneous: setimmediate@1.0.5 /opt/iobroker/node_modules/setimmediate
                                        npm ERR! extraneous: soef@0.4.15 /opt/iobroker/node_modules/soef
                                        npm ERR! extraneous: suncalc@1.8.0 /opt/iobroker/node_modules/suncalc
                                        npm ERR! extraneous: systeminformation@4.1.4 /opt/iobroker/node_modules/systeminformation
                                        npm ERR! extraneous: typescript@3.5.1 /opt/iobroker/node_modules/typescript
                                        npm ERR! extraneous: virtual-tsc@0.4.6 /opt/iobroker/node_modules/virtual-tsc
                                        npm ERR! extraneous: vm2@3.8.1 /opt/iobroker/node_modules/vm2
                                        npm ERR! peer dep missing: buffer@>=6.0.3, required by crc@4.1.0
                                        npm ERR! peer dep missing: buffer@>=6.0.3, required by crc@4.1.1
                                        steffen@Smarthome:/opt/iobroker$
                                        

                                        Das ich die Fehlermeldungen mit extraneous "übergehen" soll ist mir klar. Sieht das soweit gut aus? Was ist mit dem Error in Zeile 6 (no such file or directory)? Bei den beiden peer dep missing (Zeile 24 und 25) bin ich mir auch unsicher.

                                        Gruß Steffen

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

                                          @steff

                                          fsevents:

                                          echad@chet:/opt/iobroker $ ls -la /opt/iobroker/node_modules/fs
                                          fs-constants/           fs-extra/               fs-minipass/            fs.realpath/            fs-write-stream-atomic/
                                          

                                          Hab ich nicht im System. Ich vermute das kann weg. Lösche die
                                          /opt/iobroker/node_modules/fsevents/package.json

                                          buffer:

                                          echad@chet:/opt/iobroker $ npm ls buffer
                                          iobroker.inst@3.0.0 /opt/iobroker
                                          └─┬ iobroker.backitup@2.4.10
                                            └─┬ tar-fs@2.1.1
                                              └─┬ tar-stream@2.2.0
                                                └─┬ bl@4.1.0
                                                  └── buffer@5.7.1
                                          

                                          Keine Ahnung wo es da bei dir klemmt. 'peer deps' sind aber soweit ich weiß für die Adapterentwicklung wichtig, nicht für produktiv Systeme.

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

                                            @thomas-braun,

                                            hmm, im Verzeichnis

                                            /opt/iobroker/node_modules/fsevents/
                                            

                                            gibt es keine package.json Datei, da ist nur ein leeres node_modules Verzeichnis drin.

                                            Gruß Steffen

                                            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

                                            904
                                            Online

                                            31.6k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

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