Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Diskussion zum HowTo nodejs-Installation und upgrade

NEWS

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

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

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

Diskussion zum HowTo nodejs-Installation und upgrade

Scheduled Pinned Locked Moved ioBroker Allgemein
nodejs
844 Posts 91 Posters 235.1k Views 63 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • HomoranH Homoran

    hier ist der aktuelle thread

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

    GlasfaserG Offline
    GlasfaserG Offline
    Glasfaser
    wrote on last edited by Glasfaser
    #306

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

    hier ist der aktuelle thread

    https://forum.iobroker.net/**post/621254**

    Hast du etwas bei dir umgestellt , bei dir kommt /post/...

    Wäre sonst so der Link !?

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

    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

    HomoranH 1 Reply Last reply
    0
    • GlasfaserG Glasfaser

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

      hier ist der aktuelle thread

      https://forum.iobroker.net/**post/621254**

      Hast du etwas bei dir umgestellt , bei dir kommt /post/...

      Wäre sonst so der Link !?

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

      HomoranH Do not disturb
      HomoranH Do not disturb
      Homoran
      Global Moderator Administrators
      wrote on last edited by Homoran
      #307

      @glasfaser hab den Link aus dem Timestamp des ersten Posts, so wie jetzt hier

      Screenshot_20220725-204502_Firefox.jpg

      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 -

      GlasfaserG 1 Reply Last reply
      1
      • HomoranH Homoran

        @glasfaser hab den Link aus dem Timestamp des ersten Posts, so wie jetzt hier

        Screenshot_20220725-204502_Firefox.jpg

        GlasfaserG Offline
        GlasfaserG Offline
        Glasfaser
        wrote on last edited by
        #308

        @homoran

        Danke für den EDIT ... habe es dann verstanden ... mit dem Screenshot ;)

        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

        1 Reply Last reply
        0
        • wendy2702W Online
          wendy2702W Online
          wendy2702
          wrote on last edited by
          #309

          Hi,

          konnte keine wirkliche Lösung zu den "peer dep missing" Meldungen finden, deshalb mal die Frage wie ich die bei mir wegbekomme.

          Start sah so aus:

          mirko@iobroker:/opt/iobroker$ npm ls | grep -E 'github|ERR'
          +-- iobroker.bidirectional-counter@1.5.5 (github:BenAhrdt/ioBroker.bidirectional-counter#844c4d2bb6a9704728fe5e0aaa30be6c4af46a50)
          |   +-- github-url-from-git@1.5.0
          |   +-- new-github-release-url@1.0.0
          npm ERR! peer dep missing: buffer@>=6.0.3, required by crc@4.1.0
          
          

          Dann den bidirectional deinstalliert:

          mirko@iobroker:/opt/iobroker$ npm ls | grep -E 'github|ERR'
          npm ERR! peer dep missing: buffer@>=6.0.3, required by crc@4.1.0
          |   +-- github-url-from-git@1.5.0
          |   +-- new-github-release-url@1.0.0
          
          

          Dann zum testen die aktuelle Version von bidirectional counter erneut installiert:

          mirko@iobroker:/opt/iobroker$ npm ls | grep -E 'github|ERR'
          |   +-- github-url-from-git@1.5.0
          |   +-- new-github-release-url@1.0.0
          npm ERR! peer dep missing: buffer@>=6.0.3, required by crc@4.1.0
          
          

          Wie bekommen ich die Einträge denn jetzt weg?

          Bitte keine Fragen per PN, die gehören ins Forum!

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

          Thomas BraunT 1 Reply Last reply
          0
          • wendy2702W wendy2702

            Hi,

            konnte keine wirkliche Lösung zu den "peer dep missing" Meldungen finden, deshalb mal die Frage wie ich die bei mir wegbekomme.

            Start sah so aus:

            mirko@iobroker:/opt/iobroker$ npm ls | grep -E 'github|ERR'
            +-- iobroker.bidirectional-counter@1.5.5 (github:BenAhrdt/ioBroker.bidirectional-counter#844c4d2bb6a9704728fe5e0aaa30be6c4af46a50)
            |   +-- github-url-from-git@1.5.0
            |   +-- new-github-release-url@1.0.0
            npm ERR! peer dep missing: buffer@>=6.0.3, required by crc@4.1.0
            
            

            Dann den bidirectional deinstalliert:

            mirko@iobroker:/opt/iobroker$ npm ls | grep -E 'github|ERR'
            npm ERR! peer dep missing: buffer@>=6.0.3, required by crc@4.1.0
            |   +-- github-url-from-git@1.5.0
            |   +-- new-github-release-url@1.0.0
            
            

            Dann zum testen die aktuelle Version von bidirectional counter erneut installiert:

            mirko@iobroker:/opt/iobroker$ npm ls | grep -E 'github|ERR'
            |   +-- github-url-from-git@1.5.0
            |   +-- new-github-release-url@1.0.0
            npm ERR! peer dep missing: buffer@>=6.0.3, required by crc@4.1.0
            
            

            Wie bekommen ich die Einträge denn jetzt weg?

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by
            #310

            @wendy2702

            Die werden von npm8 erledigt, soweit ich das weiß.

            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

            wendy2702W 1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @wendy2702

              Die werden von npm8 erledigt, soweit ich das weiß.

              wendy2702W Online
              wendy2702W Online
              wendy2702
              wrote on last edited by
              #311

              @thomas-braun Also in dem Fall jetzt für das Upgrade von 6 --> 8 ignorieren ?

              Bitte keine Fragen per PN, die gehören ins Forum!

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

              Thomas BraunT 1 Reply Last reply
              0
              • wendy2702W wendy2702

                @thomas-braun Also in dem Fall jetzt für das Upgrade von 6 --> 8 ignorieren ?

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by
                #312

                @wendy2702

                Ja, probier einfach mal.

                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

                wendy2702W 1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @wendy2702

                  Ja, probier einfach mal.

                  wendy2702W Online
                  wendy2702W Online
                  wendy2702
                  wrote on last edited by
                  #313

                  @thomas-braun Hat geklappt. Nach dem Upgrade sind die err weg.

                  Bitte keine Fragen per PN, die gehören ins Forum!

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

                  Thomas BraunT 1 Reply Last reply
                  0
                  • wendy2702W wendy2702

                    @thomas-braun Hat geklappt. Nach dem Upgrade sind die err weg.

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by
                    #314

                    @wendy2702

                    Magst du mal den npm tree im Status 'jetzt' zeigen?
                    Und vielleicht auch mal das ganze nodeJS-Gedöns?

                    uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy 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

                    wendy2702W 1 Reply Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      @wendy2702

                      Magst du mal den npm tree im Status 'jetzt' zeigen?
                      Und vielleicht auch mal das ganze nodeJS-Gedöns?

                      uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                      
                      wendy2702W Online
                      wendy2702W Online
                      wendy2702
                      wrote on last edited by
                      #315

                      @thomas-braun

                      Sollte man die 8.15.1 installieren oder besser bei 8.11.0 bleiben?

                      mirko@iobroker:/opt/iobroker$ npm ls | grep -E 'github|ERR'
                      [sudo] password for mirko:
                      npm notice
                      npm notice New minor version of npm available! 8.11.0 -> 8.15.1
                      npm notice Changelog: https://github.com/npm/cli/releases/tag/v8.15.1
                      npm notice Run npm install -g npm@8.15.1 to update!
                      npm notice
                      
                      
                      mirko@iobroker:/opt/iobroker$ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                      x86_64
                      /usr/bin/nodejs
                      /usr/bin/node
                      /usr/bin/npm
                      v16.16.0
                      v16.16.0
                      8.11.0
                      mirko
                      /opt/iobroker
                      Hit:1 http://deb.debian.org/debian bullseye InRelease
                      Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
                      Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
                      Hit:4 https://deb.nodesource.com/node_10.x bullseye InRelease
                      Hit:5 https://deb.nodesource.com/node_12.x bullseye InRelease
                      Hit:6 https://deb.nodesource.com/node_14.x bullseye InRelease
                      Hit:7 https://deb.nodesource.com/node_16.x bullseye InRelease
                      Reading package lists... Done
                      Building dependency tree... Done
                      Reading state information... Done
                      All packages are up to date.
                      nodejs:
                        Installed: 16.16.0-deb-1nodesource1
                        Candidate: 16.16.0-deb-1nodesource1
                        Version table:
                       *** 16.16.0-deb-1nodesource1 500
                              500 https://deb.nodesource.com/node_16.x bullseye/main amd64 Packages
                              100 /var/lib/dpkg/status
                           14.20.0-deb-1nodesource1 500
                              500 https://deb.nodesource.com/node_14.x bullseye/main amd64 Packages
                           12.22.12-deb-1nodesource1 500
                              500 https://deb.nodesource.com/node_12.x bullseye/main amd64 Packages
                           12.22.12~dfsg-1~deb11u1 500
                              500 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages
                           12.22.5~dfsg-2~11u1 500
                              500 http://deb.debian.org/debian bullseye/main amd64 Packages
                           10.24.1-deb-1nodesource1 500
                              500 https://deb.nodesource.com/node_10.x bullseye/main amd64 Packages
                      mirko@iobroker:/opt/iobroker$
                      
                      

                      Bitte keine Fragen per PN, die gehören ins Forum!

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

                      Thomas BraunT 1 Reply Last reply
                      0
                      • wendy2702W wendy2702

                        @thomas-braun

                        Sollte man die 8.15.1 installieren oder besser bei 8.11.0 bleiben?

                        mirko@iobroker:/opt/iobroker$ npm ls | grep -E 'github|ERR'
                        [sudo] password for mirko:
                        npm notice
                        npm notice New minor version of npm available! 8.11.0 -> 8.15.1
                        npm notice Changelog: https://github.com/npm/cli/releases/tag/v8.15.1
                        npm notice Run npm install -g npm@8.15.1 to update!
                        npm notice
                        
                        
                        mirko@iobroker:/opt/iobroker$ uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                        x86_64
                        /usr/bin/nodejs
                        /usr/bin/node
                        /usr/bin/npm
                        v16.16.0
                        v16.16.0
                        8.11.0
                        mirko
                        /opt/iobroker
                        Hit:1 http://deb.debian.org/debian bullseye InRelease
                        Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
                        Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
                        Hit:4 https://deb.nodesource.com/node_10.x bullseye InRelease
                        Hit:5 https://deb.nodesource.com/node_12.x bullseye InRelease
                        Hit:6 https://deb.nodesource.com/node_14.x bullseye InRelease
                        Hit:7 https://deb.nodesource.com/node_16.x bullseye InRelease
                        Reading package lists... Done
                        Building dependency tree... Done
                        Reading state information... Done
                        All packages are up to date.
                        nodejs:
                          Installed: 16.16.0-deb-1nodesource1
                          Candidate: 16.16.0-deb-1nodesource1
                          Version table:
                         *** 16.16.0-deb-1nodesource1 500
                                500 https://deb.nodesource.com/node_16.x bullseye/main amd64 Packages
                                100 /var/lib/dpkg/status
                             14.20.0-deb-1nodesource1 500
                                500 https://deb.nodesource.com/node_14.x bullseye/main amd64 Packages
                             12.22.12-deb-1nodesource1 500
                                500 https://deb.nodesource.com/node_12.x bullseye/main amd64 Packages
                             12.22.12~dfsg-1~deb11u1 500
                                500 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages
                             12.22.5~dfsg-2~11u1 500
                                500 http://deb.debian.org/debian bullseye/main amd64 Packages
                             10.24.1-deb-1nodesource1 500
                                500 https://deb.nodesource.com/node_10.x bullseye/main amd64 Packages
                        mirko@iobroker:/opt/iobroker$
                        
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        wrote on last edited by
                        #316

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

                        Sollte man die 8.15.1 installieren oder besser bei 8.11.0 bleiben?

                        Bitte immmer bei den Versionen aus dem 'Gesamtpaket' nodejs bleiben. Das hat mal jemand passend zusammengestellt, das sollte funktionieren.

                        Kannst du mal ein pures/ungefiltertes npm ls zeigen, bitte?

                        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

                        wendy2702W 1 Reply Last reply
                        0
                        • Thomas BraunT Thomas Braun

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

                          Sollte man die 8.15.1 installieren oder besser bei 8.11.0 bleiben?

                          Bitte immmer bei den Versionen aus dem 'Gesamtpaket' nodejs bleiben. Das hat mal jemand passend zusammengestellt, das sollte funktionieren.

                          Kannst du mal ein pures/ungefiltertes npm ls zeigen, bitte?

                          wendy2702W Online
                          wendy2702W Online
                          wendy2702
                          wrote on last edited by
                          #317

                          @thomas-braun

                          mirko@iobroker:/opt/iobroker$ npm ls
                          iobroker.inst@2.0.3 /opt/iobroker
                          +-- @peter-murray/hue-bridge-model@2.0.4 extraneous
                          +-- colors@1.4.0
                          +-- fs-extra@7.0.1
                          +-- fs@0.0.1-security extraneous
                          +-- iobroker.admin@5.4.9
                          +-- iobroker.alias-manager@1.2.6
                          +-- iobroker.bidirectional-counter@2.0.8
                          +-- iobroker.birthdays@2.1.0
                          +-- iobroker.daswetter@3.1.3
                          +-- iobroker.dwd@2.8.3
                          +-- iobroker.email@1.1.3
                          +-- iobroker.enigma2@1.3.0
                          +-- iobroker.feiertage@1.1.0
                          +-- iobroker.flot@1.11.0
                          +-- iobroker.fritzbox@0.5.0
                          +-- iobroker.harmony@1.2.2
                          +-- iobroker.history@2.1.4
                          +-- iobroker.hm-rega@3.0.40
                          +-- iobroker.hm-rpc@1.15.12
                          +-- iobroker.homeconnect@1.0.1
                          +-- iobroker.hue-extended@2.0.0
                          +-- iobroker.hue@3.7.0
                          +-- iobroker.ical@1.13.1
                          +-- iobroker.icons-addictive-flavour-png@0.1.0
                          +-- iobroker.icons-fatcow-hosting@0.1.0
                          +-- iobroker.icons-icons8@0.0.1
                          +-- iobroker.icons-material-png@0.1.0
                          +-- iobroker.icons-material-svg@0.1.0
                          +-- iobroker.icons-mfd-png@1.1.0
                          +-- iobroker.icons-mfd-svg@1.1.0
                          +-- iobroker.icons-open-icon-library-png@0.1.3
                          +-- iobroker.icons-ultimate-png@1.0.1
                          +-- iobroker.influxdb@2.6.3
                          +-- iobroker.iqontrol@2.0.1
                          +-- iobroker.javascript@5.8.5
                          +-- iobroker.js-controller@4.0.23
                          +-- iobroker.js2fs@0.1.5
                          +-- iobroker.linux-control@1.1.5
                          +-- iobroker.mihome-vacuum@3.6.0
                          +-- iobroker.modbus@4.0.4
                          +-- iobroker.musiccast@0.2.2
                          +-- iobroker.nut@1.5.1
                          +-- iobroker.ping@1.5.3
                          +-- iobroker.pushover@3.0.0
                          +-- iobroker.sayit@1.12.6
                          +-- iobroker.shuttercontrol@1.4.14
                          +-- iobroker.simple-api@2.7.0
                          +-- iobroker.smartcontrol@1.2.1
                          +-- iobroker.socketio@6.1.5
                          +-- iobroker.systeminfo@0.3.1
                          +-- iobroker.tankerkoenig@2.1.1
                          +-- iobroker.telegram@1.13.0
                          +-- iobroker.trashschedule@2.0.3
                          +-- iobroker.vis-bars@0.1.4
                          +-- iobroker.vis-canvas-gauges@0.1.5
                          +-- iobroker.vis-colorpicker@1.2.0
                          +-- iobroker.vis-fancyswitch@1.1.0
                          +-- iobroker.vis-google-fonts@1.0.3
                          +-- iobroker.vis-hqwidgets@1.2.0
                          +-- iobroker.vis-icontwo@0.87.0
                          +-- iobroker.vis-inventwo@3.3.3
                          +-- iobroker.vis-jqui-mfd@1.0.12
                          +-- iobroker.vis-justgage@1.0.2
                          +-- iobroker.vis-keyboard@0.0.2
                          +-- iobroker.vis-material-webfont@0.0.3
                          +-- iobroker.vis-material@0.1.3
                          +-- iobroker.vis-materialdesign@0.5.9
                          +-- iobroker.vis-metro@1.2.0
                          +-- iobroker.vis-plumb@1.0.2
                          +-- iobroker.vis-rgraph@0.0.2
                          +-- iobroker.vis-timeandweather@1.2.2
                          +-- iobroker.vis@1.4.15
                          +-- iobroker.weatherunderground@3.4.2
                          +-- iobroker.web@5.2.2
                          +-- iobroker.ws@2.1.1
                          +-- iobroker.yahka@0.13.1
                          +-- iobroker.yamaha@0.5.3
                          +-- iobroker.yr@5.3.0
                          +-- iobroker@2.0.3
                          +-- semver@5.7.1
                          +-- setimmediate@1.0.5 extraneous
                          +-- simple-ssh@1.1.0 extraneous
                          `-- yargs@7.1.0
                          
                          

                          Bitte keine Fragen per PN, die gehören ins Forum!

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

                          Thomas BraunT 1 Reply Last reply
                          0
                          • wendy2702W wendy2702

                            @thomas-braun

                            mirko@iobroker:/opt/iobroker$ npm ls
                            iobroker.inst@2.0.3 /opt/iobroker
                            +-- @peter-murray/hue-bridge-model@2.0.4 extraneous
                            +-- colors@1.4.0
                            +-- fs-extra@7.0.1
                            +-- fs@0.0.1-security extraneous
                            +-- iobroker.admin@5.4.9
                            +-- iobroker.alias-manager@1.2.6
                            +-- iobroker.bidirectional-counter@2.0.8
                            +-- iobroker.birthdays@2.1.0
                            +-- iobroker.daswetter@3.1.3
                            +-- iobroker.dwd@2.8.3
                            +-- iobroker.email@1.1.3
                            +-- iobroker.enigma2@1.3.0
                            +-- iobroker.feiertage@1.1.0
                            +-- iobroker.flot@1.11.0
                            +-- iobroker.fritzbox@0.5.0
                            +-- iobroker.harmony@1.2.2
                            +-- iobroker.history@2.1.4
                            +-- iobroker.hm-rega@3.0.40
                            +-- iobroker.hm-rpc@1.15.12
                            +-- iobroker.homeconnect@1.0.1
                            +-- iobroker.hue-extended@2.0.0
                            +-- iobroker.hue@3.7.0
                            +-- iobroker.ical@1.13.1
                            +-- iobroker.icons-addictive-flavour-png@0.1.0
                            +-- iobroker.icons-fatcow-hosting@0.1.0
                            +-- iobroker.icons-icons8@0.0.1
                            +-- iobroker.icons-material-png@0.1.0
                            +-- iobroker.icons-material-svg@0.1.0
                            +-- iobroker.icons-mfd-png@1.1.0
                            +-- iobroker.icons-mfd-svg@1.1.0
                            +-- iobroker.icons-open-icon-library-png@0.1.3
                            +-- iobroker.icons-ultimate-png@1.0.1
                            +-- iobroker.influxdb@2.6.3
                            +-- iobroker.iqontrol@2.0.1
                            +-- iobroker.javascript@5.8.5
                            +-- iobroker.js-controller@4.0.23
                            +-- iobroker.js2fs@0.1.5
                            +-- iobroker.linux-control@1.1.5
                            +-- iobroker.mihome-vacuum@3.6.0
                            +-- iobroker.modbus@4.0.4
                            +-- iobroker.musiccast@0.2.2
                            +-- iobroker.nut@1.5.1
                            +-- iobroker.ping@1.5.3
                            +-- iobroker.pushover@3.0.0
                            +-- iobroker.sayit@1.12.6
                            +-- iobroker.shuttercontrol@1.4.14
                            +-- iobroker.simple-api@2.7.0
                            +-- iobroker.smartcontrol@1.2.1
                            +-- iobroker.socketio@6.1.5
                            +-- iobroker.systeminfo@0.3.1
                            +-- iobroker.tankerkoenig@2.1.1
                            +-- iobroker.telegram@1.13.0
                            +-- iobroker.trashschedule@2.0.3
                            +-- iobroker.vis-bars@0.1.4
                            +-- iobroker.vis-canvas-gauges@0.1.5
                            +-- iobroker.vis-colorpicker@1.2.0
                            +-- iobroker.vis-fancyswitch@1.1.0
                            +-- iobroker.vis-google-fonts@1.0.3
                            +-- iobroker.vis-hqwidgets@1.2.0
                            +-- iobroker.vis-icontwo@0.87.0
                            +-- iobroker.vis-inventwo@3.3.3
                            +-- iobroker.vis-jqui-mfd@1.0.12
                            +-- iobroker.vis-justgage@1.0.2
                            +-- iobroker.vis-keyboard@0.0.2
                            +-- iobroker.vis-material-webfont@0.0.3
                            +-- iobroker.vis-material@0.1.3
                            +-- iobroker.vis-materialdesign@0.5.9
                            +-- iobroker.vis-metro@1.2.0
                            +-- iobroker.vis-plumb@1.0.2
                            +-- iobroker.vis-rgraph@0.0.2
                            +-- iobroker.vis-timeandweather@1.2.2
                            +-- iobroker.vis@1.4.15
                            +-- iobroker.weatherunderground@3.4.2
                            +-- iobroker.web@5.2.2
                            +-- iobroker.ws@2.1.1
                            +-- iobroker.yahka@0.13.1
                            +-- iobroker.yamaha@0.5.3
                            +-- iobroker.yr@5.3.0
                            +-- iobroker@2.0.3
                            +-- semver@5.7.1
                            +-- setimmediate@1.0.5 extraneous
                            +-- simple-ssh@1.1.0 extraneous
                            `-- yargs@7.1.0
                            
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            wrote on last edited by
                            #318

                            @wendy2702

                            Ja, das schaut gut aus. Nichts wesentliches falsch.
                            Man könnte noch per npm prune etwas Kosmetik betreiben, ist aber nicht unbedingt erforderlich, kann auch so bleiben.

                            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

                            1 Reply Last reply
                            1
                            • Holger EtzelH Offline
                              Holger EtzelH Offline
                              Holger Etzel
                              wrote on last edited by
                              #319

                              Hallo,
                              ich wollte von 14 auf 16 updaten. Bevor ich beginne habe ich

                              npm ls | grep -E 'github|ERR'
                              

                              eingegeben und folgendes zurückerhalten

                              ├─┬ iobroker.fully-tablet-control@0.3.6-1 (github:xXBJXx/ioBroker.fully-tablet-c                              ontrol#a4a68744209d6a6c58d58187fd03200970e2d002)
                              ├─┬ iobroker.gartenbewaesserung@0.0.7 (github:TA2k/ioBroker.gartenbewaesserung#7                              6130e64b48e99221f1759be0caf03a40e05141b)
                              │ │ │ ├── github-from-package@0.0.0
                              ├─┬ iobroker.pollenflug@1.0.6 (github:schmupu/ioBroker.pollenflug#4ae37990c9c6bc                              f9ae5db5bfa0c9fba70b005e7f)
                              ├─┬ iobroker.rtspStream@0.0.2 (github:dbweb-ch/ioBroker.rtspStream#3891a8545b556                              6946b89b6f4dbfeac1e2a6527a5)
                              │ ├─┬ samsungtv@0.0.0 (git+https://git@github.com/luca-saggese/samsungtv.git#7fc                              20107455414e2afb94022682e0787e8635550)
                              ├─┬ iobroker.sourceanalytix@0.4.8 (github:iobroker-community-adapters/ioBroker.s                              ourceanalytix#6c3391b555135ccf164b9bcc914c0335a63d1102)
                              │ └─┬ syno@3.0.0 (git+https://github.com/MeisterTR/syno.git#0104a973d33fe332aa6b                              1ab5be7fe8c57d3c68b0)
                              ├─┬ iobroker.time-switch@2.2.1 (github:walli545/ioBroker.time-switch#f24abb3a0b4                              16bc21e7315e7cfa10ba3261f4bfe)
                              │   ├── github-url-from-git@1.5.0
                              │   ├─┬ new-github-release-url@1.0.0
                              ├─┬ iobroker.vis-knob@0.0.1 (github:ioBroker/ioBroker.vis-knob#a1dc9e3758987a921                              c893c0d63497e742d5c3526)
                              ├── iobroker.vis-materialdesign@0.3.15 (github:Scrounger/ioBroker.vis-materialde                              sign#3d969de982c45a19d0f05246219d73831a54ed9b)
                              ├─┬ iobroker.vuplus@0.1.1 (github:vader722/ioBroker.vuplus#dcbdb2ad24c10f49a67ee                              6d699980650744a9b48)
                                │ │ │   ├── github-from-package@0.0.0 deduped
                              
                              

                              ist das problematisch hier das update zu starten?

                              gruß
                              Holger

                              Thomas BraunT 1 Reply Last reply
                              0
                              • Holger EtzelH Holger Etzel

                                Hallo,
                                ich wollte von 14 auf 16 updaten. Bevor ich beginne habe ich

                                npm ls | grep -E 'github|ERR'
                                

                                eingegeben und folgendes zurückerhalten

                                ├─┬ iobroker.fully-tablet-control@0.3.6-1 (github:xXBJXx/ioBroker.fully-tablet-c                              ontrol#a4a68744209d6a6c58d58187fd03200970e2d002)
                                ├─┬ iobroker.gartenbewaesserung@0.0.7 (github:TA2k/ioBroker.gartenbewaesserung#7                              6130e64b48e99221f1759be0caf03a40e05141b)
                                │ │ │ ├── github-from-package@0.0.0
                                ├─┬ iobroker.pollenflug@1.0.6 (github:schmupu/ioBroker.pollenflug#4ae37990c9c6bc                              f9ae5db5bfa0c9fba70b005e7f)
                                ├─┬ iobroker.rtspStream@0.0.2 (github:dbweb-ch/ioBroker.rtspStream#3891a8545b556                              6946b89b6f4dbfeac1e2a6527a5)
                                │ ├─┬ samsungtv@0.0.0 (git+https://git@github.com/luca-saggese/samsungtv.git#7fc                              20107455414e2afb94022682e0787e8635550)
                                ├─┬ iobroker.sourceanalytix@0.4.8 (github:iobroker-community-adapters/ioBroker.s                              ourceanalytix#6c3391b555135ccf164b9bcc914c0335a63d1102)
                                │ └─┬ syno@3.0.0 (git+https://github.com/MeisterTR/syno.git#0104a973d33fe332aa6b                              1ab5be7fe8c57d3c68b0)
                                ├─┬ iobroker.time-switch@2.2.1 (github:walli545/ioBroker.time-switch#f24abb3a0b4                              16bc21e7315e7cfa10ba3261f4bfe)
                                │   ├── github-url-from-git@1.5.0
                                │   ├─┬ new-github-release-url@1.0.0
                                ├─┬ iobroker.vis-knob@0.0.1 (github:ioBroker/ioBroker.vis-knob#a1dc9e3758987a921                              c893c0d63497e742d5c3526)
                                ├── iobroker.vis-materialdesign@0.3.15 (github:Scrounger/ioBroker.vis-materialde                              sign#3d969de982c45a19d0f05246219d73831a54ed9b)
                                ├─┬ iobroker.vuplus@0.1.1 (github:vader722/ioBroker.vuplus#dcbdb2ad24c10f49a67ee                              6d699980650744a9b48)
                                  │ │ │   ├── github-from-package@0.0.0 deduped
                                
                                

                                ist das problematisch hier das update zu starten?

                                gruß
                                Holger

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                wrote on last edited by
                                #320

                                @holger-etzel

                                Ich würde so viele der github-Installationen wie möglich 'ordentlich' über ein Repository installieren.

                                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

                                Holger EtzelH 1 Reply Last reply
                                0
                                • Thomas BraunT Thomas Braun

                                  @holger-etzel

                                  Ich würde so viele der github-Installationen wie möglich 'ordentlich' über ein Repository installieren.

                                  Holger EtzelH Offline
                                  Holger EtzelH Offline
                                  Holger Etzel
                                  wrote on last edited by
                                  #321

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

                                  Repository

                                  Wie findet man hierzu die richtigen versionen. Entweder stelle ich mich zu doof an oder es gibt wirklich keine ordentlichen versionen

                                  gruß
                                  Holger

                                  Thomas BraunT 1 Reply Last reply
                                  0
                                  • Holger EtzelH Holger Etzel

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

                                    Repository

                                    Wie findet man hierzu die richtigen versionen. Entweder stelle ich mich zu doof an oder es gibt wirklich keine ordentlichen versionen

                                    gruß
                                    Holger

                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    wrote on last edited by
                                    #322

                                    @holger-etzel

                                    Hier findet man was sich in den Repos tummelt:

                                    http://download.iobroker.net/list.html

                                    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

                                    1 Reply Last reply
                                    0
                                    • H Offline
                                      H Offline
                                      HGlab
                                      wrote on last edited by
                                      #323

                                      Hallo Leute,
                                      ich habe beim Upgrade von NodeJS14 auf NodeJS16 Probleme Adapter zu installieren bzw. upzudaten.
                                      Fehler (unabhängig vom Adapter) sieht wie folgt aus:

                                      iobroker upgrade socketio@4.2.0 --debug
                                      Would you like to reinstall version 4.2.0 of socketio now? [(y)es, (n)o]: y
                                      Update socketio from @4.2.0 to @4.2.0
                                      NPM version: 8.15.0
                                      Installing iobroker.socketio@4.2.0... (System call)
                                      npm ERR! code ENOTEMPTY
                                      npm ERR! syscall rename
                                      npm ERR! path /opt/iobroker/node_modules/ajv
                                      npm ERR! dest /opt/iobroker/node_modules/.ajv-Kze9IpmC
                                      npm ERR! errno -39
                                      npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/ajv' -> '/opt/iobroker/node_modules/.ajv-Kze9IpmC'
                                      
                                      npm ERR! A complete log of this run can be found in:
                                      npm ERR!     /home/iobroker/.npm/_logs/2022-09-05T10_23_30_998Z-debug-0.log
                                      host.ioBroker Cannot install iobroker.socketio@4.2.0: 217
                                      

                                      Mit NodeJS14 gab es keine Probleme.
                                      Die Installation sieht jedoch aus meiner Sicht ok aus

                                      uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                      x86_64
                                      /usr/bin/nodejs
                                      /usr/bin/node
                                      /usr/bin/npm
                                      v16.17.0
                                      v16.17.0
                                      8.15.0
                                      hglab
                                      /opt/iobroker/node_modules
                                      OK:1 http://at.archive.ubuntu.com/ubuntu bionic InRelease
                                      OK:2 http://ppa.launchpad.net/certbot/certbot/ubuntu bionic InRelease
                                      OK:3 http://at.archive.ubuntu.com/ubuntu bionic-updates InRelease
                                      OK:4 http://at.archive.ubuntu.com/ubuntu bionic-backports InRelease
                                      OK:5 https://deb.nodesource.com/node_14.x bullseye InRelease
                                      OK:6 https://deb.nodesource.com/node_16.x bullseye InRelease
                                      Holen:7 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
                                      Es wurden 88,7 kB in 1 s geholt (90,8 kB/s).
                                      Paketlisten werden gelesen... Fertig
                                      Abhängigkeitsbaum wird aufgebaut.
                                      Statusinformationen werden eingelesen.... Fertig
                                      Alle Pakete sind aktuell.
                                      nodejs:
                                        Installiert:           16.17.0-deb-1nodesource1
                                        Installationskandidat: 16.17.0-deb-1nodesource1
                                        Versionstabelle:
                                       *** 16.17.0-deb-1nodesource1 500
                                              500 https://deb.nodesource.com/node_16.x bullseye/main amd64 Packages
                                              100 /var/lib/dpkg/status
                                           14.20.0-deb-1nodesource1 500
                                              500 https://deb.nodesource.com/node_14.x bullseye/main amd64 Packages
                                           8.10.0~dfsg-2ubuntu0.4 500
                                              500 http://at.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
                                           8.10.0~dfsg-2ubuntu0.2 500
                                              500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
                                           8.10.0~dfsg-2 500
                                              500 http://at.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
                                      

                                      Hab keine Idee woran es liegen kann. Danke für euren Support!

                                      GlasfaserG Thomas BraunT mcm1957M 3 Replies Last reply
                                      0
                                      • H HGlab

                                        Hallo Leute,
                                        ich habe beim Upgrade von NodeJS14 auf NodeJS16 Probleme Adapter zu installieren bzw. upzudaten.
                                        Fehler (unabhängig vom Adapter) sieht wie folgt aus:

                                        iobroker upgrade socketio@4.2.0 --debug
                                        Would you like to reinstall version 4.2.0 of socketio now? [(y)es, (n)o]: y
                                        Update socketio from @4.2.0 to @4.2.0
                                        NPM version: 8.15.0
                                        Installing iobroker.socketio@4.2.0... (System call)
                                        npm ERR! code ENOTEMPTY
                                        npm ERR! syscall rename
                                        npm ERR! path /opt/iobroker/node_modules/ajv
                                        npm ERR! dest /opt/iobroker/node_modules/.ajv-Kze9IpmC
                                        npm ERR! errno -39
                                        npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/ajv' -> '/opt/iobroker/node_modules/.ajv-Kze9IpmC'
                                        
                                        npm ERR! A complete log of this run can be found in:
                                        npm ERR!     /home/iobroker/.npm/_logs/2022-09-05T10_23_30_998Z-debug-0.log
                                        host.ioBroker Cannot install iobroker.socketio@4.2.0: 217
                                        

                                        Mit NodeJS14 gab es keine Probleme.
                                        Die Installation sieht jedoch aus meiner Sicht ok aus

                                        uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                        x86_64
                                        /usr/bin/nodejs
                                        /usr/bin/node
                                        /usr/bin/npm
                                        v16.17.0
                                        v16.17.0
                                        8.15.0
                                        hglab
                                        /opt/iobroker/node_modules
                                        OK:1 http://at.archive.ubuntu.com/ubuntu bionic InRelease
                                        OK:2 http://ppa.launchpad.net/certbot/certbot/ubuntu bionic InRelease
                                        OK:3 http://at.archive.ubuntu.com/ubuntu bionic-updates InRelease
                                        OK:4 http://at.archive.ubuntu.com/ubuntu bionic-backports InRelease
                                        OK:5 https://deb.nodesource.com/node_14.x bullseye InRelease
                                        OK:6 https://deb.nodesource.com/node_16.x bullseye InRelease
                                        Holen:7 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
                                        Es wurden 88,7 kB in 1 s geholt (90,8 kB/s).
                                        Paketlisten werden gelesen... Fertig
                                        Abhängigkeitsbaum wird aufgebaut.
                                        Statusinformationen werden eingelesen.... Fertig
                                        Alle Pakete sind aktuell.
                                        nodejs:
                                          Installiert:           16.17.0-deb-1nodesource1
                                          Installationskandidat: 16.17.0-deb-1nodesource1
                                          Versionstabelle:
                                         *** 16.17.0-deb-1nodesource1 500
                                                500 https://deb.nodesource.com/node_16.x bullseye/main amd64 Packages
                                                100 /var/lib/dpkg/status
                                             14.20.0-deb-1nodesource1 500
                                                500 https://deb.nodesource.com/node_14.x bullseye/main amd64 Packages
                                             8.10.0~dfsg-2ubuntu0.4 500
                                                500 http://at.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
                                             8.10.0~dfsg-2ubuntu0.2 500
                                                500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
                                             8.10.0~dfsg-2 500
                                                500 http://at.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
                                        

                                        Hab keine Idee woran es liegen kann. Danke für euren Support!

                                        GlasfaserG Offline
                                        GlasfaserG Offline
                                        Glasfaser
                                        wrote on last edited by
                                        #324

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

                                        npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/ajv' -> '/opt/iobroker/node_modules/.ajv-Kze9IpmC'

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

                                        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                        H 1 Reply Last reply
                                        0
                                        • H HGlab

                                          Hallo Leute,
                                          ich habe beim Upgrade von NodeJS14 auf NodeJS16 Probleme Adapter zu installieren bzw. upzudaten.
                                          Fehler (unabhängig vom Adapter) sieht wie folgt aus:

                                          iobroker upgrade socketio@4.2.0 --debug
                                          Would you like to reinstall version 4.2.0 of socketio now? [(y)es, (n)o]: y
                                          Update socketio from @4.2.0 to @4.2.0
                                          NPM version: 8.15.0
                                          Installing iobroker.socketio@4.2.0... (System call)
                                          npm ERR! code ENOTEMPTY
                                          npm ERR! syscall rename
                                          npm ERR! path /opt/iobroker/node_modules/ajv
                                          npm ERR! dest /opt/iobroker/node_modules/.ajv-Kze9IpmC
                                          npm ERR! errno -39
                                          npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/ajv' -> '/opt/iobroker/node_modules/.ajv-Kze9IpmC'
                                          
                                          npm ERR! A complete log of this run can be found in:
                                          npm ERR!     /home/iobroker/.npm/_logs/2022-09-05T10_23_30_998Z-debug-0.log
                                          host.ioBroker Cannot install iobroker.socketio@4.2.0: 217
                                          

                                          Mit NodeJS14 gab es keine Probleme.
                                          Die Installation sieht jedoch aus meiner Sicht ok aus

                                          uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                          x86_64
                                          /usr/bin/nodejs
                                          /usr/bin/node
                                          /usr/bin/npm
                                          v16.17.0
                                          v16.17.0
                                          8.15.0
                                          hglab
                                          /opt/iobroker/node_modules
                                          OK:1 http://at.archive.ubuntu.com/ubuntu bionic InRelease
                                          OK:2 http://ppa.launchpad.net/certbot/certbot/ubuntu bionic InRelease
                                          OK:3 http://at.archive.ubuntu.com/ubuntu bionic-updates InRelease
                                          OK:4 http://at.archive.ubuntu.com/ubuntu bionic-backports InRelease
                                          OK:5 https://deb.nodesource.com/node_14.x bullseye InRelease
                                          OK:6 https://deb.nodesource.com/node_16.x bullseye InRelease
                                          Holen:7 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
                                          Es wurden 88,7 kB in 1 s geholt (90,8 kB/s).
                                          Paketlisten werden gelesen... Fertig
                                          Abhängigkeitsbaum wird aufgebaut.
                                          Statusinformationen werden eingelesen.... Fertig
                                          Alle Pakete sind aktuell.
                                          nodejs:
                                            Installiert:           16.17.0-deb-1nodesource1
                                            Installationskandidat: 16.17.0-deb-1nodesource1
                                            Versionstabelle:
                                           *** 16.17.0-deb-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_16.x bullseye/main amd64 Packages
                                                  100 /var/lib/dpkg/status
                                               14.20.0-deb-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_14.x bullseye/main amd64 Packages
                                               8.10.0~dfsg-2ubuntu0.4 500
                                                  500 http://at.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
                                               8.10.0~dfsg-2ubuntu0.2 500
                                                  500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
                                               8.10.0~dfsg-2 500
                                                  500 http://at.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
                                          

                                          Hab keine Idee woran es liegen kann. Danke für euren Support!

                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          wrote on last edited by Thomas Braun
                                          #325

                                          @hglab

                                          Du fährst aber einen Mix aus ubuntu/bionic und debian/bullseye.
                                          Stell das richtig!

                                          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

                                          H 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          943

                                          Online

                                          32.4k

                                          Users

                                          81.5k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe