Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [How-to] Node.js ioBroker richtig updaten-2021/22 Edition

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.3k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.4k

[How-to] Node.js ioBroker richtig updaten-2021/22 Edition

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
812 Beiträge 97 Kommentatoren 364.1k Aufrufe 83 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • T t1m0

    @thomas-braun sorry! Habe ich geändert

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #92

    @t1m0
    Was hast du gemacht?

    iobroker stop
    iobroker fix
    iobroker start
    

    iobroker wird NIE im Zusammenhang mit sudo verwendet.

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    T 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @t1m0
      Was hast du gemacht?

      iobroker stop
      iobroker fix
      iobroker start
      

      iobroker wird NIE im Zusammenhang mit sudo verwendet.

      T Offline
      T Offline
      t1m0
      schrieb am zuletzt editiert von t1m0
      #93

      @thomas-braun
      Habe ich nicht.... Bin genau nach der Anleitung vorgegangen. Er hat mich nach "sudo" gefragt

      pi@iobroker:~$ iobroker stop
      pi@iobroker:~$ iobroker fix
      library: loaded
      Library version=2021-08-05
      
      ==========================================================================
      
          Welcome to the ioBroker installation fixer!
          Script version: 2021-04-07
      
          You might need to enter your password a couple of times.
      
      ==========================================================================
      
      
      ==========================================================================
          Installing prerequisites (1/3)
      ==========================================================================
      
      [sudo] Passwort für pi:
      OK:1 http://deb.debian.org/debian buster InRelease
      OK:2 http://security.debian.org/debian-security buster/updates InRelease
      OK:3 http://deb.debian.org/debian buster-updates InRelease
      OK:4 https://deb.nodesource.com/node_12.x buster InRelease
      Paketlisten werden gelesen... Fertig
      Installed gcc-c++
      
      ==========================================================================
          Checking ioBroker user and directory permissions (2/3)
      ==========================================================================
      
      Created /etc/sudoers.d/iobroker
      Fixing directory permissions...
      
      ==========================================================================
          Checking autostart (3/3)
      ==========================================================================
      
      Enabling autostart...
      Autostart enabled!
      
      ==========================================================================
      
          Your installation was fixed successfully
          Run iobroker start to start ioBroker again!
      
      ==========================================================================
      
      pi@iobroker:~$ iobroker start
      pi@iobroker:~$
      
      
      HomoranH 1 Antwort Letzte Antwort
      0
      • T t1m0

        @thomas-braun
        Habe ich nicht.... Bin genau nach der Anleitung vorgegangen. Er hat mich nach "sudo" gefragt

        pi@iobroker:~$ iobroker stop
        pi@iobroker:~$ iobroker fix
        library: loaded
        Library version=2021-08-05
        
        ==========================================================================
        
            Welcome to the ioBroker installation fixer!
            Script version: 2021-04-07
        
            You might need to enter your password a couple of times.
        
        ==========================================================================
        
        
        ==========================================================================
            Installing prerequisites (1/3)
        ==========================================================================
        
        [sudo] Passwort für pi:
        OK:1 http://deb.debian.org/debian buster InRelease
        OK:2 http://security.debian.org/debian-security buster/updates InRelease
        OK:3 http://deb.debian.org/debian buster-updates InRelease
        OK:4 https://deb.nodesource.com/node_12.x buster InRelease
        Paketlisten werden gelesen... Fertig
        Installed gcc-c++
        
        ==========================================================================
            Checking ioBroker user and directory permissions (2/3)
        ==========================================================================
        
        Created /etc/sudoers.d/iobroker
        Fixing directory permissions...
        
        ==========================================================================
            Checking autostart (3/3)
        ==========================================================================
        
        Enabling autostart...
        Autostart enabled!
        
        ==========================================================================
        
            Your installation was fixed successfully
            Run iobroker start to start ioBroker again!
        
        ==========================================================================
        
        pi@iobroker:~$ iobroker start
        pi@iobroker:~$
        
        
        HomoranH Nicht stören
        HomoranH Nicht stören
        Homoran
        Global Moderator Administrators
        schrieb am zuletzt editiert von
        #94

        @t1m0 sagte in [How-to] Node.js für ioBroker richtig updaten - 2021 Edition:

        Er hat mich nach "sudo" gefragt

        Hat er?

        wie genau?

        kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

        T 1 Antwort Letzte Antwort
        0
        • HomoranH Homoran

          @t1m0 sagte in [How-to] Node.js für ioBroker richtig updaten - 2021 Edition:

          Er hat mich nach "sudo" gefragt

          Hat er?

          wie genau?

          T Offline
          T Offline
          t1m0
          schrieb am zuletzt editiert von
          #95

          @homoran
          Siehe Zeile 20. Hier wurde ich aufgefordert...

          HomoranH 1 Antwort Letzte Antwort
          0
          • T t1m0

            @homoran
            Siehe Zeile 20. Hier wurde ich aufgefordert...

            HomoranH Nicht stören
            HomoranH Nicht stören
            Homoran
            Global Moderator Administrators
            schrieb am zuletzt editiert von
            #96

            @t1m0 sagte in [How-to] Node.js für ioBroker richtig updaten - 2021 Edition:

            @homoran
            Siehe Zeile 20. Hier wurde ich aufgefordert...

            ja jetzt!
            Aber hast du vorher auch schon (mal) mit sudo gearbeitet?
            Dabei geht es um die Befehle die mit iobroker ... beginnen.

            Da darf nie sudo vorangesetzt werden.

            kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • HomoranH Homoran

              @t1m0 sagte in [How-to] Node.js für ioBroker richtig updaten - 2021 Edition:

              @homoran
              Siehe Zeile 20. Hier wurde ich aufgefordert...

              ja jetzt!
              Aber hast du vorher auch schon (mal) mit sudo gearbeitet?
              Dabei geht es um die Befehle die mit iobroker ... beginnen.

              Da darf nie sudo vorangesetzt werden.

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #97

              @homoran @t1m0
              Auf dem Screenshot war sudo mit iobroker kombiniert zu sehen.

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              T 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @homoran @t1m0
                Auf dem Screenshot war sudo mit iobroker kombiniert zu sehen.

                T Offline
                T Offline
                t1m0
                schrieb am zuletzt editiert von
                #98

                @thomas-braun okay.... Bin schon etwas länger dran :D Habe alles probiert.
                Jetzt aber nochmal wie ihr gesagt habt, komplett ohne sudo. Bekomme aber die gleiche Fehlermeldung

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • T t1m0

                  @thomas-braun okay.... Bin schon etwas länger dran :D Habe alles probiert.
                  Jetzt aber nochmal wie ihr gesagt habt, komplett ohne sudo. Bekomme aber die gleiche Fehlermeldung

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #99

                  @t1m0

                  which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
                  

                  liefert?
                  Und von welcher Node-Version bist du gekommen? node10?

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  T 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @t1m0

                    which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
                    

                    liefert?
                    Und von welcher Node-Version bist du gekommen? node10?

                    T Offline
                    T Offline
                    t1m0
                    schrieb am zuletzt editiert von
                    #100

                    @thomas-braun said in [How-to] Node.js für ioBroker richtig updaten - 2021 Edition:

                    which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs

                    von node 10.

                    root@iobroker:/opt/iobroker# iobroker start
                    root@iobroker:/opt/iobroker# which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
                    /usr/bin/node
                    /usr/local/bin/npm
                    root@iobroker:/opt/iobroker#
                    
                    
                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • T t1m0

                      @thomas-braun said in [How-to] Node.js für ioBroker richtig updaten - 2021 Edition:

                      which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs

                      von node 10.

                      root@iobroker:/opt/iobroker# iobroker start
                      root@iobroker:/opt/iobroker# which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
                      /usr/bin/node
                      /usr/local/bin/npm
                      root@iobroker:/opt/iobroker#
                      
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #101

                      @t1m0

                      Falsch installiert und wir melden uns nicht als root an.

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      T 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @t1m0

                        Falsch installiert und wir melden uns nicht als root an.

                        T Offline
                        T Offline
                        t1m0
                        schrieb am zuletzt editiert von
                        #102

                        @thomas-braun Wie habe ich das vollbracht?^^ Was mache ich nun? :/

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • T t1m0

                          @thomas-braun Wie habe ich das vollbracht?^^ Was mache ich nun? :/

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #103

                          @t1m0

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

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          T 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @t1m0

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

                            T Offline
                            T Offline
                            t1m0
                            schrieb am zuletzt editiert von t1m0
                            #104

                            @thomas-braun

                            so, nun scheint es zumindest richtig installiert.

                            pi@iobroker:/opt/iobroker$ which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy no
                            /usr/bin/nodejs
                            /usr/bin/node
                            /usr/local/bin/npm
                            v12.22.7
                            v12.22.7
                            6.4.1
                            
                            

                            Führe ich jedoch

                            iobroker rebuild zigbee
                            
                            

                            aus bekomme ich weiterhin eine Fehlermeldung und der Adapter läuft nicht

                            pi@iobroker:/opt/iobroker$ iobroker rebuild zigbee
                            npm rebuild --loglevel error (System call1) in "/opt/iobroker/node_modules/iobroker.zigbee"
                            npm ERR! cb.apply is not a function
                            
                            npm ERR! A complete log of this run can be found in:
                            npm ERR!     /home/iobroker/.npm/_logs/2021-10-25T11_24_36_845Z-debug.log
                            
                            Rebuild zigbee done
                            pi@iobroker:/opt/iobroker$
                            
                            
                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • T t1m0

                              @thomas-braun

                              so, nun scheint es zumindest richtig installiert.

                              pi@iobroker:/opt/iobroker$ which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy no
                              /usr/bin/nodejs
                              /usr/bin/node
                              /usr/local/bin/npm
                              v12.22.7
                              v12.22.7
                              6.4.1
                              
                              

                              Führe ich jedoch

                              iobroker rebuild zigbee
                              
                              

                              aus bekomme ich weiterhin eine Fehlermeldung und der Adapter läuft nicht

                              pi@iobroker:/opt/iobroker$ iobroker rebuild zigbee
                              npm rebuild --loglevel error (System call1) in "/opt/iobroker/node_modules/iobroker.zigbee"
                              npm ERR! cb.apply is not a function
                              
                              npm ERR! A complete log of this run can be found in:
                              npm ERR!     /home/iobroker/.npm/_logs/2021-10-25T11_24_36_845Z-debug.log
                              
                              Rebuild zigbee done
                              pi@iobroker:/opt/iobroker$
                              
                              
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #105

                              @t1m0 sagte in [How-to] Node.js für ioBroker richtig updaten - 2021 Edition:

                              so, nun scheint es zumindest richtig installiert.

                              Nein.
                              npm ist im falschen Pfad.

                              Linux-Werkzeugkasten:
                              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                              NodeJS Fixer Skript:
                              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                              T 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @t1m0 sagte in [How-to] Node.js für ioBroker richtig updaten - 2021 Edition:

                                so, nun scheint es zumindest richtig installiert.

                                Nein.
                                npm ist im falschen Pfad.

                                T Offline
                                T Offline
                                t1m0
                                schrieb am zuletzt editiert von
                                #106

                                @thomas-braun
                                Danke für die Geduld und deiner tollen Anleitung! Alles grün und funktioniert! Vielen Dank!

                                1 Antwort Letzte Antwort
                                0
                                • DickenD Offline
                                  DickenD Offline
                                  Dicken
                                  schrieb am zuletzt editiert von
                                  #107

                                  Hey kann mir jemand weiterhelfen? bekomme beim Befehl

                                   sudo apt-get install -y nodejs
                                  

                                  immer folgende Fehlermeldung:

                                  dicken@iobroker-produktiv:~$ sudo apt-get install -y nodejs
                                  Reading package lists... Done
                                  Building dependency tree
                                  Reading state information... Done
                                  The following packages were automatically installed and are no longer required:
                                    gyp javascript-common libauthen-sasl-perl libc-ares2 libclone-perl
                                    libdata-dump-perl libencode-locale-perl libfile-basedir-perl
                                    libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl
                                    libfont-afm-perl libhtml-form-perl libhtml-format-perl libhtml-parser-perl
                                    libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl
                                    libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
                                    libhttp-negotiate-perl libio-html-perl libio-socket-ssl-perl
                                    libio-stringy-perl libipc-system-simple-perl libjs-inherits
                                    libjs-is-typedarray libjs-psl libjs-typedarray-to-buffer
                                    liblwp-mediatypes-perl liblwp-protocol-https-perl libmailtools-perl
                                    libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl
                                    libssl-dev libtie-ixhash-perl libtimedate-perl libtry-tiny-perl liburi-perl
                                    libuv1-dev libwww-perl libwww-robotrules-perl libx11-protocol-perl
                                    libxml-parser-perl libxml-twig-perl libxml-xpathengine-perl node-abbrev
                                    node-ajv node-ansi node-ansi-align node-ansi-regex node-ansi-styles
                                    node-ansistyles node-aproba node-archy node-are-we-there-yet node-asap
                                    node-asn1 node-assert-plus node-asynckit node-aws-sign2 node-aws4
                                    node-balanced-match node-bcrypt-pbkdf node-bl node-bluebird node-boxen
                                    node-brace-expansion node-builtin-modules node-builtins node-cacache
                                    node-call-limit node-camelcase node-caseless node-chalk node-chownr
                                    node-ci-info node-cli-boxes node-cliui node-clone node-co node-color-convert
                                    node-color-name node-colors node-columnify node-combined-stream
                                    node-concat-map node-concat-stream node-config-chain node-configstore
                                    node-console-control-strings node-copy-concurrently node-core-util-is
                                    node-cross-spawn node-crypto-random-string node-cyclist node-dashdash
                                    node-debbundle-es-to-primitive node-debug node-decamelize
                                    node-decompress-response node-deep-extend node-defaults
                                    node-define-properties node-delayed-stream node-delegates node-detect-indent
                                    node-detect-newline node-dot-prop node-duplexer3 node-duplexify
                                    node-ecc-jsbn node-editor node-encoding node-end-of-stream node-err-code
                                    node-errno node-es6-promise node-escape-string-regexp node-execa node-extend
                                    node-extsprintf node-fast-deep-equal node-find-up node-flush-write-stream
                                    node-forever-agent node-form-data node-from2 node-fs-vacuum
                                    node-fs-write-stream-atomic node-fs.realpath node-function-bind node-gauge
                                    node-genfun node-get-caller-file node-get-stream node-getpass node-glob
                                    node-got node-graceful-fs node-har-schema node-har-validator node-has-flag
                                    node-has-symbol-support-x node-has-to-string-tag-x node-has-unicode
                                    node-hosted-git-info node-http-signature node-iconv-lite node-iferr
                                    node-import-lazy node-imurmurhash node-inflight node-inherits node-ini
                                    node-invert-kv node-ip node-ip-regex node-is-npm node-is-obj node-is-object
                                    node-is-path-inside node-is-plain-obj node-is-retry-allowed node-is-stream
                                    node-is-typedarray node-isarray node-isexe node-isstream node-isurl
                                    node-jsbn node-json-parse-better-errors node-json-schema
                                    node-json-schema-traverse node-json-stable-stringify
                                    node-json-stringify-safe node-jsonify node-jsonparse node-jsonstream
                                    node-jsprim node-latest-version node-lazy-property node-lcid node-libnpx
                                    node-locate-path node-lockfile node-lodash node-lodash-packages
                                    node-lowercase-keys node-lru-cache node-make-dir node-mem node-mime
                                    node-mime-types node-mimic-fn node-mimic-response node-minimatch
                                    node-minimist node-mississippi node-mkdirp node-move-concurrently node-ms
                                    node-mute-stream node-nopt node-normalize-package-data node-npm-bundled
                                    node-npm-package-arg node-npm-run-path node-npmlog node-number-is-nan
                                    node-oauth-sign node-object-assign node-once node-opener node-os-locale
                                    node-os-tmpdir node-osenv node-p-cancelable node-p-finally node-p-is-promise
                                    node-p-limit node-p-locate node-p-timeout node-package-json
                                    node-parallel-transform node-path-exists node-path-is-absolute
                                    node-path-is-inside node-performance-now node-pify node-prepend-http
                                    node-process-nextick-args node-promise-inflight node-promise-retry
                                    node-promzard node-proto-list node-prr node-pseudomap node-psl node-pump
                                    node-pumpify node-punycode node-qs node-qw node-rc node-read
                                    node-read-package-json node-readable-stream node-registry-auth-token
                                    node-registry-url node-request node-require-directory
                                    node-require-main-filename node-resolve node-resolve-from node-retry
                                    node-rimraf node-run-queue node-safe-buffer node-semver node-semver-diff
                                    node-set-blocking node-sha node-shebang-command node-shebang-regex
                                    node-signal-exit node-slash node-slide node-sorted-object node-spdx-correct
                                    node-spdx-exceptions node-spdx-expression-parse node-spdx-license-ids
                                    node-sshpk node-ssri node-stream-each node-stream-iterate node-stream-shift
                                    node-strict-uri-encode node-string-decoder node-string-width node-strip-ansi
                                    node-strip-eof node-strip-json-comments node-supports-color node-tar
                                    node-term-size node-text-table node-through node-through2 node-timed-out
                                    node-tough-cookie node-tunnel-agent node-tweetnacl node-typedarray
                                    node-typedarray-to-buffer node-uid-number node-unique-filename
                                    node-unique-string node-unpipe node-uri-js node-url-parse-lax
                                    node-url-to-options node-util-deprecate node-uuid
                                    node-validate-npm-package-license node-validate-npm-package-name node-verror
                                    node-wcwidth.js node-which node-which-module node-wide-align
                                    node-widest-line node-wrap-ansi node-wrappy node-write-file-atomic
                                    node-xdg-basedir node-xtend node-y18n node-yallist node-yargs
                                    node-yargs-parser nodejs-doc perl-openssl-defaults xdg-utils
                                  Use 'sudo apt autoremove' to remove them.
                                  The following packages will be upgraded:
                                    nodejs
                                  1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                                  Need to get 0 B/18.0 MB of archives.
                                  After this operation, 93.5 MB of additional disk space will be used.
                                  (Reading database ... 39050 files and directories currently installed.)
                                  Preparing to unpack .../nodejs_12.22.7-deb-1nodesource1_amd64.deb ...
                                  Unpacking nodejs (12.22.7-deb-1nodesource1) over (12.18.2~dfsg-1ubuntu2) ...
                                  dpkg: error processing archive /var/cache/apt/archives/nodejs_12.22.7-deb-1nodesource1_amd64.deb (--unpack):
                                   trying to overwrite '/usr/share/doc/nodejs/api/tty.json.gz', which is also in package nodejs-doc 12.18.2~dfsg-1ubuntu2
                                  dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
                                  Errors were encountered while processing:
                                   /var/cache/apt/archives/nodejs_12.22.7-deb-1nodesource1_amd64.deb
                                  E: Sub-process /usr/bin/dpkg returned an error code (1)
                                  
                                  

                                  Infos die vllt benötigt werden:

                                  dicken@iobroker-produktiv:~$ node -v
                                  v12.20.0
                                  dicken@iobroker-produktiv:~$ lsb_release -a
                                  No LSB modules are available.
                                  Distributor ID: Ubuntu
                                  Description:    Ubuntu 20.10
                                  Release:        20.10
                                  Codename:       groovy
                                  dicken@iobroker-produktiv:~$ npm -v
                                  6.14.8
                                  
                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • DickenD Dicken

                                    Hey kann mir jemand weiterhelfen? bekomme beim Befehl

                                     sudo apt-get install -y nodejs
                                    

                                    immer folgende Fehlermeldung:

                                    dicken@iobroker-produktiv:~$ sudo apt-get install -y nodejs
                                    Reading package lists... Done
                                    Building dependency tree
                                    Reading state information... Done
                                    The following packages were automatically installed and are no longer required:
                                      gyp javascript-common libauthen-sasl-perl libc-ares2 libclone-perl
                                      libdata-dump-perl libencode-locale-perl libfile-basedir-perl
                                      libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl
                                      libfont-afm-perl libhtml-form-perl libhtml-format-perl libhtml-parser-perl
                                      libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl
                                      libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
                                      libhttp-negotiate-perl libio-html-perl libio-socket-ssl-perl
                                      libio-stringy-perl libipc-system-simple-perl libjs-inherits
                                      libjs-is-typedarray libjs-psl libjs-typedarray-to-buffer
                                      liblwp-mediatypes-perl liblwp-protocol-https-perl libmailtools-perl
                                      libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl
                                      libssl-dev libtie-ixhash-perl libtimedate-perl libtry-tiny-perl liburi-perl
                                      libuv1-dev libwww-perl libwww-robotrules-perl libx11-protocol-perl
                                      libxml-parser-perl libxml-twig-perl libxml-xpathengine-perl node-abbrev
                                      node-ajv node-ansi node-ansi-align node-ansi-regex node-ansi-styles
                                      node-ansistyles node-aproba node-archy node-are-we-there-yet node-asap
                                      node-asn1 node-assert-plus node-asynckit node-aws-sign2 node-aws4
                                      node-balanced-match node-bcrypt-pbkdf node-bl node-bluebird node-boxen
                                      node-brace-expansion node-builtin-modules node-builtins node-cacache
                                      node-call-limit node-camelcase node-caseless node-chalk node-chownr
                                      node-ci-info node-cli-boxes node-cliui node-clone node-co node-color-convert
                                      node-color-name node-colors node-columnify node-combined-stream
                                      node-concat-map node-concat-stream node-config-chain node-configstore
                                      node-console-control-strings node-copy-concurrently node-core-util-is
                                      node-cross-spawn node-crypto-random-string node-cyclist node-dashdash
                                      node-debbundle-es-to-primitive node-debug node-decamelize
                                      node-decompress-response node-deep-extend node-defaults
                                      node-define-properties node-delayed-stream node-delegates node-detect-indent
                                      node-detect-newline node-dot-prop node-duplexer3 node-duplexify
                                      node-ecc-jsbn node-editor node-encoding node-end-of-stream node-err-code
                                      node-errno node-es6-promise node-escape-string-regexp node-execa node-extend
                                      node-extsprintf node-fast-deep-equal node-find-up node-flush-write-stream
                                      node-forever-agent node-form-data node-from2 node-fs-vacuum
                                      node-fs-write-stream-atomic node-fs.realpath node-function-bind node-gauge
                                      node-genfun node-get-caller-file node-get-stream node-getpass node-glob
                                      node-got node-graceful-fs node-har-schema node-har-validator node-has-flag
                                      node-has-symbol-support-x node-has-to-string-tag-x node-has-unicode
                                      node-hosted-git-info node-http-signature node-iconv-lite node-iferr
                                      node-import-lazy node-imurmurhash node-inflight node-inherits node-ini
                                      node-invert-kv node-ip node-ip-regex node-is-npm node-is-obj node-is-object
                                      node-is-path-inside node-is-plain-obj node-is-retry-allowed node-is-stream
                                      node-is-typedarray node-isarray node-isexe node-isstream node-isurl
                                      node-jsbn node-json-parse-better-errors node-json-schema
                                      node-json-schema-traverse node-json-stable-stringify
                                      node-json-stringify-safe node-jsonify node-jsonparse node-jsonstream
                                      node-jsprim node-latest-version node-lazy-property node-lcid node-libnpx
                                      node-locate-path node-lockfile node-lodash node-lodash-packages
                                      node-lowercase-keys node-lru-cache node-make-dir node-mem node-mime
                                      node-mime-types node-mimic-fn node-mimic-response node-minimatch
                                      node-minimist node-mississippi node-mkdirp node-move-concurrently node-ms
                                      node-mute-stream node-nopt node-normalize-package-data node-npm-bundled
                                      node-npm-package-arg node-npm-run-path node-npmlog node-number-is-nan
                                      node-oauth-sign node-object-assign node-once node-opener node-os-locale
                                      node-os-tmpdir node-osenv node-p-cancelable node-p-finally node-p-is-promise
                                      node-p-limit node-p-locate node-p-timeout node-package-json
                                      node-parallel-transform node-path-exists node-path-is-absolute
                                      node-path-is-inside node-performance-now node-pify node-prepend-http
                                      node-process-nextick-args node-promise-inflight node-promise-retry
                                      node-promzard node-proto-list node-prr node-pseudomap node-psl node-pump
                                      node-pumpify node-punycode node-qs node-qw node-rc node-read
                                      node-read-package-json node-readable-stream node-registry-auth-token
                                      node-registry-url node-request node-require-directory
                                      node-require-main-filename node-resolve node-resolve-from node-retry
                                      node-rimraf node-run-queue node-safe-buffer node-semver node-semver-diff
                                      node-set-blocking node-sha node-shebang-command node-shebang-regex
                                      node-signal-exit node-slash node-slide node-sorted-object node-spdx-correct
                                      node-spdx-exceptions node-spdx-expression-parse node-spdx-license-ids
                                      node-sshpk node-ssri node-stream-each node-stream-iterate node-stream-shift
                                      node-strict-uri-encode node-string-decoder node-string-width node-strip-ansi
                                      node-strip-eof node-strip-json-comments node-supports-color node-tar
                                      node-term-size node-text-table node-through node-through2 node-timed-out
                                      node-tough-cookie node-tunnel-agent node-tweetnacl node-typedarray
                                      node-typedarray-to-buffer node-uid-number node-unique-filename
                                      node-unique-string node-unpipe node-uri-js node-url-parse-lax
                                      node-url-to-options node-util-deprecate node-uuid
                                      node-validate-npm-package-license node-validate-npm-package-name node-verror
                                      node-wcwidth.js node-which node-which-module node-wide-align
                                      node-widest-line node-wrap-ansi node-wrappy node-write-file-atomic
                                      node-xdg-basedir node-xtend node-y18n node-yallist node-yargs
                                      node-yargs-parser nodejs-doc perl-openssl-defaults xdg-utils
                                    Use 'sudo apt autoremove' to remove them.
                                    The following packages will be upgraded:
                                      nodejs
                                    1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                                    Need to get 0 B/18.0 MB of archives.
                                    After this operation, 93.5 MB of additional disk space will be used.
                                    (Reading database ... 39050 files and directories currently installed.)
                                    Preparing to unpack .../nodejs_12.22.7-deb-1nodesource1_amd64.deb ...
                                    Unpacking nodejs (12.22.7-deb-1nodesource1) over (12.18.2~dfsg-1ubuntu2) ...
                                    dpkg: error processing archive /var/cache/apt/archives/nodejs_12.22.7-deb-1nodesource1_amd64.deb (--unpack):
                                     trying to overwrite '/usr/share/doc/nodejs/api/tty.json.gz', which is also in package nodejs-doc 12.18.2~dfsg-1ubuntu2
                                    dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
                                    Errors were encountered while processing:
                                     /var/cache/apt/archives/nodejs_12.22.7-deb-1nodesource1_amd64.deb
                                    E: Sub-process /usr/bin/dpkg returned an error code (1)
                                    
                                    

                                    Infos die vllt benötigt werden:

                                    dicken@iobroker-produktiv:~$ node -v
                                    v12.20.0
                                    dicken@iobroker-produktiv:~$ lsb_release -a
                                    No LSB modules are available.
                                    Distributor ID: Ubuntu
                                    Description:    Ubuntu 20.10
                                    Release:        20.10
                                    Codename:       groovy
                                    dicken@iobroker-produktiv:~$ npm -v
                                    6.14.8
                                    
                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #108

                                    @dicken
                                    Da hast du mal das debian/ubuntu-eigene node installiert gehabt.
                                    Aufräumen:

                                    sudo apt autoremove
                                    sudo apt remove node*
                                    sudo apt update
                                    sudo apt install nodejs
                                    

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    DickenD 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @dicken
                                      Da hast du mal das debian/ubuntu-eigene node installiert gehabt.
                                      Aufräumen:

                                      sudo apt autoremove
                                      sudo apt remove node*
                                      sudo apt update
                                      sudo apt install nodejs
                                      
                                      DickenD Offline
                                      DickenD Offline
                                      Dicken
                                      schrieb am zuletzt editiert von
                                      #109

                                      @thomas-braun sagte in [How-to] Node.js für ioBroker richtig updaten - 2021 Edition:

                                      sudo apt autoremove

                                      Hey, direkt beim ersten Befehl bekomm ich schon die Meldung:

                                      dicken@iobroker-produktiv:~$ sudo apt autoremove
                                      [sudo] password for dicken:
                                      Reading package lists... Done
                                      Building dependency tree
                                      Reading state information... Done
                                      You might want to run 'apt --fix-broken install' to correct these.
                                      The following packages have unmet dependencies:
                                       nodejs : Depends: libnode72 (= 12.18.2~dfsg-1ubuntu2) but it is not installed
                                      E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
                                      
                                      
                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • DickenD Dicken

                                        @thomas-braun sagte in [How-to] Node.js für ioBroker richtig updaten - 2021 Edition:

                                        sudo apt autoremove

                                        Hey, direkt beim ersten Befehl bekomm ich schon die Meldung:

                                        dicken@iobroker-produktiv:~$ sudo apt autoremove
                                        [sudo] password for dicken:
                                        Reading package lists... Done
                                        Building dependency tree
                                        Reading state information... Done
                                        You might want to run 'apt --fix-broken install' to correct these.
                                        The following packages have unmet dependencies:
                                         nodejs : Depends: libnode72 (= 12.18.2~dfsg-1ubuntu2) but it is not installed
                                        E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
                                        
                                        
                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #110

                                        @dicken sagte in [How-to] Node.js für ioBroker richtig updaten - 2021 Edition:

                                        sudo apt --fix-broken install
                                        

                                        Dann nochmal wie oben.

                                        Linux-Werkzeugkasten:
                                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                        NodeJS Fixer Skript:
                                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                        DickenD 1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @dicken sagte in [How-to] Node.js für ioBroker richtig updaten - 2021 Edition:

                                          sudo apt --fix-broken install
                                          

                                          Dann nochmal wie oben.

                                          DickenD Offline
                                          DickenD Offline
                                          Dicken
                                          schrieb am zuletzt editiert von
                                          #111

                                          @thomas-braun sagte in [How-to] Node.js für ioBroker richtig updaten - 2021 Edition:

                                          @dicken sagte in [How-to] Node.js für ioBroker richtig updaten - 2021 Edition:

                                          sudo apt --fix-broken install
                                          

                                          Dann nochmal wie oben.

                                          Das geht leider auch nich:

                                          dicken@iobroker-produktiv:~$ sudo apt --fix-broken install
                                          Reading package lists... Done
                                          Building dependency tree
                                          Reading state information... Done
                                          Correcting dependencies... Done
                                          The following packages were automatically installed and are no longer required:
                                            gyp javascript-common libauthen-sasl-perl libc-ares2 libclone-perl
                                            libdata-dump-perl libencode-locale-perl libfile-basedir-perl
                                            libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl
                                            libfont-afm-perl libhtml-form-perl libhtml-format-perl libhtml-parser-perl
                                            libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl
                                            libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
                                            libhttp-negotiate-perl libio-html-perl libio-socket-ssl-perl
                                            libio-stringy-perl libipc-system-simple-perl libjs-inherits
                                            libjs-is-typedarray libjs-psl libjs-typedarray-to-buffer
                                            liblwp-mediatypes-perl liblwp-protocol-https-perl libmailtools-perl
                                            libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl
                                            libssl-dev libtie-ixhash-perl libtimedate-perl libtry-tiny-perl liburi-perl
                                            libuv1-dev libwww-perl libwww-robotrules-perl libx11-protocol-perl
                                            libxml-parser-perl libxml-twig-perl libxml-xpathengine-perl node-abbrev
                                            node-ajv node-ansi node-ansi-align node-ansi-regex node-ansi-styles
                                            node-ansistyles node-aproba node-archy node-are-we-there-yet node-asap
                                            node-asn1 node-assert-plus node-asynckit node-aws-sign2 node-aws4
                                            node-balanced-match node-bcrypt-pbkdf node-bl node-bluebird node-boxen
                                            node-brace-expansion node-builtin-modules node-builtins node-cacache
                                            node-call-limit node-camelcase node-caseless node-chalk node-chownr
                                            node-ci-info node-cli-boxes node-cliui node-clone node-co node-color-convert
                                            node-color-name node-colors node-columnify node-combined-stream
                                            node-concat-map node-concat-stream node-config-chain node-configstore
                                            node-console-control-strings node-copy-concurrently node-core-util-is
                                            node-cross-spawn node-crypto-random-string node-cyclist node-dashdash
                                            node-debbundle-es-to-primitive node-debug node-decamelize
                                            node-decompress-response node-deep-extend node-defaults
                                            node-define-properties node-delayed-stream node-delegates node-detect-indent
                                            node-detect-newline node-dot-prop node-duplexer3 node-duplexify
                                            node-ecc-jsbn node-editor node-encoding node-end-of-stream node-err-code
                                            node-errno node-es6-promise node-escape-string-regexp node-execa node-extend
                                            node-extsprintf node-fast-deep-equal node-find-up node-flush-write-stream
                                            node-forever-agent node-form-data node-from2 node-fs-vacuum
                                            node-fs-write-stream-atomic node-fs.realpath node-function-bind node-gauge
                                            node-genfun node-get-caller-file node-get-stream node-getpass node-glob
                                            node-got node-graceful-fs node-har-schema node-har-validator node-has-flag
                                            node-has-symbol-support-x node-has-to-string-tag-x node-has-unicode
                                            node-hosted-git-info node-http-signature node-iconv-lite node-iferr
                                            node-import-lazy node-imurmurhash node-inflight node-inherits node-ini
                                            node-invert-kv node-ip node-ip-regex node-is-npm node-is-obj node-is-object
                                            node-is-path-inside node-is-plain-obj node-is-retry-allowed node-is-stream
                                            node-is-typedarray node-isarray node-isexe node-isstream node-isurl
                                            node-jsbn node-json-parse-better-errors node-json-schema
                                            node-json-schema-traverse node-json-stable-stringify
                                            node-json-stringify-safe node-jsonify node-jsonparse node-jsonstream
                                            node-jsprim node-latest-version node-lazy-property node-lcid node-libnpx
                                            node-locate-path node-lockfile node-lodash node-lodash-packages
                                            node-lowercase-keys node-lru-cache node-make-dir node-mem node-mime
                                            node-mime-types node-mimic-fn node-mimic-response node-minimatch
                                            node-minimist node-mississippi node-mkdirp node-move-concurrently node-ms
                                            node-mute-stream node-nopt node-normalize-package-data node-npm-bundled
                                            node-npm-package-arg node-npm-run-path node-npmlog node-number-is-nan
                                            node-oauth-sign node-object-assign node-once node-opener node-os-locale
                                            node-os-tmpdir node-osenv node-p-cancelable node-p-finally node-p-is-promise
                                            node-p-limit node-p-locate node-p-timeout node-package-json
                                            node-parallel-transform node-path-exists node-path-is-absolute
                                            node-path-is-inside node-performance-now node-pify node-prepend-http
                                            node-process-nextick-args node-promise-inflight node-promise-retry
                                            node-promzard node-proto-list node-prr node-pseudomap node-psl node-pump
                                            node-pumpify node-punycode node-qs node-qw node-rc node-read
                                            node-read-package-json node-readable-stream node-registry-auth-token
                                            node-registry-url node-request node-require-directory
                                            node-require-main-filename node-resolve node-resolve-from node-retry
                                            node-rimraf node-run-queue node-safe-buffer node-semver node-semver-diff
                                            node-set-blocking node-sha node-shebang-command node-shebang-regex
                                            node-signal-exit node-slash node-slide node-sorted-object node-spdx-correct
                                            node-spdx-exceptions node-spdx-expression-parse node-spdx-license-ids
                                            node-sshpk node-ssri node-stream-each node-stream-iterate node-stream-shift
                                            node-strict-uri-encode node-string-decoder node-string-width node-strip-ansi
                                            node-strip-eof node-strip-json-comments node-supports-color node-tar
                                            node-term-size node-text-table node-through node-through2 node-timed-out
                                            node-tough-cookie node-tunnel-agent node-tweetnacl node-typedarray
                                            node-typedarray-to-buffer node-uid-number node-unique-filename
                                            node-unique-string node-unpipe node-uri-js node-url-parse-lax
                                            node-url-to-options node-util-deprecate node-uuid
                                            node-validate-npm-package-license node-validate-npm-package-name node-verror
                                            node-wcwidth.js node-which node-which-module node-wide-align
                                            node-widest-line node-wrap-ansi node-wrappy node-write-file-atomic
                                            node-xdg-basedir node-xtend node-y18n node-yallist node-yargs
                                            node-yargs-parser nodejs-doc perl-openssl-defaults xdg-utils
                                          Use 'sudo apt autoremove' to remove them.
                                          The following additional packages will be installed:
                                            nodejs
                                          The following packages will be upgraded:
                                            nodejs
                                          1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                                          Need to get 0 B/18.0 MB of archives.
                                          After this operation, 93.5 MB of additional disk space will be used.
                                          Do you want to continue? [Y/n] Y
                                          (Reading database ... 39050 files and directories currently installed.)
                                          Preparing to unpack .../nodejs_12.22.7-deb-1nodesource1_amd64.deb ...
                                          Unpacking nodejs (12.22.7-deb-1nodesource1) over (12.18.2~dfsg-1ubuntu2) ...
                                          dpkg: error processing archive /var/cache/apt/archives/nodejs_12.22.7-deb-1nodesource1_amd64.deb (--unpack):
                                           trying to overwrite '/usr/share/doc/nodejs/api/tty.json.gz', which is also in package nodejs-doc 12.18.2~dfsg-1ubuntu2
                                          dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
                                          Errors were encountered while processing:
                                           /var/cache/apt/archives/nodejs_12.22.7-deb-1nodesource1_amd64.deb
                                          E: Sub-process /usr/bin/dpkg returned an error code (1)
                                          
                                          
                                          Thomas BraunT 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          720

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe