Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. IoBroker simple web Adapter nach Update zerschossen

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    IoBroker simple web Adapter nach Update zerschossen

    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      LDSign last edited by

      Hi

      Seit vorhin ist ein Update für den simple Web Adapter verfügbar. Allerdings konnte man dieses nicht vollständig installieren und der Adapter war danach zerschossen.

      Eine Neuinstallation ist ebenfalls nicht mehr möglich:

      $ ./iobroker add web
      npm install iobroker.web --production --prefix "/opt/iobroker" (System call)
      npm
      
      ERR! notarget
       No compatible version found: iobroker.socketio@'>=1.3.0'npm 
      ERR! notarget
       Valid install targets:npm
       ERR! 
      notarget
       ["0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.7","0.2.0","0.2.1","0.2.2","0.2.3","0.3.0","0.4.1","0.4.2","0.4.3","0.4.4","0.4.5","1.0.0","1.2.1","1.2.2","1.2.3"]
      npm
       ERR!
       notarget npm 
      ERR! notarget This is most likely not a problem with npm itself.
      npm ERR!
      
      notarget
       In most cases you or one of your dependencies are requesting
      npm
       ERR! 
      notarget a package version that doesn't exist.
      npm
       ERR! System
       Linux 4.2.0-35-generic
      npm
      
      ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "iobroker.web" "--production" "--prefix" "/opt/iobroker"
      npm ERR!
       cwd /
      npm ERR!
       node -v v0.10.25npm 
      ERR! npm -v 1.4.21npm ERR! code ETARGET
      
      npm ERR! npm ERR! Additional logging details can be found in:
      npm ERR!     /npm-debug.log
      npm ERR! not ok code 0
      
      ERROR: host.SmartHome Cannot install iobroker.web: 1
      ERROR: process exited with code 25
      
      

      Eine manuelle Installation (npm install iobroker.web) über die Konsole liefert folgendes:

      npm ERR! notarget No compatible version found: iobroker.socketio@'>=1.3.0'
      npm ERR! notarget Valid install targets:
      npm ERR! notarget ["0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.7","0.2.0","0.2.1","0.2.2","0.2.3","0.3.0","0.4.1","0.4.2","0.4.3","0.4.4","0.4.5","1.0.0","1.2.1","1.2.2","1.2.3"]
      npm ERR! notarget
      npm ERR! notarget This is most likely not a problem with npm itself.
      npm ERR! notarget In most cases you or one of your dependencies are requesting
      npm ERR! notarget a package version that doesn't exist.
      
      npm ERR! System Linux 4.2.0-35-generic
      npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "iobroker.web"
      npm ERR! cwd /opt/iobroker
      npm ERR! node -v v0.10.25
      npm ERR! npm -v 1.4.21
      npm ERR! code ETARGET
      npm ERR!
      npm ERR! Additional logging details can be found in:
      npm ERR!     /opt/iobroker/npm-debug.log
      npm ERR! not ok code 0
      
      

      Was läuft hier schief?

      Viele Grüße,

      Frank

      1 Reply Last reply Reply Quote 0
      • P
        Pman last edited by

        jup, socketio ist erst bei 1.2.3, der neue web verlangt aber nach 1.3.0

        1 Reply Last reply Reply Quote 0
        • L
          looxer01 last edited by

          Hi,

          das gleiche hier.

          Könnte das mit dem ADMIN Adapter update zusammenhängen ?

          Github:

          1.0.2 (2016-04-07) - (bluefox) show npm errors of version

          vG

          1 Reply Last reply Reply Quote 0
          • L
            LDSign last edited by

            Danke. Wie kann ich das kurzfristig lösen? Oder ist ein Update in Vorbereitung?

            Gruß,

            Frank

            1 Reply Last reply Reply Quote 0
            • Bluefox
              Bluefox last edited by

              @LDSign:

              Hi

              Seit vorhin ist ein Update für den simple Web Adapter verfügbar. Allerdings konnte man dieses nicht vollständig installieren und der Adapter war danach zerschossen.

              Eine Neuinstallation ist ebenfalls nicht mehr möglich:

              $ ./iobroker add web
              npm install iobroker.web --production --prefix "/opt/iobroker" (System call)
              npm
               
              ERR! notarget
               No compatible version found: iobroker.socketio@'>=1.3.0'npm 
              ERR! notarget
               Valid install targets:npm
               ERR! 
              notarget
               ["0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.7","0.2.0","0.2.1","0.2.2","0.2.3","0.3.0","0.4.1","0.4.2","0.4.3","0.4.4","0.4.5","1.0.0","1.2.1","1.2.2","1.2.3"]
              npm
               ERR!
               notarget npm 
              ERR! notarget This is most likely not a problem with npm itself.
              npm ERR!
               
              notarget
               In most cases you or one of your dependencies are requesting
              npm
               ERR! 
              notarget a package version that doesn't exist.
              npm
               ERR! System
               Linux 4.2.0-35-generic
              npm
               
              ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "iobroker.web" "--production" "--prefix" "/opt/iobroker"
              npm ERR!
               cwd /
              npm ERR!
               node -v v0.10.25npm 
              ERR! npm -v 1.4.21npm ERR! code ETARGET
              
              npm ERR! npm ERR! Additional logging details can be found in:
              npm ERR!     /npm-debug.log
              npm ERR! not ok code 0
              
              ERROR: host.SmartHome Cannot install iobroker.web: 1
              ERROR: process exited with code 25
              
              

              Eine manuelle Installation (npm install iobroker.web) über die Konsole liefert folgendes:

              npm ERR! notarget No compatible version found: iobroker.socketio@'>=1.3.0'
              npm ERR! notarget Valid install targets:
              npm ERR! notarget ["0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.7","0.2.0","0.2.1","0.2.2","0.2.3","0.3.0","0.4.1","0.4.2","0.4.3","0.4.4","0.4.5","1.0.0","1.2.1","1.2.2","1.2.3"]
              npm ERR! notarget
              npm ERR! notarget This is most likely not a problem with npm itself.
              npm ERR! notarget In most cases you or one of your dependencies are requesting
              npm ERR! notarget a package version that doesn't exist.
              
              npm ERR! System Linux 4.2.0-35-generic
              npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "iobroker.web"
              npm ERR! cwd /opt/iobroker
              npm ERR! node -v v0.10.25
              npm ERR! npm -v 1.4.21
              npm ERR! code ETARGET
              npm ERR!
              npm ERR! Additional logging details can be found in:
              npm ERR!     /opt/iobroker/npm-debug.log
              npm ERR! not ok code 0
              
              

              Was läuft hier schief?

              Viele Grüße,

              Frank `
              Probier noch mal.

              1 Reply Last reply Reply Quote 0
              • L
                LDSign last edited by

                Läuft wieder 🙂 Danke für die schnelle Hilfe 🙂

                Gruß,

                Frank

                1 Reply Last reply Reply Quote 0
                • L
                  looxer01 last edited by

                  hier auch.

                  vielen Dank

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post

                  Support us

                  ioBroker
                  Community Adapters
                  Donate

                  392
                  Online

                  31.8k
                  Users

                  80.0k
                  Topics

                  1.3m
                  Posts

                  4
                  7
                  1073
                  Loading More Posts
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes
                  Reply
                  • Reply as topic
                  Log in to reply
                  Community
                  Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                  The ioBroker Community 2014-2023
                  logo