Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Winston updaten von veraltetem Stand

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    1.7k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    712

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    1.2k

Winston updaten von veraltetem Stand

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
winston aktuallisieren update
12 Beiträge 2 Kommentatoren 830 Aufrufe 1 Beobachtet
  • Ä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.
  • M Offline
    M Offline
    Mapio90
    schrieb am zuletzt editiert von
    #1

    Hallo Zusammen, ich möchte mein Winston updaten und benötige daher Unterstzützung.
    Der Stand was das System aktuell hat, wird untem im Code angezeigt. Es wird ein sehr großer Sprung sein, deswegen habe ich zuvor ein Backup gemacht.

    
    pi@second-device:~ $ cd /opt/iobroker
    pi@second-device:/opt/iobroker $ npm list winston
    iobroker.inst@2.0.2 /opt/iobroker
    ├─┬ iobroker.js-controller@3.1.6
    │ ├─┬ prompt@1.0.0
    │ │ └── winston@2.1.1
    │ └── UNMET PEER DEPENDENCY winston@3.3.3
    └── winston@2.4.4  extraneous
    
    npm ERR! extraneous: winston@2.4.4 /opt/iobroker/node_modules/winston
    npm ERR! peer dep missing: winston@^3.0.0, required by winston-syslog@2.4.4
    pi@second-device:/opt/iobroker $ npm list winston-syslog
    iobroker.inst@2.0.2 /opt/iobroker
    └─┬ iobroker.js-controller@3.1.6
      └── winston-syslog@2.4.4
    
    
    
       ╭────────────────────────────────────────────────────────────────╮
       │                                                                │
       │      New patch version of npm available! 6.14.8 → 6.14.9       │
       │   Changelog: https://github.com/npm/cli/releases/tag/v6.14.9   │
       │               Run npm install -g npm to update!                │
       │                                                                │
    
    
    Thomas BraunT M 2 Antworten Letzte Antwort
    0
    • M Mapio90

      Hallo Zusammen, ich möchte mein Winston updaten und benötige daher Unterstzützung.
      Der Stand was das System aktuell hat, wird untem im Code angezeigt. Es wird ein sehr großer Sprung sein, deswegen habe ich zuvor ein Backup gemacht.

      
      pi@second-device:~ $ cd /opt/iobroker
      pi@second-device:/opt/iobroker $ npm list winston
      iobroker.inst@2.0.2 /opt/iobroker
      ├─┬ iobroker.js-controller@3.1.6
      │ ├─┬ prompt@1.0.0
      │ │ └── winston@2.1.1
      │ └── UNMET PEER DEPENDENCY winston@3.3.3
      └── winston@2.4.4  extraneous
      
      npm ERR! extraneous: winston@2.4.4 /opt/iobroker/node_modules/winston
      npm ERR! peer dep missing: winston@^3.0.0, required by winston-syslog@2.4.4
      pi@second-device:/opt/iobroker $ npm list winston-syslog
      iobroker.inst@2.0.2 /opt/iobroker
      └─┬ iobroker.js-controller@3.1.6
        └── winston-syslog@2.4.4
      
      
      
         ╭────────────────────────────────────────────────────────────────╮
         │                                                                │
         │      New patch version of npm available! 6.14.8 → 6.14.9       │
         │   Changelog: https://github.com/npm/cli/releases/tag/v6.14.9   │
         │               Run npm install -g npm to update!                │
         │                                                                │
      
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #2

      @Mapio90
      Vorab:

      which nodejs && nodejs -v && which node && node -v && which npm && npm -v && 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

      1 Antwort Letzte Antwort
      0
      • M Mapio90

        Hallo Zusammen, ich möchte mein Winston updaten und benötige daher Unterstzützung.
        Der Stand was das System aktuell hat, wird untem im Code angezeigt. Es wird ein sehr großer Sprung sein, deswegen habe ich zuvor ein Backup gemacht.

        
        pi@second-device:~ $ cd /opt/iobroker
        pi@second-device:/opt/iobroker $ npm list winston
        iobroker.inst@2.0.2 /opt/iobroker
        ├─┬ iobroker.js-controller@3.1.6
        │ ├─┬ prompt@1.0.0
        │ │ └── winston@2.1.1
        │ └── UNMET PEER DEPENDENCY winston@3.3.3
        └── winston@2.4.4  extraneous
        
        npm ERR! extraneous: winston@2.4.4 /opt/iobroker/node_modules/winston
        npm ERR! peer dep missing: winston@^3.0.0, required by winston-syslog@2.4.4
        pi@second-device:/opt/iobroker $ npm list winston-syslog
        iobroker.inst@2.0.2 /opt/iobroker
        └─┬ iobroker.js-controller@3.1.6
          └── winston-syslog@2.4.4
        
        
        
           ╭────────────────────────────────────────────────────────────────╮
           │                                                                │
           │      New patch version of npm available! 6.14.8 → 6.14.9       │
           │   Changelog: https://github.com/npm/cli/releases/tag/v6.14.9   │
           │               Run npm install -g npm to update!                │
           │                                                                │
        
        
        M Offline
        M Offline
        Mapio90
        schrieb am zuletzt editiert von
        #3

        Mit folgenden Befehlen werde ich das System nun Updaten, in der Hoffnung, dass es das System nicht zerspult.

        Zuvor aber wie @Thomas-Braun gerade vermerkte:

        
        pi@second-device:/opt/iobroker $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
        /usr/bin/nodejs
        v12.20.0
        /usr/bin/node
        v12.20.0
        /usr/bin/npm
        6.14.8
        nodejs:
          Installiert:           12.20.0-1nodesource1
          Installationskandidat: 12.20.0-1nodesource1
          Versionstabelle:
         *** 12.20.0-1nodesource1 500
                500 https://deb.nodesource.com/node_12.x stretch/main armhf Packages
                100 /var/lib/dpkg/status
             8.11.1~dfsg-2~bpo9+1 500
                500 http://archive.raspberrypi.org/debian stretch/main armhf Packages
             4.8.2~dfsg-1 500
                500 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages
        

        Befehle für das Update

        cd /opt/iobroker
        iobroker stop
        npm i winston@latest
        iobroker fix
        iobroker start
        
        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • M Mapio90

          Mit folgenden Befehlen werde ich das System nun Updaten, in der Hoffnung, dass es das System nicht zerspult.

          Zuvor aber wie @Thomas-Braun gerade vermerkte:

          
          pi@second-device:/opt/iobroker $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
          /usr/bin/nodejs
          v12.20.0
          /usr/bin/node
          v12.20.0
          /usr/bin/npm
          6.14.8
          nodejs:
            Installiert:           12.20.0-1nodesource1
            Installationskandidat: 12.20.0-1nodesource1
            Versionstabelle:
           *** 12.20.0-1nodesource1 500
                  500 https://deb.nodesource.com/node_12.x stretch/main armhf Packages
                  100 /var/lib/dpkg/status
               8.11.1~dfsg-2~bpo9+1 500
                  500 http://archive.raspberrypi.org/debian stretch/main armhf Packages
               4.8.2~dfsg-1 500
                  500 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages
          

          Befehle für das Update

          cd /opt/iobroker
          iobroker stop
          npm i winston@latest
          iobroker fix
          iobroker start
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #4

          @Mapio90
          Das sollte so gehen.

          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

          M 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @Mapio90
            Das sollte so gehen.

            M Offline
            M Offline
            Mapio90
            schrieb am zuletzt editiert von Mapio90
            #5

            @Thomas-Braun irgendwie stören mich noch die npm ERR!

            
            pi@second-device:~ $ cd /opt/iobroker
            pi@second-device:/opt/iobroker $ iobroker stop
            pi@second-device:/opt/iobroker $ npm i winston@latest
            npm WARN winston-daily-rotate-file@1.7.2 requires a peer of winston@2.x but none is installed. You must install peer dependencies yourself.
            
            + winston@3.3.3
            added 3 packages from 1 contributor, removed 1 package and updated 2 packages in 23.471s
            
            13 packages are looking for funding
              run `npm fund` for details
            
            pi@second-device:/opt/iobroker $ iobroker fix
            library: loaded
            Library version=2020-06-12
            
            ==========================================================================
            
                Welcome to the ioBroker installation fixer!
                Script version: 2020-06-15
            
                You might need to enter your password a couple of times.
            
            ==========================================================================
            
            
            ==========================================================================
                Installing prerequisites (1/3)
            ==========================================================================
            
            Holen:1 http://raspbian.raspberrypi.org/raspbian stretch InRelease [15,0 kB]
            Holen:2 http://archive.raspberrypi.org/debian stretch InRelease [25,4 kB]
            OK:3 https://deb.nodesource.com/node_12.x stretch InRelease
            Es wurden 40,3 kB in 1 s geholt (35,2 kB/s).
            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@second-device:/opt/iobroker $ iobroker start
            
            
            
            pi@second-device:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
            /usr/bin/nodejs
            v12.20.0
            /usr/bin/node
            v12.20.0
            /usr/bin/npm
            6.14.8
            nodejs:
              Installiert:           12.20.0-1nodesource1
              Installationskandidat: 12.20.0-1nodesource1
              Versionstabelle:
             *** 12.20.0-1nodesource1 500
                    500 https://deb.nodesource.com/node_12.x stretch/main armhf Packages
                    100 /var/lib/dpkg/status
                 8.11.1~dfsg-2~bpo9+1 500
                    500 http://archive.raspberrypi.org/debian stretch/main armhf Packages
                 4.8.2~dfsg-1 500
                    500 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages
            
            
            pi@second-device:/opt/iobroker $ npm list winston
            iobroker.inst@2.0.2 /opt/iobroker
            ├─┬ iobroker.js-controller@3.1.6
            │ ├─┬ prompt@1.0.0
            │ │ └── winston@2.1.1
            │ └── winston@3.3.3
            └── UNMET PEER DEPENDENCY winston@3.3.3
            
            npm ERR! peer dep missing: winston@2.x, required by winston-daily-rotate-file@1.7.2
            pi@second-device:/opt/iobroker $ npm list winston-syslog
            iobroker.inst@2.0.2 /opt/iobroker
            └─┬ iobroker.js-controller@3.1.6
              └── winston-syslog@2.4.4
            
            
            
            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • M Mapio90

              @Thomas-Braun irgendwie stören mich noch die npm ERR!

              
              pi@second-device:~ $ cd /opt/iobroker
              pi@second-device:/opt/iobroker $ iobroker stop
              pi@second-device:/opt/iobroker $ npm i winston@latest
              npm WARN winston-daily-rotate-file@1.7.2 requires a peer of winston@2.x but none is installed. You must install peer dependencies yourself.
              
              + winston@3.3.3
              added 3 packages from 1 contributor, removed 1 package and updated 2 packages in 23.471s
              
              13 packages are looking for funding
                run `npm fund` for details
              
              pi@second-device:/opt/iobroker $ iobroker fix
              library: loaded
              Library version=2020-06-12
              
              ==========================================================================
              
                  Welcome to the ioBroker installation fixer!
                  Script version: 2020-06-15
              
                  You might need to enter your password a couple of times.
              
              ==========================================================================
              
              
              ==========================================================================
                  Installing prerequisites (1/3)
              ==========================================================================
              
              Holen:1 http://raspbian.raspberrypi.org/raspbian stretch InRelease [15,0 kB]
              Holen:2 http://archive.raspberrypi.org/debian stretch InRelease [25,4 kB]
              OK:3 https://deb.nodesource.com/node_12.x stretch InRelease
              Es wurden 40,3 kB in 1 s geholt (35,2 kB/s).
              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@second-device:/opt/iobroker $ iobroker start
              
              
              
              pi@second-device:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
              /usr/bin/nodejs
              v12.20.0
              /usr/bin/node
              v12.20.0
              /usr/bin/npm
              6.14.8
              nodejs:
                Installiert:           12.20.0-1nodesource1
                Installationskandidat: 12.20.0-1nodesource1
                Versionstabelle:
               *** 12.20.0-1nodesource1 500
                      500 https://deb.nodesource.com/node_12.x stretch/main armhf Packages
                      100 /var/lib/dpkg/status
                   8.11.1~dfsg-2~bpo9+1 500
                      500 http://archive.raspberrypi.org/debian stretch/main armhf Packages
                   4.8.2~dfsg-1 500
                      500 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages
              
              
              pi@second-device:/opt/iobroker $ npm list winston
              iobroker.inst@2.0.2 /opt/iobroker
              ├─┬ iobroker.js-controller@3.1.6
              │ ├─┬ prompt@1.0.0
              │ │ └── winston@2.1.1
              │ └── winston@3.3.3
              └── UNMET PEER DEPENDENCY winston@3.3.3
              
              npm ERR! peer dep missing: winston@2.x, required by winston-daily-rotate-file@1.7.2
              pi@second-device:/opt/iobroker $ npm list winston-syslog
              iobroker.inst@2.0.2 /opt/iobroker
              └─┬ iobroker.js-controller@3.1.6
                └── winston-syslog@2.4.4
              
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #6

              @Mapio90

              cd /opt/iobroker
              sudo -H -u iobroker npm install iobroker.js-controller
              

              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

              M 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @Mapio90

                cd /opt/iobroker
                sudo -H -u iobroker npm install iobroker.js-controller
                
                M Offline
                M Offline
                Mapio90
                schrieb am zuletzt editiert von
                #7

                @Thomas-Braun

                Aus Interesse, wieso diesen Befehl? Ist das nicht alles up to date?

                
                pi@second-device:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                /usr/bin/nodejs
                v12.20.0
                /usr/bin/node
                v12.20.0
                /usr/bin/npm
                6.14.8
                nodejs:
                  Installiert:           12.20.0-1nodesource1
                  Installationskandidat: 12.20.0-1nodesource1
                  Versionstabelle:
                 *** 12.20.0-1nodesource1 500
                        500 https://deb.nodesource.com/node_12.x stretch/main armhf Packages
                        100 /var/lib/dpkg/status
                     8.11.1~dfsg-2~bpo9+1 500
                        500 http://archive.raspberrypi.org/debian stretch/main armhf Packages
                     4.8.2~dfsg-1 500
                        500 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages
                
                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • M Mapio90

                  @Thomas-Braun

                  Aus Interesse, wieso diesen Befehl? Ist das nicht alles up to date?

                  
                  pi@second-device:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                  /usr/bin/nodejs
                  v12.20.0
                  /usr/bin/node
                  v12.20.0
                  /usr/bin/npm
                  6.14.8
                  nodejs:
                    Installiert:           12.20.0-1nodesource1
                    Installationskandidat: 12.20.0-1nodesource1
                    Versionstabelle:
                   *** 12.20.0-1nodesource1 500
                          500 https://deb.nodesource.com/node_12.x stretch/main armhf Packages
                          100 /var/lib/dpkg/status
                       8.11.1~dfsg-2~bpo9+1 500
                          500 http://archive.raspberrypi.org/debian stretch/main armhf Packages
                       4.8.2~dfsg-1 500
                          500 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #8

                  @Mapio90
                  Ist alles prima.
                  Aber da sind die Dependencies (vermutlich aus einer alten Installation) noch 'krumm', deswegen bügelst du da den ioBroker nochmal frisch drauf, dann sollte eigentlich npm die Abhängigkeiten richtig auflösen.

                  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

                  M 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @Mapio90
                    Ist alles prima.
                    Aber da sind die Dependencies (vermutlich aus einer alten Installation) noch 'krumm', deswegen bügelst du da den ioBroker nochmal frisch drauf, dann sollte eigentlich npm die Abhängigkeiten richtig auflösen.

                    M Offline
                    M Offline
                    Mapio90
                    schrieb am zuletzt editiert von
                    #9

                    @Thomas-Braun
                    gut dann führe ich das gleich mal aus. dann nochmals die prozedur von post nr. 3, richtig?

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • M Mapio90

                      @Thomas-Braun
                      gut dann führe ich das gleich mal aus. dann nochmals die prozedur von post nr. 3, richtig?

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

                      @Mapio90
                      Ich würde zuvor erstmal schauen ob sich das zurechtgeruckelt hat:

                      cd /opt/iobroker
                      npm list winston
                      

                      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

                      M 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @Mapio90
                        Ich würde zuvor erstmal schauen ob sich das zurechtgeruckelt hat:

                        cd /opt/iobroker
                        npm list winston
                        
                        M Offline
                        M Offline
                        Mapio90
                        schrieb am zuletzt editiert von
                        #11

                        @Thomas-Braun

                        
                        pi@second-device:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
                        npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                        
                        > iobroker.js-controller@3.1.6 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                        > node lib/preinstallCheck.js
                        
                        NPM version: 6.14.8
                        
                        > iobroker.js-controller@3.1.6 install /opt/iobroker/node_modules/iobroker.js-controller
                        > node iobroker.js setup first
                        
                        Existing earlier generated certificate is invalid (too old, validity longer then 345 days or keylength too short). Generating new Certificate!
                        object system.certificates updated
                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                        npm WARN winston-daily-rotate-file@1.7.2 requires a peer of winston@2.x but none is installed. You must install peer dependencies yourself.
                        
                        + iobroker.js-controller@3.1.6
                        removed 8 packages, updated 4 packages and moved 2 packages in 35.343s
                        
                        10 packages are looking for funding
                          run `npm fund` for details
                        
                        pi@second-device:/opt/iobroker $ npm list winston
                        iobroker.inst@2.0.2 /opt/iobroker
                        ├─┬ iobroker.js-controller@3.1.6
                        │ ├─┬ prompt@1.0.0
                        │ │ └── winston@2.1.1
                        │ └── UNMET PEER DEPENDENCY winston@3.3.3  deduped
                        └── UNMET PEER DEPENDENCY winston@3.3.3
                        
                        npm ERR! peer dep missing: winston@2.x, required by winston-daily-rotate-file@1.7.2
                        npm ERR! peer dep missing: winston@2.x, required by winston-daily-rotate-file@1.7.2
                        
                        
                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • M Mapio90

                          @Thomas-Braun

                          
                          pi@second-device:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
                          npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                          
                          > iobroker.js-controller@3.1.6 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                          > node lib/preinstallCheck.js
                          
                          NPM version: 6.14.8
                          
                          > iobroker.js-controller@3.1.6 install /opt/iobroker/node_modules/iobroker.js-controller
                          > node iobroker.js setup first
                          
                          Existing earlier generated certificate is invalid (too old, validity longer then 345 days or keylength too short). Generating new Certificate!
                          object system.certificates updated
                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                          npm WARN winston-daily-rotate-file@1.7.2 requires a peer of winston@2.x but none is installed. You must install peer dependencies yourself.
                          
                          + iobroker.js-controller@3.1.6
                          removed 8 packages, updated 4 packages and moved 2 packages in 35.343s
                          
                          10 packages are looking for funding
                            run `npm fund` for details
                          
                          pi@second-device:/opt/iobroker $ npm list winston
                          iobroker.inst@2.0.2 /opt/iobroker
                          ├─┬ iobroker.js-controller@3.1.6
                          │ ├─┬ prompt@1.0.0
                          │ │ └── winston@2.1.1
                          │ └── UNMET PEER DEPENDENCY winston@3.3.3  deduped
                          └── UNMET PEER DEPENDENCY winston@3.3.3
                          
                          npm ERR! peer dep missing: winston@2.x, required by winston-daily-rotate-file@1.7.2
                          npm ERR! peer dep missing: winston@2.x, required by winston-daily-rotate-file@1.7.2
                          
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #12

                          @Mapio90

                          Hm. Okay, wenn es sonst läuft würde ich das wohl so lassen.
                          Gut möglich, dass sich das bei kommenden Updates vom js-controller und/oder nodeJS zurechtruckelt.

                          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 Antwort Letzte Antwort
                          1

                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                          Registrieren Anmelden
                          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

                          451

                          Online

                          32.9k

                          Benutzer

                          83.0k

                          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