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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. Problem mit Adapter updates

NEWS

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    23
    1
    1.3k

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

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    14
    1
    2.5k

Problem mit Adapter updates

Geplant Angeheftet Gesperrt Verschoben Einsteigerfragen
22 Beiträge 7 Kommentatoren 1.7k Aufrufe 5 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Marcus HamburgM Marcus Hamburg

    @homoran

    pi@raspberrypi:~ $ iobroker upgrade javascript --debug
    
    This upgrade of "javascript" will at least introduce the following changes:
    ==========================================================================
    -> 5.7.0:
    Allow sending of messages to scripts also from adapters and CLI by sending "toScript" message (see [onMessage Documentation](https://github.com/ioBroker/ioBroker.javascript/blob/master/docs/en/javascript.md#onmessage))
    Lists returned by $-selector are now unified and do not contain double entries 
    Fix subscribe multiple object ID lists in blockly
    
    -> 5.6.1:
    Allow to subscribe multiple object ID lists in blockly
    
    -> 5.6.0:
    Make state properties c(omment) and user available to scripts too
    make sure values of new or changed alias objects are initialized properly
    Enhance scheduler logic and astro events offered by wizard
    Respect expected value changes when determining if a value is changed
    Fix remembering intermediate state values when state values are subscribed
    fix setState logic when states are not subscribed
    
    -> 5.5.4:
    Tried to solve problem with the font
    
    -> 5.5.3:
    Fixed getObjectAsync function if object does not exist
    
    -> 5.5.2:
    Added new rules action block: sum two states (or minus)
    
    -> 5.5.1:
    Added new rules action block: sum two states (or minus)
    ==========================================================================
    
    Would you like to upgrade javascript from @5.2.13 to @5.7.0 now? [(y)es, (n)o]: y
    Update javascript from @5.2.13 to @5.7.0
    NPM version: 8.11.0
    Installing iobroker.javascript@5.7.0... (System call)
    npm ERR! code ENOTEMPTY
    npm ERR! syscall rename
    npm ERR! path /opt/iobroker/node_modules/iobroker.javascript
    npm ERR! dest /opt/iobroker/node_modules/.iobroker.javascript-5NZ432mn
    npm ERR! errno -39
    npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/iobroker.javascript' -> '/opt/iobroker/node_modules/.iobroker.javascript-5NZ432mn'
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /home/iobroker/.npm/_logs/2022-08-10T18_29_21_627Z-debug-0.log
    host.raspberrypi Cannot install iobroker.javascript@5.7.0: 217
    pi@raspberrypi:~ $ 
    
    
    GlasfaserG Offline
    GlasfaserG Offline
    Glasfaser
    schrieb am zuletzt editiert von
    #21

    @marcus-hamburg sagte in Problem mit Adapter updates:

    npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/iobroker.javascript' -> '/opt/iobroker/node_modules/.iobroker.javascript-5NZ432mn'

    Du kannst das hier nutzen
    https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian/2

    cd /opt/iobroker/node_modules
    for i in $(ls -d .[^.]*-*/); do rm -rf ${i%%/}; done
    

    Zitat aus dem Thread :

    WICHTIG .

    (Bitte Befehl KOPIEREN, nicht eintippen, ein Vertipper kann und wird da 'tödlich' sein).

    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 Antwort Letzte Antwort
    0
    • Marcus HamburgM Marcus Hamburg

      @homoran

      pi@raspberrypi:~ $ iobroker upgrade javascript --debug
      
      This upgrade of "javascript" will at least introduce the following changes:
      ==========================================================================
      -> 5.7.0:
      Allow sending of messages to scripts also from adapters and CLI by sending "toScript" message (see [onMessage Documentation](https://github.com/ioBroker/ioBroker.javascript/blob/master/docs/en/javascript.md#onmessage))
      Lists returned by $-selector are now unified and do not contain double entries 
      Fix subscribe multiple object ID lists in blockly
      
      -> 5.6.1:
      Allow to subscribe multiple object ID lists in blockly
      
      -> 5.6.0:
      Make state properties c(omment) and user available to scripts too
      make sure values of new or changed alias objects are initialized properly
      Enhance scheduler logic and astro events offered by wizard
      Respect expected value changes when determining if a value is changed
      Fix remembering intermediate state values when state values are subscribed
      fix setState logic when states are not subscribed
      
      -> 5.5.4:
      Tried to solve problem with the font
      
      -> 5.5.3:
      Fixed getObjectAsync function if object does not exist
      
      -> 5.5.2:
      Added new rules action block: sum two states (or minus)
      
      -> 5.5.1:
      Added new rules action block: sum two states (or minus)
      ==========================================================================
      
      Would you like to upgrade javascript from @5.2.13 to @5.7.0 now? [(y)es, (n)o]: y
      Update javascript from @5.2.13 to @5.7.0
      NPM version: 8.11.0
      Installing iobroker.javascript@5.7.0... (System call)
      npm ERR! code ENOTEMPTY
      npm ERR! syscall rename
      npm ERR! path /opt/iobroker/node_modules/iobroker.javascript
      npm ERR! dest /opt/iobroker/node_modules/.iobroker.javascript-5NZ432mn
      npm ERR! errno -39
      npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/iobroker.javascript' -> '/opt/iobroker/node_modules/.iobroker.javascript-5NZ432mn'
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/iobroker/.npm/_logs/2022-08-10T18_29_21_627Z-debug-0.log
      host.raspberrypi Cannot install iobroker.javascript@5.7.0: 217
      pi@raspberrypi:~ $ 
      
      
      HomoranH Nicht stören
      HomoranH Nicht stören
      Homoran
      Global Moderator Administrators
      schrieb am zuletzt editiert von
      #22

      @marcus-hamburg sagte in Problem mit Adapter updates:

      ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/iobroker.javascript' -> '/opt/iobroker/node_modules/.iobroker.javascript-5NZ432mn'

      oha, dazu gibt es einige Threads

      lösung hier suchen
      https://forum.iobroker.net/post/460759

      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 -

      1 Antwort Letzte Antwort
      0
      Antworten
      • In einem neuen Thema antworten
      Anmelden zum Antworten
      • Älteste zuerst
      • Neuste zuerst
      • Meiste Stimmen


      Support us

      ioBroker
      Community Adapters
      Donate

      760

      Online

      32.5k

      Benutzer

      81.7k

      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