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. ioBroker Allgemein
  4. Js-controller 0.7.3

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    3.6k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.1k

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.5k

Js-controller 0.7.3

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
19 Beiträge 5 Kommentatoren 2.8k Aufrufe
  • Ä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.
  • P Offline
    P Offline
    Pman
    schrieb am zuletzt editiert von
    #5

    jetzt geht es hier mit web nicht weiter:

    $ ./iobroker add web
    npm install iobroker.web --production --prefix "/opt/iobroker" (System call)
    npm
     ERR! Linux 4.0.7-v7+
    npm
     ERR! argv "node" "/usr/local/bin/npm" "install" "iobroker.web" "--production" "--prefix" "/opt/iobroker"
    npm ERR! node v0.10.22
    npm ERR! npm  v2.13.0npm
     ERR! path /opt/iobroker/node_modules/iobroker.web/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/package.jsonnpm
     ERR! code ENOENTnpm ERR! errno 34
    
    npm ERR! enoent ENOENT, open '/opt/iobroker/node_modules/iobroker.web/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/package.json'
    
    npm ERR! enoent This is most likely not a problem with npm itselfnpm ERR! enoent and is related to npm not being able to find a file.
    
    npm ERR! enoent 
    
    npm 
    ERR!
     Please include the following file with any support request:
    npm ERR!     /opt/iobroker/node_modules/npm-debug.log
    Cannot install iobroker.web: 34
    ERROR: process exited with code 25
    

    bzw. bei socketio

    $ ./iobroker add socketio
    npm install iobroker.socketio --production --prefix "/opt/iobroker" (System call)
    npm
    
    ERR! Linux 4.0.7-v7+npm ERR! argv "node" "/usr/local/bin/npm" "install" "iobroker.socketio" "--production" "--prefix" "/opt/iobroker"
    npm ERR! node v0.10.22
    npm 
    ERR! npm  v2.13.0npm ERR! path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/package.json
    npm
     ERR! code ENOENTnpm ERR! errno 34
    
    npm ERR! enoent ENOENT, open '/opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/package.json'
    npm ERR! enoent This is most likely not a problem with npm itselfnpm ERR! enoent and is related to npm not being able to find a file.
    npm ERR! 
    enoent 
    
    npm
    
    ERR! Please include the following file with any support request:npm ERR!     /opt/iobroker/node_modules/npm-debug.log
    
    Cannot install iobroker.socketio: 34
    ERROR: process exited with code 25
    
    1 Antwort Letzte Antwort
    0
    • HomoranH Nicht stören
      HomoranH Nicht stören
      Homoran
      Global Moderator Administrators
      schrieb am zuletzt editiert von
      #6

      ich bin ein absoluter linux noob.

      ich habe bei dir die Meldung gesehen:
      @Pman:

      npm ERR! node v0.10.22

      npm ERR! npm  v2.13.0npm `

      node 0.10.22 ist ok,

      wollte dann meine npm version rausfinden mit

      npm version
      

      und erhalte:

      root@quad-pi:/opt/iobroker# npm version
      { http_parser: '1.0',
        node: '0.10.22',
        v8: '3.14.5.9',
        ares: '1.9.0-DEV',
        uv: '0.10.19',
        zlib: '1.2.3',
        modules: '11',
        openssl: '1.0.1e',
        npm: '1.3.14' }
      
      

      wieso hast du 2.13.0?

      und passt das zu node 0.10.22?

      Habe keine Ahnung :(

      Gruß

      Rainer

      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
      • P Offline
        P Offline
        Pman
        schrieb am zuletzt editiert von
        #7

        Stimmt, gute Frage.

        Nochmal neu angefangen mit

        sudo dpkg -i nodejs_0.10.22-1_armhf.deb
        ````und bin wieder bei 1.3.14
        
        npm install iobroker läuft durch, danach direkt ****socketio**** adapter:
        

        $ ./iobroker add socketio
        npm install iobroker.socketio --production --prefix "/opt/iobroker" (System call)
        npm
        http GET https://registry.npmjs.org/iobroker.socketio
        npm
        http
        304 https://registry.npmjs.org/iobroker.socketio
        npm
        http GET https://registry.npmjs.org/socket.io
        npm

        http GET
        https://registry.npmjs.org/request
        npm
        http GET https://registry.npmjs.org/cookie-parser
        npm
        http 304 https://registry.npmjs.org/request
        npm
        http 304 https://registry.npmjs.org/cookie-parser
        npm
        http 304 https://registry.npmjs.org/socket.io
        npm

        http GET
        https://registry.npmjs.org/cookie-signature/1.0.6
        npm
        http
        GET https://registry.npmjs.org/cookie/0.1.3
        npm
        http 304 https://registry.npmjs.org/cookie-signature/1.0.6
        npm
        http 304 https://registry.npmjs.org/cookie/0.1.3
        npm
        http GET https://registry.npmjs.org/engine.io/1.4.0
        npm
        http GET https://registry.npmjs.org/socket.io-parser/2.2.1
        npm
        http GET https://registry.npmjs.org/has-binary-data/0.1.3
        npm
        http GET https://registry.npmjs.org/socket.io-client/1.1.0
        npm
        http GET https://registry.npmjs.org/debug/0.7.4
        npm
        http GET https://registry.npmjs.org/socket.io-adapter/0.2.0
        npm
        http 304 https://registry.npmjs.org/debug/0.7.4
        npm
        http 304 https://registry.npmjs.org/socket.io-adapter/0.2.0
        npm
        http 304 https://registry.npmjs.org/has-binary-data/0.1.3
        npm
        http 304 https://registry.npmjs.org/socket.io-parser/2.2.1
        npm
        http 304 https://registry.npmjs.org/engine.io/1.4.0
        npm
        http 304 https://registry.npmjs.org/socket.io-client/1.1.0
        npm
        http GET https://registry.npmjs.org/forever-agent
        npm
        http GET https://registry.npmjs.org/mime-types
        npm
        http GET https://registry.npmjs.org/form-data
        npm
        http GET https://registry.npmjs.org/node-uuid
        npm
        http GET https://registry.npmjs.org/json-stringify-safe
        npm
        http GET https://registry.npmjs.org/qs
        npm
        http GET https://registry.npmjs.org/tunnel-agent
        npm http GET https://registry.npmjs.org/http-signature
        npm
        http GET https://registry.npmjs.org/tough-cookie
        npm http GET https://registry.npmjs.org/hawk/1.1.1
        npm http GET https://registry.npmjs.org/oauth-sign
        npm
        http GET https://registry.npmjs.org/aws-sign2
        npm http GET https://registry.npmjs.org/stringstream
        npm
        http GET https://registry.npmjs.org/combined-stream
        npm
        http GET https://registry.npmjs.org/bl
        npm
        http GET https://registry.npmjs.org/caseless
        npm
        http
        304 https://registry.npmjs.org/forever-agent
        npm http 304 https://registry.npmjs.org/form-data
        npm
        http 304 https://registry.npmjs.org/node-uuid
        npm http 304 https://registry.npmjs.org/mime-types
        npm
        http 304 https://registry.npmjs.org/json-stringify-safe
        npm http 304 https://registry.npmjs.org/qs
        npm
        http 304 https://registry.npmjs.org/tunnel-agent
        npm
        http 304 https://registry.npmjs.org/http-signature
        npm
        http 304 https://registry.npmjs.org/tough-cookie
        npm
        http 304 https://registry.npmjs.org/hawk/1.1.1
        npm
        http 304 https://registry.npmjs.org/oauth-sign
        npm
        http 304 https://registry.npmjs.org/aws-sign2
        npm
        http
        304 https://registry.npmjs.org/stringstream
        npm
        http 304 https://registry.npmjs.org/combined-stream
        npm
        http 304 https://registry.npmjs.org/bl
        npm
        http 304 https://registry.npmjs.org/caseless
        npm
        http GET https://registry.npmjs.org/socket.io-parser/2.1.2
        npm
        http 304 https://registry.npmjs.org/socket.io-parser/2.1.2
        npm
        http GET https://registry.npmjs.org/delayed-stream/0.0.5
        npm
        http GET https://registry.npmjs.org/async
        npm
        http 304 https://registry.npmjs.org/delayed-stream/0.0.5
        npm
        http 304 https://registry.npmjs.org/async
        npm
        http GET https://registry.npmjs.org/json3/3.2.6
        npm
        http GET https://registry.npmjs.org/component-emitter/1.1.2
        npm
        http GET https://registry.npmjs.org/isarray/0.0.1
        npm http GET https://registry.npmjs.org/benchmark/1.0.0
        npm
        http 304 https://registry.npmjs.org/component-emitter/1.1.2
        npm
        http 304 https://registry.npmjs.org/isarray/0.0.1
        npm
        http 304 https://registry.npmjs.org/benchmark/1.0.0
        npm
        http GET https://registry.npmjs.org/readable-stream
        npm
        http GET https://registry.npmjs.org/assert-plus
        npm
        http GET https://registry.npmjs.org/asn1/0.1.11
        npm
        http GET https://registry.npmjs.org/ctype/0.5.3
        npm
        http 304 https://registry.npmjs.org/readable-stream
        npm
        http 304 https://registry.npmjs.org/json3/3.2.6
        npm http 304 https://registry.npmjs.org/assert-plus
        npm
        http 304 https://registry.npmjs.org/asn1/0.1.11
        npm
        http 304 https://registry.npmjs.org/ctype/0.5.3
        npm
        http GET http://github.com/component/emitter/archive/1.0.1.tar.gz
        npm
        http GET https://registry.npmjs.org/mime-db
        npm
        http GET https://registry.npmjs.org/engine.io-parser/1.1.0
        npm
        http GET https://registry.npmjs.org/debug/1.0.3
        npm http GET https://registry.npmjs.org/base64id/0.1.0
        npm
        http GET https://registry.npmjs.org/ws/0.4.31
        npm
        http 304 https://registry.npmjs.org/mime-db
        npm
        http 304 https://registry.npmjs.org/base64id/0.1.0
        npm
        http 304 https://registry.npmjs.org/ws/0.4.31
        npm
        http 304 https://registry.npmjs.org/debug/1.0.3
        npm
        http 304 https://registry.npmjs.org/engine.io-parser/1.1.0
        npm
        http 200 http://github.com/component/emitter/archive/1.0.1.tar.gz
        npm
        http GET https://registry.npmjs.org/ms/0.6.2
        npm
        http GET https://registry.npmjs.org/string_decoder
        npm http GET https://registry.npmjs.org/inherits
        npm
        http GET https://registry.npmjs.org/core-util-is
        npm
        http GET https://registry.npmjs.org/has-binary/0.1.5
        npm
        http GET https://registry.npmjs.org/indexof/0.0.1
        npm http GET https://registry.npmjs.org/parseuri/0.0.2
        npm
        http GET https://registry.npmjs.org/to-array/0.1.3
        npm http GET https://registry.npmjs.org/engine.io-client/1.4.0
        npm
        http GET https://registry.npmjs.org/socket.io-parser/2.2.2
        npm
        http GET https://registry.npmjs.org/component-bind/1.0.0
        npm
        http GET https://registry.npmjs.org/object-component/0.0.3
        npm
        http 304 https://registry.npmjs.org/ms/0.6.2
        npm
        http 304 https://registry.npmjs.org/string_decoder
        npm
        http 304 https://registry.npmjs.org/inherits
        npm
        http 304 https://registry.npmjs.org/core-util-is
        npm
        http 304 https://registry.npmjs.org/indexof/0.0.1
        npm
        http GET https://registry.npmjs.org/blob/0.0.2
        npm http GET https://registry.npmjs.org/utf8/2.0.0
        npm
        http GET https://registry.npmjs.org/after/0.8.1
        npm
        http GET https://registry.npmjs.org/base64-arraybuffer/0.1.2
        npm
        http GET https://registry.npmjs.org/arraybuffer.slice/0.0.6
        npm
        http 304 https://registry.npmjs.org/has-binary/0.1.5
        npm
        http 304 https://registry.npmjs.org/engine.io-client/1.4.0
        npm
        http 304 https://registry.npmjs.org/object-component/0.0.3
        npm
        http 304 https://registry.npmjs.org/component-bind/1.0.0
        npm
        http 304 https://registry.npmjs.org/socket.io-parser/2.2.2
        npm
        http 304 https://registry.npmjs.org/parseuri/0.0.2
        npm
        http 304 https://registry.npmjs.org/to-array/0.1.3
        npm
        http 304 https://registry.npmjs.org/after/0.8.1
        npm
        http 304 https://registry.npmjs.org/blob/0.0.2
        npm
        http 304 https://registry.npmjs.org/arraybuffer.slice/0.0.6
        npm
        http 304 https://registry.npmjs.org/utf8/2.0.0
        npm http 304 https://registry.npmjs.org/base64-arraybuffer/0.1.2
        npm ERR! Error: ENOENT, utime '/opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/indexof/index.js'npm ERR! If you need help, you may report this log at:
        npm ERR!
        <http: github.com/isaacs/npm/issues="">npm ERR! or email it to:
        npm ERR! npm-@googlegroups.com

        npm ERR! System Linux 4.0.7-v7+

        npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.socketio" "--production" "--prefix" "/opt/iobroker"
        npm ERR! cwd /opt/iobroker/node_modulesnpm ERR! node -v
        v0.10.22npm ERR! npm -v 1.3.14

        npm ERR! path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/indexof/index.jsnpm ERR! fstream_path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/indexof/index.js
        npm ERR! fstream_type File
        npm ERR! fstream_class FileWriter
        npm ERR! fstream_finish_call utimes
        npm ERR! code ENOENT
        npm ERR! errno 34
        npm ERR!
        fstream_stack /usr/local/lib/node_modules/npm/node_modules/fstream/lib/writer.js:305:19npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)

        npm
        ERR! Error: ENOENT, utime '/opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/has-binary/README.md'npm ERR!
        If you need help, you may report this log at:npm
        ERR!
        <http: github.com/isaacs/npm/issues="">npm ERR! or email it to:
        npm ERR! npm-@googlegroups.com

        npm
        ERR! System Linux 4.0.7-v7+npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.socketio" "--production" "--prefix" "/opt/iobroker"
        npm ERR! cwd /opt/iobroker/node_modules

        npm ERR! node -v v0.10.22npm ERR! npm -v 1.3.14

        npm ERR! path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/has-binary/README.mdnpm ERR!
        fstream_path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/has-binary/README.md
        npm ERR! fstream_type Filenpm ERR! fstream_class FileWriter

        npm ERR! fstream_finish_call utimesnpm ERR! code ENOENT
        npm
        ERR! errno 34npm ERR! fstream_stack /usr/local/lib/node_modules/npm/node_modules/fstream/lib/writer.js:305:19
        npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)

        npm ERR! Error: ENOENT, utime '/opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/component-bind/index.js'npm ERR! If you need help, you may report this log at:
        npm ERR! <http: github.com/isaacs/npm/issues="">
        npm ERR! or email it to:
        npm ERR! npm-@googlegroups.com

        npm ERR! System Linux 4.0.7-v7+

        npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.socketio" "--production" "--prefix" "/opt/iobroker"npm ERR! cwd /opt/iobroker/node_modules
        npm ERR! node -v v0.10.22
        npm ERR!
        npm -v 1.3.14
        npm ERR! path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/component-bind/index.jsnpm ERR! fstream_path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/component-bind/index.js
        npm ERR! fstream_type File
        npm ERR! fstream_class FileWriter
        npm ERR! fstream_finish_call utimes
        npm ERR! code ENOENT
        npm ERR! errno 34
        npm ERR! fstream_stack /usr/local/lib/node_modules/npm/node_modules/fstream/lib/writer.js:305:19
        npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)
        npm ERR! Error: ENOENT, lstat '/opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/to-array/README.md'
        npm ERR! If you need help, you may report this log at:
        npm ERR! <http: github.com/isaacs/npm/issues="">
        npm ERR! or email it to:
        npm
        ERR! npm-@googlegroups.com
        npm ERR! System Linux 4.0.7-v7+
        npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.socketio" "--production" "--prefix" "/opt/iobroker"
        npm ERR! cwd /opt/iobroker/node_modules
        npm ERR!
        node -v v0.10.22npm ERR! npm -v 1.3.14
        npm ERR! path
        /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/to-array/README.mdnpm
        ERR! fstream_path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/to-array/README.mdnpm ERR! fstream_type File
        npm ERR! fstream_class FileWriter
        npm ERR! code ENOENT
        npm ERR! errno 34

        npm ERR! fstream_stack /usr/local/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)
        npm ERR! Error: ENOENT, lstat '/opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/object-component/index.js'
        npm ERR! If you need help, you may report this log at:
        npm ERR! <http: github.com/isaacs/npm/issues="">
        npm ERR! or email it to:
        npm ERR! npm-@googlegroups.com

        npm ERR! System Linux 4.0.7-v7+
        npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.socketio" "--production" "--prefix" "/opt/iobroker"
        npm ERR! cwd /opt/iobroker/node_modules
        npm ERR! node -v v0.10.22
        npm ERR! npm -v 1.3.14
        npm ERR! path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/object-component/index.js
        npm ERR! fstream_path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/object-component/index.js
        npm ERR! fstream_type File
        npm ERR! fstream_class FileWriter
        npm ERR! code ENOENT
        npm ERR! errno 34
        npm ERR! fstream_stack /usr/local/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
        npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)

        npm
        ERR! Error: ENOENT, lstat '/opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/parseuri/test.js'npm ERR! If you need help, you may report this log at:
        npm ERR! <http: github.com/isaacs/npm/issues="">
        npm ERR! or email it to:
        npm ERR! npm-@googlegroups.com

        npm ERR! System Linux 4.0.7-v7+
        npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.socketio" "--production" "--prefix" "/opt/iobroker"
        npm ERR! cwd /opt/iobroker/node_modules
        npm ERR! node -v v0.10.22
        npm ERR! npm -v 1.3.14
        npm ERR! path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/parseuri/test.js
        npm ERR! fstream_path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/parseuri/test.js
        npm ERR! fstream_type File
        npm ERR! fstream_class
        FileWriternpm ERR! code ENOENT
        npm ERR! errno 34
        npm
        ERR! fstream_stack /usr/local/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)

        npm ERR! Error: ENOENT, lstat '/opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/component-emitter/index.js'npm ERR! If you need help, you may report this log at:
        npm ERR! <http: github.com/isaacs/npm/issues="">
        npm ERR! or email it to:
        npm ERR! npm-@googlegroups.com

        npm ERR! System Linux 4.0.7-v7+
        npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.socketio" "--production" "--prefix" "/opt/iobroker"
        npm ERR! cwd /opt/iobroker/node_modules
        npm ERR! node -v v0.10.22
        npm ERR! npm -v 1.3.14
        npm ERR! path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/component-emitter/index.js
        npm
        ERR! fstream_path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/component-emitter/index.jsnpm ERR! fstream_type File
        npm ERR! fstream_class FileWriter
        npm ERR! code ENOENT
        npm ERR! errno 34
        npm ERR! fstream_stack /usr/local/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26

        npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)
        npm
        ERR! Error: ENOENT, lstat '/opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/socket.io-parser/binary.js'
        npm ERR! If you need help, you may report this log at:npm ERR! <http: github.com/isaacs/npm/issues="">
        npm ERR! or email it to:
        npm ERR! npm-@googlegroups.com

        npm ERR! System Linux 4.0.7-v7+
        npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.socketio" "--production" "--prefix" "/opt/iobroker"
        npm ERR! cwd /opt/iobroker/node_modules
        npm ERR! node -v v0.10.22
        npm ERR! npm -v 1.3.14
        npm ERR! path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/socket.io-parser/binary.js
        npm ERR! fstream_path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/socket.io-parser/binary.js
        npm ERR! fstream_type File
        npm ERR! fstream_class FileWriter
        npm ERR! code ENOENT
        npm ERR! errno 34
        npm ERR! fstream_stack /usr/local/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
        npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)

        npm
        ERR! Error: ENOENT, lstat '/opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/engine.io/node_modules/engine.io-parser/node_modules/after/.npmignore'npm ERR! If you need help, you may report this log at:
        npm ERR! <http: github.com/isaacs/npm/issues="">
        npm ERR!
        or email it to:npm ERR! npm-@googlegroups.com

        npm ERR! System Linux 4.0.7-v7+

        npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.socketio" "--production" "--prefix" "/opt/iobroker"npm ERR! cwd /opt/iobroker/node_modules
        npm ERR! node -v v0.10.22
        npm ERR! npm -v 1.3.14
        npm ERR!
        path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/engine.io/node_modules/engine.io-parser/node_modules/after/.npmignorenpm
        ERR! fstream_path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/engine.io/node_modules/engine.io-parser/node_modules/after/.npmignorenpm ERR! fstream_type File
        npm ERR! fstream_class FileWriter
        npm ERR! code ENOENT
        npm ERR!
        errno 34npm ERR! fstream_stack /usr/local/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
        npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)

        npm ERR! Error: ENOENT, lstat '/opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/engine.io/node_modules/engine.io-parser/node_modules/blob/.npmignore'npm
        ERR! If you need help, you may report this log at:npm ERR! <http: github.com/isaacs/npm/issues="">
        npm ERR! or email it to:
        npm ERR! npm-@googlegroups.com

        npm ERR!
        System Linux 4.0.7-v7+npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.socketio" "--production" "--prefix" "/opt/iobroker"
        npm ERR! cwd /opt/iobroker/node_modules
        npm ERR! node -v v0.10.22
        npm ERR! npm -v
        1.3.14npm ERR! path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/engine.io/node_modules/engine.io-parser/node_modules/blob/.npmignore
        npm ERR! fstream_path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/engine.io/node_modules/engine.io-parser/node_modules/blob/.npmignore
        npm ERR! fstream_type
        Filenpm ERR! fstream_class FileWriter
        npm ERR! code ENOENT

        npm ERR! errno 34npm ERR! fstream_stack /usr/local/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
        npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)

        npm ERR! Error: ENOENT, lstat '/opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/engine.io/node_modules/engine.io-parser/node_modules/arraybuffer.slice/.npmignore'
        npm ERR! If you need help, you may report this log at:npm ERR! <http: github.com/isaacs/npm/issues="">
        npm ERR! or email it to:

        npm ERR! npm-@googlegroups.com
        npm ERR! System Linux 4.0.7-v7+
        npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.socketio" "--production" "--prefix" "/opt/iobroker"
        npm ERR! cwd
        /opt/iobroker/node_modulesnpm ERR! node -v v0.10.22
        npm ERR! npm -v 1.3.14

        npm ERR! path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/engine.io/node_modules/engine.io-parser/node_modules/arraybuffer.slice/.npmignorenpm ERR! fstream_path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/engine.io/node_modules/engine.io-parser/node_modules/arraybuffer.slice/.npmignore
        npm ERR! fstream_type File
        npm
        ERR! fstream_class FileWriternpm ERR! code ENOENT
        npm ERR! errno 34

        npm ERR! fstream_stack /usr/local/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)

        npm ERR! error rolling back Error: ENOTEMPTY, rmdir '/opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/engine.io/node_modules/engine.io-parser/node_modules/base64-arraybuffer'npm ERR! error rolling back socket.io@1.1.0 { [Error: ENOTEMPTY, rmdir '/opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/engine.io/node_modules/engine.io-parser/node_modules/base64-arraybuffer']
        npm ERR! error rolling back errno: 53,
        npm ERR! error rolling back code: 'ENOTEMPTY',
        npm ERR! error rolling back path: '/opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/engine.io/node_modules/engine.io-parser/node_modules/base64-arraybuffer' }

        npm ERR! EEXIST, mkdir '/opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/engine.io/node_modules/engine.io-parser/node_modules/utf8'File exists: /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/engine.io/node_modules/engine.io-parser/node_modules/utf8
        Move it away, and try again.

        npm ERR! System Linux 4.0.7-v7+
        npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.socketio" "--production" "--prefix" "/opt/iobroker"
        npm ERR! cwd /opt/iobroker/node_modules
        npm ERR! node -v v0.10.22
        npm ERR! npm -v 1.3.14
        npm ERR! path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/engine.io/node_modules/engine.io-parser/node_modules/utf8
        npm ERR! fstream_path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/engine.io/node_modules/engine.io-parser/node_modules/utf8/.npmignore
        npm ERR! fstream_type File
        npm ERR! fstream_class FileWriter
        npm ERR! code EEXIST
        npm ERR! errno 47

        npm ERR! fstream_stack /usr/local/lib/node_modules/npm/node_modules/fstream/lib/writer.js:171:23npm ERR! fstream_stack /usr/local/lib/node_modules/npm/node_modules/mkdirp/index.js:37:53
        npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)

        npm
        ERR! Error: ENOENT, lstat '/opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-parser/node_modules/json3/coverage/lcov-report/prettify.js'npm ERR! If you need help, you may report this log at:
        npm ERR! <http: github.com/isaacs/npm/issues="">
        npm
        ERR! or email it to:npm ERR! npm-@googlegroups.com

        npm ERR! System
        Linux 4.0.7-v7+
        npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.socketio" "--production" "--prefix" "/opt/iobroker"npm ERR! cwd /opt/iobroker/node_modules
        npm ERR! node -v v0.10.22
        npm ERR! npm -v 1.3.14
        npm ERR! path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-parser/node_modules/json3/coverage/lcov-report/prettify.js
        npm ERR! fstream_path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-parser/node_modules/json3/coverage/lcov-report/prettify.js
        npm ERR! fstream_type File
        npm ERR! fstream_class FileWriter

        npm ERR! code ENOENTnpm ERR! errno 34
        npm ERR! fstream_stack /usr/local/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
        npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)

        npm ERR! error rolling back Error: ENOTEMPTY, rmdir '/opt/iobroker/node_modules/iobroker.socketio/node_modules/request/node_modules/hawk/test'npm ERR! error rolling back iobroker.socketio@0.4.4 { [Error: ENOTEMPTY, rmdir '/opt/iobroker/node_modules/iobroker.socketio/node_modules/request/node_modules/hawk/test']
        npm ERR! error rolling back errno: 53,
        npm ERR! error rolling back code: 'ENOTEMPTY',
        npm ERR! error rolling back path: '/opt/iobroker/node_modules/iobroker.socketio/node_modules/request/node_modules/hawk/test' }

        npm ERR! Error: ENOENT, open '/opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/package.json'npm ERR! If you need help, you may report this log at:

        npm ERR! <http: github.com/isaacs/npm/issues="">npm ERR! or email it to:
        npm ERR! npm-@googlegroups.com

        npm ERR! System Linux 4.0.7-v7+
        npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.socketio" "--production" "--prefix" "/opt/iobroker"
        npm ERR! cwd /opt/iobroker/node_modules

        npm ERR! node -v v0.10.22
        npm ERR! npm -v 1.3.14npm ERR! path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/package.json

        npm ERR! code ENOENTnpm ERR! errno 34

        npm
        ERR! Error: ENOENT, lstat '/opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-adapter/node_modules/socket.io-parser/node_modules/emitter/Readme.md'npm ERR! If you need help, you may report this log at:
        npm ERR! <http: github.com/isaacs/npm/issues="">
        npm
        ERR! or email it to:npm ERR! npm-@googlegroups.com

        npm ERR! System Linux 4.0.7-v7+

        npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.socketio" "--production" "--prefix" "/opt/iobroker"npm ERR! cwd /opt/iobroker/node_modules
        npm ERR! node -v v0.10.22
        npm
        ERR! npm -v 1.3.14npm ERR! path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-adapter/node_modules/socket.io-parser/node_modules/emitter/Readme.md
        npm ERR!
        fstream_path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-adapter/node_modules/socket.io-parser/node_modules/emitter/Readme.mdnpm ERR! fstream_type File
        npm ERR! fstream_class FileWriter
        npm ERR!
        code ENOENTnpm ERR! errno 34
        npm ERR! fstream_stack /usr/local/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
        npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)

        npm ERR! Error: ENOENT, lstat '/opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/engine.io/node_modules/engine.io-parser/node_modules/base64-arraybuffer/LICENSE-MIT'npm ERR! If you need help, you may report this log at:
        npm ERR! <http: github.com/isaacs/npm/issues="">
        npm ERR! or email it to:
        npm ERR! npm-@googlegroups.com

        npm ERR! System Linux 4.0.7-v7+
        npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.socketio" "--production" "--prefix" "/opt/iobroker"
        npm ERR! cwd /opt/iobroker/node_modules
        npm ERR! node -v v0.10.22
        npm ERR! npm -v 1.3.14
        npm ERR! path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/engine.io/node_modules/engine.io-parser/node_modules/base64-arraybuffer/LICENSE-MIT
        npm ERR! fstream_path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/engine.io/node_modules/engine.io-parser/node_modules/base64-arraybuffer/LICENSE-MIT
        npm ERR! fstream_type File
        npm ERR! fstream_class FileWriter

        npm ERR! code ENOENTnpm ERR! errno 34
        npm ERR! fstream_stack /usr/local/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
        npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)

        npm
        ERR! Error: ENOENT, lstat '/opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/engine.io/node_modules/ws/test/WebSocket.test.js'npm ERR! If you need help, you may report this log at:
        npm
        ERR! <http: github.com/isaacs/npm/issues="">npm ERR! or email it to:
        npm ERR! npm-@googlegroups.com

        npm ERR! System Linux 4.0.7-v7+
        npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.socketio" "--production" "--prefix" "/opt/iobroker"
        npm
        ERR! cwd /opt/iobroker/node_modulesnpm ERR! node -v v0.10.22
        npm ERR! npm -v 1.3.14
        npm ERR! path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/engine.io/node_modules/ws/test/WebSocket.test.js

        npm ERR! fstream_path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/engine.io/node_modules/ws/test/WebSocket.test.jsnpm ERR! fstream_type File
        npm ERR! fstream_class FileWriter

        npm ERR! code ENOENTnpm ERR! errno 34
        npm ERR! fstream_stack /usr/local/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
        npm ERR!
        fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)
        npm
        ERR! Error: ENOENT, lstat '/opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-parser/node_modules/benchmark/test/test.js'npm ERR! If you need help, you may report this log at:
        npm ERR!
        <http: github.com/isaacs/npm/issues="">npm ERR! or email it to:
        npm ERR! npm-@googlegroups.com

        npm ERR! System Linux 4.0.7-v7+npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.socketio" "--production" "--prefix" "/opt/iobroker"
        npm ERR! cwd /opt/iobroker/node_modules
        npm ERR! node -v
        v0.10.22npm ERR! npm -v 1.3.14
        npm ERR! path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-parser/node_modules/benchmark/test/test.js
        npm ERR!
        fstream_path /opt/iobroker/node_modules/iobroker.socketio/node_modules/socket.io/node_modules/socket.io-parser/node_modules/benchmark/test/test.jsnpm ERR! fstream_type File
        npm ERR! fstream_class FileWriter
        npm ERR! code ENOENT
        npm ERR!
        errno 34npm ERR! fstream_stack /usr/local/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
        npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)

        npm
        ERR! Error: ENOENT, lstat '/opt/iobroker/node_modules/iobroker.socketio/node_modules/request/node_modules/tough-cookie/public-suffix.txt'npm ERR! If you need help, you may report this log at:
        npm ERR!
        <http: github.com/isaacs/npm/issues="">npm ERR! or email it to:
        npm ERR! npm-@googlegroups.com

        npm ERR! System Linux 4.0.7-v7+npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.socketio" "--production" "--prefix" "/opt/iobroker"
        npm ERR! cwd /opt/iobroker/node_modules
        npm ERR!
        node -v v0.10.22
        npm ERR! npm -v 1.3.14npm ERR! path /opt/iobroker/node_modules/iobroker.socketio/node_modules/request/node_modules/tough-cookie/public-suffix.txt
        npm ERR! fstream_path /opt/iobroker/node_modules/iobroker.socketio/node_modules/request/node_modules/tough-cookie/public-suffix.txt
        npm ERR! fstream_type File
        npm ERR! fstream_class FileWriter
        npm ERR! code ENOENT
        npm ERR! errno 34
        npm ERR! fstream_stack /usr/local/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
        npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)

        npm
        ERR! npm ERR! Additional logging details can be found in:
        npm ERR! /opt/iobroker/node_modules/npm-debug.log

        npm ERR! not ok code 0
        Cannot install iobroker.socketio: 34
        ERROR: process exited with code 25</anonymous>/npm-@googlegroups.com</http:></anonymous>/npm-@googlegroups.com</http:></anonymous>/npm-@googlegroups.com</http:></anonymous>/npm-@googlegroups.com</http:></anonymous>/npm-@googlegroups.com</http:>/npm-@googlegroups.com</http:></anonymous>/npm-@googlegroups.com</http:></anonymous>/npm-@googlegroups.com</http:></anonymous>/npm-@googlegroups.com</http:></anonymous>/npm-@googlegroups.com</http:></anonymous>/npm-@googlegroups.com</http:></anonymous>/npm-@googlegroups.com</http:></anonymous>/npm-@googlegroups.com</http:></anonymous>/npm-@googlegroups.com</http:></anonymous>/npm-@googlegroups.com</http:></anonymous>/npm-@googlegroups.com</http:></anonymous>/npm-@googlegroups.com</http:></anonymous>/npm-@googlegroups.com</http:>

        
        Bin also leider noch immer nicht weiter. Vielleicht hab ich mir irgendwie das ganze npm kaputt gemacht?
        1 Antwort Letzte Antwort
        0
        • HomoranH Nicht stören
          HomoranH Nicht stören
          Homoran
          Global Moderator Administrators
          schrieb am zuletzt editiert von
          #8

          @Pman:

          Vielleicht hab ich mir irgendwie das ganze npm kaputt gemacht? `

          naja, aber vielleicht gibt es heute nur wieder Probleme mit dem npm-server.

          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
          • P Offline
            P Offline
            pix
            schrieb am zuletzt editiert von
            #9

            Hallo,
            @Homoran:

            naja, aber vielleicht gibt es heute nur wieder Probleme mit dem npm-server. `

            Das kann gut sein. Habe vorhin versucht, den hmm-Adapter zu installieren und die gleichen Fehler bekommen.

            Also morgen nochmal…

            Gruß

            Pix

            ioBroker auf Ubuntu in Proxmox (früher Mac mini (bis OS X 10.12.6 Sierra), VIS via iOS; angeschlossen: Homematic CCU2, Homepilot 1, ConBee II, einige Wemos, Sonos, Unifi CK+Protect, Homekit, Homebridge; KEIN blockly! Github-Profil

            1 Antwort Letzte Antwort
            0
            • derAugeD Offline
              derAugeD Offline
              derAuge
              schrieb am zuletzt editiert von
              #10
              • iobroker 2015-07-13 07:19:19 info exit 0
              iobroker 2015-07-13 07:19:19 info Starting node restart.js
              
              iobroker 2015-07-13 07:19:19 info Chmod finished. Restart controller
              
              iobroker 2015-07-13 07:19:19 info Execute: chmod 777 -R /opt/iobroker/node_modules/iobroker.js-controller
              
              iobroker 2015-07-13 07:19:19 info Host "Pi2-3" (linux) updated
              
              iobroker 2015-07-13 07:17:33 info npm install iobroker.js-controller –production --prefix "/opt/iobroker" (System call)
              
              iobroker 2015-07-13 07:17:32 info upgrade self 
              

              Das mit dem Restat scheind nicht zu funktionieren.

              • iobroker 2015-07-13 07:20:20 info exit 0
              iobroker 2015-07-13 07:20:20 info Starting node restart.js
              
              iobroker 2015-07-13 07:20:19 info _restart 
              

              Sieht im LOG soweit gut aus.

              Wenn ich mit der Console (Putty ssh) schaue bleicht die PID gleiche.

              auch ein "ionroker restart" hilft nicht

              auch ein "iobroker stop" ist nicht in der lage die Prozesse zu beenden

              also hilft nur ein "init 6" (Neustart)

              Gruß

              Jürgen

              1 Antwort Letzte Antwort
              0
              • BluefoxB Offline
                BluefoxB Offline
                Bluefox
                schrieb am zuletzt editiert von
                #11

                Habe gerade unter Windows und Ubunta ausprobiert. Es geht. Es ist irgendwas mit Rechten.

                Vielleicht:

                "sudo npm install iobroker.web"

                1 Antwort Letzte Antwort
                0
                • HomoranH Nicht stören
                  HomoranH Nicht stören
                  Homoran
                  Global Moderator Administrators
                  schrieb am zuletzt editiert von
                  #12

                  Ich habe gerade auf der anderen Installation versucht upzudaten.

                  unter "hosts" unten links auf das update icon geklickt - nichts

                  unter adapter oben links auf das update-icon geklickt - auch nichts

                  mit putty ./iobroker update eingegeben:

                  root@RPi-Basement:/opt/iobroker# ./iobroker update
                  Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.socketio/master/package.json. Error: Error: ETIMEDOUT
                  Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.onkyo/master/package.json. Error: Error: ETIMEDOUT
                  Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.hm-rpc/master/package.json. Error: Error: ETIMEDOUT
                  Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.owfs/master/package.json. Error: Error: ETIMEDOUT
                  Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.pushover/master/package.json. Error: Error: ETIMEDOUT
                  Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.rickshaw/master/package.json. Error: Error: ETIMEDOUT
                  Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.sonos/master/package.json. Error: Error: ETIMEDOUT
                  Cannot download json from https://raw.githubusercontent.com/ioBroker/ioBroker.vis/master/package.json. Error: Error: ETIMEDOUT
                  ...
                  
                  

                  Werden die Fehler beim Aufruf über die WebUI abgefangen? sie erscheinen nicht im log.

                  der Rest ok, auch der controller wird als updateable gekennzeichnet.

                  Nach F5 im Reiter "Hosts" ist dann auch das update verfügbar

                  Anscheinend bleibt hier das update aber hängen. :(

                  Gruß

                  Rainer

                  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
                  • P Offline
                    P Offline
                    Pman
                    schrieb am zuletzt editiert von
                    #13

                    Ich habe jetzt nochmal alles unter /root/.npm/ gelöscht, da waren anscheinend Fehler in den Archiven und die wurden nicht neu runtergeladen. Danach ließ sich web installieren, jedoch nicht starten, da simple-api und socketio nicht unter /opt/iobroker/node_modules/iobroker.web/node_modules/ gefunden wurden. Ich habe dann kurzerhand ein npm install iobroker.socketio im iobroker.web Verzeichnis gestartet und jetzt geht es. In den iobroker.web Einstellungen beides auf "intern".

                    Nächstes Problem: die Metro widgets werden im Editor nicht angezeigt, sind links in der Widgetauswahl nicht vorhanden.

                    1 Antwort Letzte Antwort
                    0
                    • HomoranH Nicht stören
                      HomoranH Nicht stören
                      Homoran
                      Global Moderator Administrators
                      schrieb am zuletzt editiert von
                      #14

                      @Pman:

                      Nächstes Problem: die Metro widgets werden im Editor nicht angezeigt, sind links in der Widgetauswahl nicht vorhanden. `
                      Hast du die metro-widgets separat installiert?

                      Sie sind nicht mehr Bestandteil von vis!

                      @Pman:

                      da waren anscheinend Fehler in den Archiven und die wurden nicht neu runtergeladen. `
                      da sollte helfen:

                      cd /opt/iobroker
                      npm cache clean
                      

                      Gruß

                      Rainer

                      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
                      • P Offline
                        P Offline
                        Pman
                        schrieb am zuletzt editiert von
                        #15

                        ` > Hast du die metro-widgets separat installiert?

                        Sie sind nicht mehr Bestandteil von vis! `

                        Ja sicher, sind installiert!

                        http://192.168.0.10:8082/vis/widgets/metro/css/iconFont.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
                        http://192.168.0.10:8082/vis/widgets/metro/css/metro-bootstrap.css Failed to load resource: the server responded with a status of 404 (Not Found)
                        http://192.168.0.10:8082/vis/widgets/metro/js/metro.js Failed to load resource: the server responded with a status of 404 (Not Found)
                        

                        Die Dateien sind aber unter node_modules/iobroker.vis/www/widgets/metro/ vorhanden.

                        EDIT:

                        Bei der Installation von vis habe ich noch eine Warnung gefunden:

                        $ ./iobroker add vis
                        npm install iobroker.vis --production --prefix "/opt/iobroker" (System call)
                        npm
                         http GET https://registry.npmjs.org/iobroker.vis
                        npm http 200 https://registry.npmjs.org/iobroker.vis
                        npm 
                        http GET https://registry.npmjs.org/iobroker.vis/-/iobroker.vis-0.6.2.tgz
                        npm
                         http 200 https://registry.npmjs.org/iobroker.vis/-/iobroker.vis-0.6.2.tgz
                        install adapter vis
                        npm install --production --prefix "/opt/iobroker/node_modules/iobroker.vis" (System call)
                        npm
                         WARN cannot run in wd
                         iobroker.vis@0.6.2 node main.js --install (wd=/opt/iobroker/node_modules/iobroker.vis)
                        got /opt/iobroker/node_modules/iobroker.vis/admin
                        upload [1] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/vis.png vis.png image/png
                        ...
                        

                        EDIT 2:

                        Wenn ich vis-metro installiere und dieses dann vis mitinstalliert sind die widgets übrigens da! Bin vorher mehrfach vergeblich den umgekehrten Weg gegangen.
                        721_fehler.jpg
                        721_keinstate.jpg

                        1 Antwort Letzte Antwort
                        0
                        • BluefoxB Offline
                          BluefoxB Offline
                          Bluefox
                          schrieb am zuletzt editiert von
                          #16

                          Noch ein Fehler in 0.7.3

                          /opt/iobroker/iobroker-data/node_modules/ioBroker.js-controller/conf/sources-dist.json

                          Statt (Zeile 27)

                          
                            "flot": {
                              "meta": "https://raw.githubusercontent.com/ruhr70/ioBroker.flot/master/io-package.json",
                              "icon": "https://raw.githubusercontent.com/ruhr70/ioBroker.flot/master/admin/flot.png"
                            },
                          
                          

                          muss sein

                          
                            "flot": {
                              "meta": "https://raw.githubusercontent.com/ioBroker/ioBroker.flot/master/io-package.json",
                              "icon": "https://raw.githubusercontent.com/ioBroker/ioBroker.flot/master/admin/flot.png"
                            },
                          
                          

                          Mann kann manuell ändern oder die nächste Version abwarten (nicht bald :( )

                          1 Antwort Letzte Antwort
                          0
                          • P Offline
                            P Offline
                            Pman
                            schrieb am zuletzt editiert von
                            #17

                            übrigens werden die vorhanden Widgets jetzt angezeigt, ich kann aber keiner neuen Metro Widgets hinzufügen (Metro fehlt links in der Liste).

                            EDIT:

                            Okay… iobroker.web hat mir immer eine alte config.js ausgeliefert, da war kein metro drin. Ein neustart von iobroker.web hat es dann behoben.

                            1 Antwort Letzte Antwort
                            0
                            • BluefoxB Offline
                              BluefoxB Offline
                              Bluefox
                              schrieb am zuletzt editiert von
                              #18

                              @Pman:

                              übrigens werden die vorhanden Widgets jetzt angezeigt, ich kann aber keiner neuen Metro Widgets hinzufügen (Metro fehlt links in der Liste).

                              EDIT:

                              Okay… iobroker.web hat mir immer eine alte config.js ausgeliefert, da war kein metro drin. Ein neustart von iobroker.web hat es dann behoben. `
                              Habe gerade einen Fehler gefunden (mit config.js). In der nächste Version wird es besser. ;)

                              1 Antwort Letzte Antwort
                              0
                              • P Offline
                                P Offline
                                Pman
                                schrieb am zuletzt editiert von
                                #19

                                geht ja immer fix hier mit den Updates :).

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


                                Support us

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

                                778

                                Online

                                32.7k

                                Benutzer

                                82.4k

                                Themen

                                1.3m

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

                                • Du hast noch kein Konto? Registrieren

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