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

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    Diskussion zum HowTo nodejs-Installation und upgrade

    This topic has been deleted. Only users with topic management privileges can see it.
    • JB_Sullivan
      JB_Sullivan @Thomas Braun last edited by

      @thomas-braun du bist doch "the Master of Linux Update" und hast die Tolle Anleitung für ein npm Update geschrieben.

      Ich bin ja eigentlich in der Windows Welt unterwegs. Trotzdem habe ich es irgendwann mal geschaft eine ioB Installation unter Proxmox / Debian aufzusetzen. Diese Installation nutze ich eigentlich nur, wenn ich Adapter Updates teste, die potentiell viel Blödsinn anrichten können - also mit anderen Worten, äußert selten.

      Heute war wieder so ein Tag und ich habe festgestellt, das ich nich auf npm 14.x bin. Nun wollte ich gemäß deiner Anleitung das System auf npm 16.x ziehen.

      Wie du ja immer schreibst, "Finger weg vom root". Also wollte ich mit meinem vergebenen User erstmal ein iob fix durchführen. Hier hatte ich schon das 1. Problem, das mein Standard User keine Schreibrechte hat. Auch beim Versuch ein npm Update gemäß deiner Anleitung zu machen waren wieder die fehlenden Schreibrechte vom Standard User das Problem.

      Kannst du mir einen Hinweis geben, wie ich dem Standarduser schreibrechte geben kann? Eigentlich sollte das doch der ioB Fixer machen - oder nicht? Vielen Dank für deine Unterstützung.

      Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @JB_Sullivan last edited by

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

        Eigentlich sollte das doch der ioB Fixer machen - oder nicht?

        Nein, der iobroker fixer packt die Rechte von Standardusern (vom User 'iobroker' abgesehen) natürlich nicht an.
        Für Proxmox gibt es aber eine gute Anleitung in der iobroker Dokumentation. Da steht drin wie man da einen User mit den richtigen Rechten und Gruppenzugehörigkeiten ausstattet.

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

          @thomas-braun
          Hm iwas passt da nicht, konnte erst heute weitermachen

          pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
          npm ERR! code ENOTEMPTY
          npm ERR! syscall rename
          npm ERR! path /opt/iobroker/node_modules/agent-base
          npm ERR! dest /opt/iobroker/node_modules/.agent-base-ZzrsLltQ
          npm ERR! errno -39
          npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/agent-base' -> '/opt/iobroker/node_modules/.agent-base-ZzrsLltQ'
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/iobroker/.npm/_logs/2022-12-25T08_22_02_504Z-debug-0.log
          
          

          Soll ich die log posten?
          Das sind 4000 Zeilen 😄

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

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

            Hm iwas passt da nicht, konnte erst heute weitermachen

            Einmal das in die Konsole

            Nicht abtippen .. sondern kopieren !!

            for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
            

            danach dein

            sudo -H -u iobroker npm install iobroker.js-controller
            
            U 1 Reply Last reply Reply Quote 0
            • Homoran
              Homoran Global Moderator Administrators @JB_Sullivan last edited by

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

              und hast die Tolle Anleitung für ein npm Update geschrieben.

              never!
              npm wird nicht einzeln mit der Hand angefasst.

              1 Reply Last reply Reply Quote 0
              • U
                UncleB @Glasfaser last edited by Homoran

                @glasfaser said in [Diskussion zum HowTo nodejs-Installation und upgrade](/post/916062

                > sudo -H -u iobroker npm install iobroker.js-controller
                
                pi@raspberrypi:/opt/iobroker $ for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
                pi@raspberrypi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
                npm WARN deprecated dgram@1.0.1: npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies.
                npm WARN deprecated har-validator@5.1.5: this library is no longer supported
                npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
                npm WARN deprecated node-inspect@2.0.0: This module is part of Node.js core and does not need to be installed separately. It is now unmaintained.
                npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
                npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
                npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                npm ERR! code 22
                npm ERR! path /opt/iobroker/node_modules/iobroker.js-controller
                npm ERR! command failed
                npm ERR! command sh -c -- node iobroker.js setup first
                npm ERR! No connection to databases possible ...
                npm ERR!  Cannot load "custom": Connection is closed.
                npm ERR!  Cannot initialize database scripts: Cannot load "custom" into objects database: Connection is closed.
                
                npm ERR! A complete log of this run can be found in:
                npm ERR!     /home/iobroker/.npm/_logs/2022-12-25T09_41_59_839Z-debug-0.log
                

                MOD-EDIT: Codeincode-tagsgesetzt!

                mikeal created this issue in request/request

                open Request’s Past, Present and Future #3142

                Qix- created this issue in visionmedia/debug

                closed ReDos Vulnerability Regression Visibility Notice #797

                mikeal created this issue in request/request

                open Request’s Past, Present and Future #3142

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

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

                  Warum packst du die Ausgabe nicht in Code-Tags </> , das kann man so nicht lesen.

                  No connection to databases possible ...

                  und zeige mal :

                  du -sh  /opt/iobroker/iobroker-data/objects.jsonl
                  
                  U 1 Reply Last reply Reply Quote 0
                  • U
                    UncleB @Glasfaser last edited by

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

                    du -sh /opt/iobroker/iobroker-data/objects.jsonl

                    Sorry, nun in den Code Tags

                    pi@raspberrypi:/opt/iobroker $ du -sh  /opt/iobroker/iobroker-data/objects.jsonl
                    5,1M    /opt/iobroker/iobroker-data/objects.jsonl
                    
                    
                    1 Reply Last reply Reply Quote 0
                    • U
                      UncleB last edited by

                      Keiner mehr ne Idee??
                      Ich hätte das Update einfach sein lassn sollen..

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

                        @uncleb

                        Mach einen eigenen Thread mit dem Problem auf, das hat ja mit dem HowTo zur nodeJS-Installation nichts zu tun.
                        Da dann die Ausgabe von

                        iobroker diag
                        

                        rein. Ggf. zuvor den

                        iobroker fix
                        

                        ausführen.

                        1 Reply Last reply Reply Quote 0
                        • Thomas Schulze
                          Thomas Schulze last edited by

                          Hallo,
                          ich möchte auf Node 16 inklusive npm 8 updaten.

                          npm -v && node -v && nodejs -v
                          6.14.17
                          v14.21.1
                          v14.21.1
                          
                          

                          Beim check des npm tree erhalte ich folgende Ausgabe.

                          Sollte/muss ich den milight Adapter vorher deinstallieren?

                          npm ls | grep -E 'github|ERR'
                          │ │ │ ├── github-from-package@0.0.0
                          │ ├─┬ node-milight-promise@0.3.2 (github:Steiger04/node-milight-promise#f1089feac9b7990727adf2016891029436729d33)
                          npm ERR! peer dep missing: tough-cookie@^4.0.0, required by http-cookie-agent@4.0.2
                          iobroker@nuc-server:/opt/iobroker$
                          

                          sind die ganzen deduped (deduplicated) Einträge hier OK und können ignoriert werden oder muss hier noch etwas bereinigt werden?

                          npm ls
                          iobroker.inst@2.0.3 /opt/iobroker
                          ├── colors@1.4.0
                          ├─┬ fs-extra@7.0.1
                          │ ├── graceful-fs@4.2.4
                          │ ├─┬ jsonfile@4.0.0
                          │ │ └── graceful-fs@4.2.4 deduped
                          │ └── universalify@0.1.2
                          ├─┬ iobroker@2.0.3
                          │ ├── colors@1.4.0 deduped
                          │ ├── fs-extra@7.0.1 deduped
                          │ ├── semver@5.7.1 deduped
                          │ └── yargs@7.1.1 deduped
                          ├─┬ iobroker.admin@6.3.5
                          │ ├─┬ @iobroker/adapter-core@2.6.7
                          │ │ └─┬ @types/iobroker@4.0.5
                          │ │   └── @types/node@14.0.14 deduped
                          │ ├─┬ @iobroker/socket-classes@1.0.2
                          │ │ ├── @iobroker/adapter-core@2.6.7 deduped
                          │ │ ├── axios@0.27.2 deduped
                          │ │ ├── cookie-parser@1.4.6 deduped
                          │ │ └── passport@0.6.0 deduped
                          │ ├─┬ @iobroker/ws-server@2.1.0
                          │ │ └── ws@8.7.0
                          │ ├─┬ axios@0.27.2
                          │ │ ├── follow-redirects@1.15.2
                          │ │ └─┬ form-data@4.0.0
                          │ │   ├── asynckit@0.4.0
                          │ │   ├── combined-stream@1.0.8 deduped
                          │ │   └── mime-types@2.1.27 deduped
                          │ ├─┬ body-parser@1.20.1
                          │ │ ├── bytes@3.1.2
                          │ │ ├── content-type@1.0.4
                          │ │ ├── debug@2.6.9 deduped
                          │ │ ├── depd@2.0.0
                          │ │ ├── destroy@1.2.0
                          │ │ ├─┬ http-errors@2.0.0
                          │ │ │ ├── depd@2.0.0 deduped
                          │ │ │ ├── inherits@2.0.4
                          │ │ │ ├── setprototypeof@1.2.0 deduped
                          │ │ │ ├── statuses@2.0.1 deduped
                          │ │ │ └── toidentifier@1.0.1
                          │ │ ├─┬ iconv-lite@0.4.24
                          │ │ │ └── safer-buffer@2.1.2
                          │ │ ├─┬ on-finished@2.4.1
                          │ │ │ └── ee-first@1.1.1
                          │ │ ├─┬ qs@6.11.0
                          │ │ │ └── side-channel@1.0.4 deduped
                          │ │ ├─┬ raw-body@2.5.1
                          │ │ │ ├── bytes@3.1.2 deduped
                          │ │ │ ├── http-errors@2.0.0 deduped
                          │ │ │ ├── iconv-lite@0.4.24 deduped
                          │ │ │ └── unpipe@1.0.0 deduped
                          │ │ ├─┬ type-is@1.6.18
                          │ │ │ ├── media-typer@0.3.0
                          │ │ │ └── mime-types@2.1.27 deduped
                          │ │ └── unpipe@1.0.0
                          │ ├─┬ compression@1.7.4
                          │ │ ├─┬ accepts@1.3.7
                          │ │ │ ├── mime-types@2.1.27 deduped
                          │ │ │ └── negotiator@0.6.2
                          │ │ ├── bytes@3.0.0
                          │ │ ├─┬ compressible@2.0.18
                          │ │ │ └── mime-db@1.44.0
                          │ │ ├─┬ debug@2.6.9
                          │ │ │ └── ms@2.0.0
                          │ │ ├── on-headers@1.0.2
                          │ │ ├── safe-buffer@5.1.2
                          │ │ └── vary@1.1.2
                          │ ├── connect-flash@0.1.1
                          │ ├─┬ cookie-parser@1.4.6
                          │ │ ├── cookie@0.4.1
                          │ │ └── cookie-signature@1.0.6
                          │ ├─┬ express@4.18.2
                          │ │ ├─┬ accepts@1.3.8
                          │ │ │ ├─┬ mime-types@2.1.35
                          │ │ │ │ └── mime-db@1.52.0
                          │ │ │ └── negotiator@0.6.3
                          │ │ ├── array-flatten@1.1.1
                          │ │ ├── body-parser@1.20.1 deduped
                          │ │ ├─┬ content-disposition@0.5.4
                          │ │ │ └── safe-buffer@5.2.1 deduped
                          │ │ ├── content-type@1.0.4 deduped
                          │ │ ├── cookie@0.5.0
                          │ │ ├── cookie-signature@1.0.6 deduped
                          │ │ ├── debug@2.6.9 deduped
                          │ │ ├── depd@2.0.0 deduped
                          │ │ ├── encodeurl@1.0.2
                          │ │ ├── escape-html@1.0.3
                          │ │ ├── etag@1.8.1
                          │ │ ├─┬ finalhandler@1.2.0
                          │ │ │ ├── debug@2.6.9 deduped
                          │ │ │ ├── encodeurl@1.0.2 deduped
                          │ │ │ ├── escape-html@1.0.3 deduped
                          │ │ │ ├── on-finished@2.4.1 deduped
                          │ │ │ ├── parseurl@1.3.3 deduped
                          │ │ │ ├── statuses@2.0.1 deduped
                          │ │ │ └── unpipe@1.0.0 deduped
                          │ │ ├── fresh@0.5.2
                          │ │ ├── http-errors@2.0.0 deduped
                          │ │ ├── merge-descriptors@1.0.1
                          │ │ ├── methods@1.1.2
                          │ │ ├── on-finished@2.4.1 deduped
                          │ │ ├── parseurl@1.3.3 deduped
                          │ │ ├── path-to-regexp@0.1.7
                          │ │ ├─┬ proxy-addr@2.0.7
                          │ │ │ ├── forwarded@0.2.0
                          │ │ │ └── ipaddr.js@1.9.1
                          │ │ ├── qs@6.11.0 deduped
                          │ │ ├── range-parser@1.2.1
                          │ │ ├── safe-buffer@5.2.1
                          │ │ ├─┬ send@0.18.0
                          │ │ │ ├── debug@2.6.9 deduped
                          │ │ │ ├── depd@2.0.0 deduped
                          │ │ │ ├── destroy@1.2.0 deduped
                          │ │ │ ├── encodeurl@1.0.2 deduped
                          │ │ │ ├── escape-html@1.0.3 deduped
                          │ │ │ ├── etag@1.8.1 deduped
                          │ │ │ ├── fresh@0.5.2 deduped
                          │ │ │ ├── http-errors@2.0.0 deduped
                          │ │ │ ├── mime@1.6.0
                          │ │ │ ├── ms@2.1.3
                          │ │ │ ├── on-finished@2.4.1 deduped
                          │ │ │ ├── range-parser@1.2.1 deduped
                          │ │ │ └── statuses@2.0.1 deduped
                          │ │ ├─┬ serve-static@1.15.0
                          │ │ │ ├── encodeurl@1.0.2 deduped
                          │ │ │ ├── escape-html@1.0.3 deduped
                          │ │ │ ├── parseurl@1.3.3 deduped
                          │ │ │ └── send@0.18.0 deduped
                          │ │ ├── setprototypeof@1.2.0
                          │ │ ├── statuses@2.0.1
                          │ │ ├── type-is@1.6.18 deduped
                          │ │ ├── utils-merge@1.0.1
                          │ │ └── vary@1.1.2 deduped
                          │ ├─┬ express-fileupload@1.4.0
                          │ │ └─┬ busboy@1.6.0
                          │ │   └── streamsearch@1.1.0
                          │ ├─┬ express-session@1.17.3
                          │ │ ├── cookie@0.4.2
                          │ │ ├── cookie-signature@1.0.6 deduped
                          │ │ ├── debug@2.6.9 deduped
                          │ │ ├── depd@2.0.0
                          │ │ ├── on-headers@1.0.2 deduped
                          │ │ ├── parseurl@1.3.3
                          │ │ ├── safe-buffer@5.2.1
                          │ │ └─┬ uid-safe@2.1.5
                          │ │   └── random-bytes@1.0.0
                          │ ├── mime@3.0.0
                          │ ├─┬ passport@0.6.0
                          │ │ ├── passport-strategy@1.0.0
                          │ │ ├── pause@0.0.1
                          │ │ └── utils-merge@1.0.1 deduped
                          │ ├─┬ passport-local@1.0.0
                          │ │ └── passport-strategy@1.0.0 deduped
                          │ ├─┬ semver@7.3.8
                          │ │ └─┬ lru-cache@6.0.0
                          │ │   └── yallist@4.0.0 deduped
                          │ └── ws@8.11.0
                          ├─┬ iobroker.alexa2@3.23.2
                          │ ├─┬ @iobroker/adapter-core@2.6.7
                          │ │ └─┬ @types/iobroker@4.0.5
                          │ │   └── @types/node@14.0.14 deduped
                          │ ├─┬ @sentry/integrations@7.27.0
                          │ │ ├── @sentry/types@7.27.0
                          │ │ ├─┬ @sentry/utils@7.27.0
                          │ │ │ ├── @sentry/types@7.27.0 deduped
                          │ │ │ └── tslib@1.13.0 deduped
                          │ │ ├─┬ localforage@1.8.1
                          │ │ │ └─┬ lie@3.1.1
                          │ │ │   └── immediate@3.0.6 deduped
                          │ │ └── tslib@1.13.0
                          │ ├─┬ @sentry/node@7.27.0
                          │ │ ├─┬ @sentry/core@7.27.0
                          │ │ │ ├── @sentry/types@7.27.0 deduped
                          │ │ │ ├── @sentry/utils@7.27.0 deduped
                          │ │ │ └── tslib@1.13.0 deduped
                          │ │ ├── @sentry/types@7.27.0 deduped
                          │ │ ├── @sentry/utils@7.27.0 deduped
                          │ │ ├── cookie@0.4.2
                          │ │ ├─┬ https-proxy-agent@5.0.0
                          │ │ │ ├── agent-base@6.0.2 deduped
                          │ │ │ └─┬ debug@4.3.1
                          │ │ │   └── ms@2.1.2
                          │ │ ├── lru_map@0.3.3
                          │ │ └── tslib@1.13.0 deduped
                          │ ├─┬ alexa-remote2@5.10.1
                          │ │ ├─┬ alexa-cookie2@4.1.3
                          │ │ │ ├── cookie@0.5.0
                          │ │ │ ├─┬ express@4.18.2
                          │ │ │ │ ├─┬ accepts@1.3.8
                          │ │ │ │ │ ├─┬ mime-types@2.1.35
                          │ │ │ │ │ │ └── mime-db@1.52.0
                          │ │ │ │ │ └── negotiator@0.6.3
                          │ │ │ │ ├── array-flatten@1.1.1 deduped
                          │ │ │ │ ├─┬ body-parser@1.20.1
                          │ │ │ │ │ ├── bytes@3.1.2
                          │ │ │ │ │ ├── content-type@1.0.4 deduped
                          │ │ │ │ │ ├── debug@2.6.9 deduped
                          │ │ │ │ │ ├── depd@2.0.0 deduped
                          │ │ │ │ │ ├── destroy@1.2.0
                          │ │ │ │ │ ├── http-errors@2.0.0 deduped
                          │ │ │ │ │ ├── iconv-lite@0.4.24 deduped
                          │ │ │ │ │ ├── on-finished@2.4.1 deduped
                          │ │ │ │ │ ├── qs@6.11.0 deduped
                          │ │ │ │ │ ├─┬ raw-body@2.5.1
                          │ │ │ │ │ │ ├── bytes@3.1.2 deduped
                          │ │ │ │ │ │ ├── http-errors@2.0.0 deduped
                          │ │ │ │ │ │ ├── iconv-lite@0.4.24 deduped
                          │ │ │ │ │ │ └── unpipe@1.0.0 deduped
                          │ │ │ │ │ ├── type-is@1.6.18 deduped
                          │ │ │ │ │ └── unpipe@1.0.0 deduped
                          │ │ │ │ ├─┬ content-disposition@0.5.4
                          │ │ │ │ │ └── safe-buffer@5.2.1 deduped
                          │ │ │ │ ├── content-type@1.0.4 deduped
                          │ │ │ │ ├── cookie@0.5.0 deduped
                          │ │ │ │ ├── cookie-signature@1.0.6 deduped
                          │ │ │ │ ├── debug@2.6.9 deduped
                          │ │ │ │ ├── depd@2.0.0
                          │ │ │ │ ├── encodeurl@1.0.2 deduped
                          │ │ │ │ ├── escape-html@1.0.3 deduped
                          │ │ │ │ ├── etag@1.8.1 deduped
                          │ │ │ │ ├─┬ finalhandler@1.2.0
                          │ │ │ │ │ ├── debug@2.6.9 deduped
                          │ │ │ │ │ ├── encodeurl@1.0.2 deduped
                          │ │ │ │ │ ├── escape-html@1.0.3 deduped
                          │ │ │ │ │ ├── on-finished@2.4.1 deduped
                          │ │ │ │ │ ├── parseurl@1.3.3 deduped
                          │ │ │ │ │ ├── statuses@2.0.1 deduped
                          │ │ │ │ │ └── unpipe@1.0.0 deduped
                          │ │ │ │ ├── fresh@0.5.2 deduped
                          │ │ │ │ ├─┬ http-errors@2.0.0
                          │ │ │ │ │ ├── depd@2.0.0 deduped
                          │ │ │ │ │ ├── inherits@2.0.4
                          │ │ │ │ │ ├── setprototypeof@1.2.0 deduped
                          │ │ │ │ │ ├── statuses@2.0.1 deduped
                          │ │ │ │ │ └── toidentifier@1.0.1
                          │ │ │ │ ├── merge-descriptors@1.0.1 deduped
                          │ │ │ │ ├── methods@1.1.2 deduped
                          │ │ │ │ ├─┬ on-finished@2.4.1
                          │ │ │ │ │ └── ee-first@1.1.1 deduped
                          │ │ │ │ ├── parseurl@1.3.3 deduped
                          │ │ │ │ ├── path-to-regexp@0.1.7 deduped
                          │ │ │ │ ├─┬ proxy-addr@2.0.7
                          │ │ │ │ │ ├── forwarded@0.2.0
                          │ │ │ │ │ └── ipaddr.js@1.9.1 deduped
                          │ │ │ │ ├─┬ qs@6.11.0
                          │ │ │ │ │ └── side-channel@1.0.4 deduped
                          │ │ │ │ ├── range-parser@1.2.1 deduped
                          │ │ │ │ ├── safe-buffer@5.2.1
                          │ │ │ │ ├─┬ send@0.18.0
                          │ │ │ │ │ ├── debug@2.6.9 deduped
                          │ │ │ │ │ ├── depd@2.0.0 deduped
                          │ │ │ │ │ ├── destroy@1.2.0 deduped
                          │ │ │ │ │ ├── encodeurl@1.0.2 deduped
                          │ │ │ │ │ ├── escape-html@1.0.3 deduped
                          │ │ │ │ │ ├── etag@1.8.1 deduped
                          │ │ │ │ │ ├── fresh@0.5.2 deduped
                          │ │ │ │ │ ├── http-errors@2.0.0 deduped
                          │ │ │ │ │ ├── mime@1.6.0 deduped
                          │ │ │ │ │ ├── ms@2.1.3
                          │ │ │ │ │ ├── on-finished@2.4.1 deduped
                          │ │ │ │ │ ├── range-parser@1.2.1 deduped
                          │ │ │ │ │ └── statuses@2.0.1 deduped
                          │ │ │ │ ├─┬ serve-static@1.15.0
                          │ │ │ │ │ ├── encodeurl@1.0.2 deduped
                          │ │ │ │ │ ├── escape-html@1.0.3 deduped
                          │ │ │ │ │ ├── parseurl@1.3.3 deduped
                          │ │ │ │ │ └── send@0.18.0 deduped
                          │ │ │ │ ├── setprototypeof@1.2.0
                          │ │ │ │ ├── statuses@2.0.1
                          │ │ │ │ ├── type-is@1.6.18 deduped
                          │ │ │ │ ├── utils-merge@1.0.1 deduped
                          │ │ │ │ └── vary@1.1.2 deduped
                          │ │ │ ├─┬ http-proxy-middleware@2.0.6
                          │ │ │ │ ├─┬ @types/http-proxy@1.17.9
                          │ │ │ │ │ └── @types/node@14.0.14 deduped
                          │ │ │ │ ├─┬ http-proxy@1.18.1
                          │ │ │ │ │ ├── eventemitter3@4.0.7
                          │ │ │ │ │ ├── follow-redirects@1.5.10 deduped
                          │ │ │ │ │ └── requires-port@1.0.0 deduped
                          │ │ │ │ ├── is-glob@4.0.1 deduped
                          │ │ │ │ ├── is-plain-obj@3.0.0
                          │ │ │ │ └─┬ micromatch@4.0.5
                          │ │ │ │   ├── braces@3.0.2 deduped
                          │ │ │ │   └── picomatch@2.3.1
                          │ │ │ ├─┬ http-proxy-response-rewrite@0.0.1
                          │ │ │ │ ├── bufferhelper@0.2.1
                          │ │ │ │ └─┬ concat-stream@1.6.2
                          │ │ │ │   ├── buffer-from@1.1.1 deduped
                          │ │ │ │   ├── inherits@2.0.3 deduped
                          │ │ │ │   ├── readable-stream@2.3.7 deduped
                          │ │ │ │   └── typedarray@0.0.6 deduped
                          │ │ │ ├── https@1.0.0 deduped
                          │ │ │ └── querystring@0.2.1
                          │ │ ├── extend@3.0.2
                          │ │ ├── https@1.0.0 deduped
                          │ │ ├── querystring@0.2.1
                          │ │ ├── uuid@9.0.0
                          │ │ └── ws@8.11.0
                          │ ├── https@1.0.0
                          │ ├── nearest-color@0.4.4
                          │ ├─┬ rrule@2.7.1
                          │ │ └── tslib@2.4.1
                          │ └─┬ source-map-support@0.5.21
                          │   ├── buffer-from@1.1.1
                          │   └── source-map@0.6.1
                          ├─┬ iobroker.backitup@2.5.9
                          │ ├─┬ @googleapis/drive@4.0.1
                          │ │ └─┬ googleapis-common@6.0.4
                          │ │   ├── extend@3.0.2 deduped
                          │ │   ├── gaxios@5.0.2 deduped
                          │ │   ├── google-auth-library@8.7.0 deduped
                          │ │   ├── qs@6.7.0 deduped
                          │ │   ├── url-template@2.0.8
                          │ │   └── uuid@9.0.0
                          │ ├─┬ @iobroker/adapter-core@2.6.7
                          │ │ └─┬ @types/iobroker@4.0.5
                          │ │   └── @types/node@14.0.14 deduped
                          │ ├─┬ axios@1.1.3
                          │ │ ├── follow-redirects@1.15.2
                          │ │ ├─┬ form-data@4.0.0
                          │ │ │ ├── asynckit@0.4.0 deduped
                          │ │ │ ├── combined-stream@1.0.8 deduped
                          │ │ │ └── mime-types@2.1.27 deduped
                          │ │ └── proxy-from-env@1.1.0
                          │ ├─┬ dropbox-v2-api@2.5.9
                          │ │ ├── compress-json@2.1.2
                          │ │ └── request@2.88.2 deduped
                          │ ├─┬ express@4.18.2
                          │ │ ├─┬ accepts@1.3.8
                          │ │ │ ├─┬ mime-types@2.1.35
                          │ │ │ │ └── mime-db@1.52.0
                          │ │ │ └── negotiator@0.6.3
                          │ │ ├── array-flatten@1.1.1 deduped
                          │ │ ├─┬ body-parser@1.20.1
                          │ │ │ ├── bytes@3.1.2
                          │ │ │ ├── content-type@1.0.4 deduped
                          │ │ │ ├── debug@2.6.9 deduped
                          │ │ │ ├── depd@2.0.0 deduped
                          │ │ │ ├── destroy@1.2.0
                          │ │ │ ├── http-errors@2.0.0 deduped
                          │ │ │ ├── iconv-lite@0.4.24 deduped
                          │ │ │ ├── on-finished@2.4.1 deduped
                          │ │ │ ├── qs@6.11.0 deduped
                          │ │ │ ├─┬ raw-body@2.5.1
                          │ │ │ │ ├── bytes@3.1.2 deduped
                          │ │ │ │ ├── http-errors@2.0.0 deduped
                          │ │ │ │ ├── iconv-lite@0.4.24 deduped
                          │ │ │ │ └── unpipe@1.0.0 deduped
                          │ │ │ ├── type-is@1.6.18 deduped
                          │ │ │ └── unpipe@1.0.0 deduped
                          │ │ ├─┬ content-disposition@0.5.4
                          │ │ │ └── safe-buffer@5.2.1 deduped
                          │ │ ├── content-type@1.0.4 deduped
                          │ │ ├── cookie@0.5.0
                          │ │ ├── cookie-signature@1.0.6 deduped
                          │ │ ├── debug@2.6.9 deduped
                          │ │ ├── depd@2.0.0
                          │ │ ├── encodeurl@1.0.2 deduped
                          │ │ ├── escape-html@1.0.3 deduped
                          │ │ ├── etag@1.8.1 deduped
                          │ │ ├─┬ finalhandler@1.2.0
                          │ │ │ ├── debug@2.6.9 deduped
                          │ │ │ ├── encodeurl@1.0.2 deduped
                          │ │ │ ├── escape-html@1.0.3 deduped
                          │ │ │ ├── on-finished@2.4.1 deduped
                          │ │ │ ├── parseurl@1.3.3 deduped
                          │ │ │ ├── statuses@2.0.1 deduped
                          │ │ │ └── unpipe@1.0.0 deduped
                          │ │ ├── fresh@0.5.2 deduped
                          │ │ ├─┬ http-errors@2.0.0
                          │ │ │ ├── depd@2.0.0 deduped
                          │ │ │ ├── inherits@2.0.4
                          │ │ │ ├── setprototypeof@1.2.0 deduped
                          │ │ │ ├── statuses@2.0.1 deduped
                          │ │ │ └── toidentifier@1.0.1
                          │ │ ├── merge-descriptors@1.0.1 deduped
                          │ │ ├── methods@1.1.2 deduped
                          │ │ ├─┬ on-finished@2.4.1
                          │ │ │ └── ee-first@1.1.1 deduped
                          │ │ ├── parseurl@1.3.3 deduped
                          │ │ ├── path-to-regexp@0.1.7 deduped
                          │ │ ├─┬ proxy-addr@2.0.7
                          │ │ │ ├── forwarded@0.2.0
                          │ │ │ └── ipaddr.js@1.9.1 deduped
                          │ │ ├─┬ qs@6.11.0
                          │ │ │ └── side-channel@1.0.4 deduped
                          │ │ ├── range-parser@1.2.1 deduped
                          │ │ ├── safe-buffer@5.2.1
                          │ │ ├─┬ send@0.18.0
                          │ │ │ ├── debug@2.6.9 deduped
                          │ │ │ ├── depd@2.0.0 deduped
                          │ │ │ ├── destroy@1.2.0 deduped
                          │ │ │ ├── encodeurl@1.0.2 deduped
                          │ │ │ ├── escape-html@1.0.3 deduped
                          │ │ │ ├── etag@1.8.1 deduped
                          │ │ │ ├── fresh@0.5.2 deduped
                          │ │ │ ├── http-errors@2.0.0 deduped
                          │ │ │ ├── mime@1.6.0 deduped
                          │ │ │ ├── ms@2.1.3
                          │ │ │ ├── on-finished@2.4.1 deduped
                          │ │ │ ├── range-parser@1.2.1 deduped
                          │ │ │ └── statuses@2.0.1 deduped
                          .
                          .
                          .
                          .
                          .
                          .
                          .
                          
                            ├─┬ read-pkg-up@1.0.1
                            │ ├─┬ find-up@1.1.2
                            │ │ ├─┬ path-exists@2.1.0
                            │ │ │ └── pinkie-promise@2.0.1 deduped
                            │ │ └─┬ pinkie-promise@2.0.1
                            │ │   └── pinkie@2.0.4
                            │ └─┬ read-pkg@1.1.0
                            │   ├─┬ load-json-file@1.1.0
                            │   │ ├── graceful-fs@4.2.4 deduped
                            │   │ ├─┬ parse-json@2.2.0
                            │   │ │ └─┬ error-ex@1.3.2
                            │   │ │   └── is-arrayish@0.2.1
                            │   │ ├── pify@2.3.0
                            │   │ ├── pinkie-promise@2.0.1 deduped
                            │   │ └─┬ strip-bom@2.0.0
                            │   │   └── is-utf8@0.2.1
                            │   ├─┬ normalize-package-data@2.5.0
                            │   │ ├── hosted-git-info@2.8.8
                            │   │ ├─┬ resolve@1.17.0
                            │   │ │ └── path-parse@1.0.6
                            │   │ ├── semver@5.7.1 deduped
                            │   │ └─┬ validate-npm-package-license@3.0.4
                            │   │   ├─┬ spdx-correct@3.1.1
                            │   │   │ ├── spdx-expression-parse@3.0.1 deduped
                            │   │   │ └── spdx-license-ids@3.0.5
                            │   │   └─┬ spdx-expression-parse@3.0.1
                            │   │     ├── spdx-exceptions@2.3.0
                            │   │     └── spdx-license-ids@3.0.5 deduped
                            │   └─┬ path-type@1.1.0
                            │     ├── graceful-fs@4.2.4 deduped
                            │     ├── pify@2.3.0 deduped
                            │     └── pinkie-promise@2.0.1 deduped
                            ├── require-directory@2.1.1
                            ├── require-main-filename@1.0.1
                            ├── set-blocking@2.0.0
                            ├─┬ string-width@1.0.2
                            │ ├── code-point-at@1.1.0
                            │ ├─┬ is-fullwidth-code-point@1.0.0
                            │ │ └── number-is-nan@1.0.1
                            │ └── strip-ansi@3.0.1 deduped
                            ├── which-module@1.0.0
                            ├── y18n@3.2.1
                            └─┬ yargs-parser@5.0.0-security.0
                              ├── camelcase@3.0.0 deduped
                              └─┬ object.assign@4.1.0
                                ├─┬ define-properties@1.1.3
                                │ └── object-keys@1.1.1 deduped
                                ├── function-bind@1.1.1
                                ├── has-symbols@1.0.1
                                └── object-keys@1.1.1 deduped
                          
                          npm ERR! peer dep missing: tough-cookie@^4.0.0, required by http-cookie-agent@4.0.2
                          

                          Vielen Dank im Voraus!

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

                            @thomas-schulze

                            Sollte so funktionieren.

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

                              Hallo,

                              ich habe seit längerem kein Update mehr gemacht und hatte das Problem, dass
                              gestern mein Iobroker nicht mehr gestartet hatte.

                              Nach der Eingabe von "Iobroker fix" kann starter er nun wieder.

                              Allerdings kann ich keine Updates/Upgrade machen und habe gesehen, dass einige meiner Pfade nicht stimmen /local

                              pi@raspberrypi:/opt/iobroker $ type -P nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs
                              /usr/bin/nodejs
                              /usr/local/bin/node
                              /usr/local/bin/npm
                              v10.24.0
                              v14.18.0
                              6.14.15
                              nodejs:
                                Installiert:           10.24.0~dfsg-1~deb10u1
                                Installationskandidat: 10.24.0~dfsg-1~deb10u2
                                Versionstabelle:
                                   10.24.0~dfsg-1~deb10u2 500
                                      500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                               *** 10.24.0~dfsg-1~deb10u1 100
                                      100 /var/lib/dpkg/status
                                   6.14.4-1nodesource1 500
                                      500 https://deb.nodesource.com/node_6.x buster/main armhf Packages
                              

                              Wenn ich versuche die Adapter zu Updaten kommt keine Fehlermeldung, aber es bleibt immer die alte Version.

                              Das brachte auch keinen Erfolg:

                              sudo iobroker stop
                              sudo iobroker update
                              sudo iobroker upgrade self
                              sudo iobroker upgrade
                              sudo iobroker start
                              

                              auch das nicht:

                              sudo apt-get update
                              sudo apt-get upgrade
                              

                              Letztendich hatte ich versucht, die Dinge aus der Anleitung dieses Themas einzugeben,
                              aber schließlich startete gar nichts mehr und ich musste das alte Image auf die SD Karte kopieren.

                              Die oberste Anzeige des Befehls ist von meiner aktuell zurückgespielten SD Karte, ohne dass ich irgendwelche Update/Upgrade Befehle eingegeben habe.

                              Meine Installation ist auch in der Vergangenheit schon 2x abgestürzt, weshalb sie wohl verbogen ist.
                              Da ich aber einige Skripte und History Daten und die Visualisierung drauf habe, möchte ich sie gerne wieder gerade biegen.
                              Leider weiß ich aber nicht wie und bitte um Hilfe.

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

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

                                Meine Installation ist auch in der Vergangenheit schon 2x abgestürzt, weshalb sie wohl verbogen ist.

                                Andersherum wird ein Schuh draus.

                                Das ganze ist aber hinten und vorne schief aufgesetzt bei dir.

                                Setz es als 'Bullseye' / Debian 11 neu auf.

                                Und wie oft muss man das eigentlich noch lesen?

                                iobroker NIE, NIE, NIE, NIEMALS per sudo anpacken. NIE!

                                Und wo hattest du konkret Probleme mit der Anleitung?

                                https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

                                steht eigentlich alles drin.

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

                                  @thomas-braun
                                  Danke für die schnelle Antwort:

                                  Ich konnte auch den Js-Controller nicht updaten und da stand in der Anweisung
                                  erst alles ohne sudo drin und weiter unter bei manuell Installiert mit sudo.
                                  Da es oben nicht funktioniert hatte, habe ich es irgendwann auch so probiert.

                                  Bei mir kommt das:

                                  pi@raspberrypi:/opt/iobroker $ npm ls | grep -E 'github|ERR'
                                  │   │   ├── github-from-package@0.0.0
                                  npm ERR! missing: homebridge-tapo@^1.4.17, required by iobroker.ham@5.3.0
                                  npm ERR! missing: homebridge-tp-link-tapo@^3.2.0, required by iobroker.ham@5.3.0
                                  
                                  

                                  Sie deutlich anders aus als bei Dir.

                                  Macht es bei mir Sinn die Anleitung so Schritt für Schritt ab Teil 1 durchzumachen,
                                  da ja die Pfade usw. nicht passen? Besteht da überhaupt eine Chance?

                                  Wenn ich alles neu aufsetze, kann ich dann ein Backup zurück lesen?
                                  Mir ist nicht klar, was alles bleibt bzw. weg ist, wenn ich neu aufsetze.

                                  Thomas Braun 2 Replies Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @haubada last edited by

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

                                    Macht es bei mir Sinn die Anleitung so Schritt für Schritt ab Teil 1 durchzumachen, da ja die Pfade usw. nicht passen?

                                    Kann man anpassen.

                                    Besteht da überhaupt eine Chance?

                                    Wenn man es sauber macht sollte das funktionieren.

                                    Wenn ich alles neu aufsetze, kann ich dann ein Backup zurück lesen?

                                    Wenn du eines hast, natürlich.

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

                                      @haubada

                                      Änder mal die nodesource.list auf 16 ab und lösch die Installation in den falschen Pfaden.
                                      Dann 'Buster' voll durchpatchen und von dort aus zum 'Bullseye'-Release wechseln.
                                      Den iobroker per Fix reparieren.

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

                                        @thomas-braun
                                        Hallo nochmal,

                                        ich habe mich für eine Neuinstallation von Bullseye entschieden.
                                        Nachdem ich das Backup zurück gespielt habe bekam ich auch einige Probleme.
                                        Z.B. lief VIS nicht mehr, history adapter ließ sich nicht installieren usw...
                                        --> In einem Forum habe ich gelesen, dass man vor dem Rückspielen des Backups evtl. erst die Adapter installieren sollte?

                                        Welchen Weg soll ich gehen um meine history daten, Javascripte, smartmeter, visualisierungen usw. zu sichern, damit ich sie auf dem neuen Bullseye wieder zum laufen bekomme?

                                        Gefunden habe ich:
                                        https://forum.iobroker.net/topic/27271/howto-iobroker-restore-unter-linux-durchführen

                                        Meine Fragen:

                                        • Bisher habe ich alles in Backupit gesichert, passt das so?
                                          (aktuell habe ich 3 Files:
                                          historyDB_2023_01_12-12_16_09_backupiobroker.tar.gz
                                          iobroker_2023_01_12-12_16_00_backupiobroker.tar.gz
                                          javascripts_2023_01_12-12_16_11_backupiobroker.tar.gz)

                                        • In der Anleitung steht nur viel über das Restore, aber was muss ich wie genau zum Sichern auswählen, damit nichts verloren geht?

                                        • Ich möchte nicht, dass meine krumme Version auch mit gesichert wird
                                          --> Werden hier nur Daten gesichert oder auch das System?!!?

                                        • Bei mir steht kein redis und auch kein file (wie in der Anleitung) sondern jsonl

                                        pi@raspberrypi:~ $ iobroker status
                                        iobroker is running on this host.
                                        
                                        
                                        Objects type: jsonl
                                        States  type: jsonl
                                        
                                        
                                        • Muss ich nach der Neuinstallation auch gleich noch updates machen oder irgendwas?
                                          Installiert habe ich mit:
                                          curl -sLf https://iobroker.net/install.sh | bash -
                                        Thomas Braun Asgothian 2 Replies Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @haubada last edited by

                                          @haubada

                                          1. Ja.
                                          2. Primär das iobroker-Backup. Das hat z. B. javascripts auch schon im Bauch.
                                          3. Backitup sichert nur die ioBroker-Daten, mit dem System selber hat das nix am Hut.
                                          4. Richtig, jsonl/jsonl ist die Standardeinstellung seit einiger Zeit.
                                          5. Updates sind immer zeitnah einzuspielen.
                                          H 1 Reply Last reply Reply Quote 0
                                          • Asgothian
                                            Asgothian Developer @haubada last edited by

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

                                            Muss ich nach der Neuinstallation auch gleich noch updates machen oder irgendwas?

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

                                            Updates sind immer zeitnah einzuspielen.

                                            Auf die Gefahr mich (mal wieder) unbeliebt zu machen:

                                            Auf einem Serversystem welches nicht von aussen zugänglich ist müssen nicht alle Updates zeitnah eingespielt werden - ansonsten ist man alle paar Tage dabei Updates auf das System zu spielen

                                            Wenn sowieso eine so grosse Aktion wie "Update auf neue NodeJS version gemacht wird macht es aber auf jeden Fall sinn das gesamte System auf den aktuellen Stand zu bringen - sprich damit auch die entsprechenden Updates einzuspielen.

                                            A.

                                            Thomas Braun 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

                                            480
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

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