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. Error/Bug
  4. Problem inventwo.vis-icontwo auf Ubuntu Windows10LinuxSubsys

NEWS

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    5
    1
    42

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.4k

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

Problem inventwo.vis-icontwo auf Ubuntu Windows10LinuxSubsys

Geplant Angeheftet Gesperrt Verschoben Error/Bug
2 Beiträge 2 Kommentatoren 213 Aufrufe 2 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.
  • S Offline
    S Offline
    Schwabe
    schrieb am zuletzt editiert von
    #1
    Systemdata Bitte Ausfüllen
    Hardwaresystem: PC Intel I9
    Arbeitsspeicher: 32GB
    Festplattenart: SSD
    Betriebssystem: Ubuntu Windows10 Linux Subsystem
    Node-Version: 10.x.x
    Nodejs-Version: 14.18.1
    NPM-Version: 6.14.15
    Installationsart: Browser und Konsole
    Image genutzt: Nein
    Ort/Name der Imagedatei: Link

    Ich habe 2 ioBroker Systeme am Laufen, das eine auf einem TinkerBoard S (RasPi) und das andere unter Ubuntu als Subsystem von Windows 10. Auf beiden Systemen habe ich die selben über 20 Adapter installiert. Lediglich das inventwo.vis-icontwo bekomme ich auf dem Ubuntu nicht installiert.
    Ich habe mir schon alles im Internet durchgelesen was ich finden konnte und vor Monaten das Thema auch schon bei github als Issue erstellt.
    Wenn ich es über den Browser installieren will bekomme ich immer noch folgende Fehlermeldung:
    $ iobroker add vis-icontwo --host Server
    NPM version: 6.14.14
    npm install iobroker.vis-icontwo@0.82.0 --loglevel error --prefix "/opt/iobroker" (System call)
    npm ERR! code EACCES
    npm ERR! syscall renamenpm ERR! path /opt/iobroker/node_modules/.staging/npm-a371ebf8/node_modules/string-widthnpm ERR! dest /opt/iobroker/node_modules/.staging/string-width-01f78b50npm ERR! errno -13
    npm ERR! Error: EACCES: permission denied, rename '/opt/iobroker/node_modules/.staging/npm-a371ebf8/node_modules/string-width' -> '/opt/iobroker/node_modules/.staging/string-width-01f78b50'npm ERR! [OperationalError: EACCES: permission denied, rename '/opt/iobroker/node_modules/.staging/npm-a371ebf8/node_modules/string-width' -> '/opt/iobroker/node_modules/.staging/string-width-01f78b50'] {npm ERR! cause: [Error: EACCES: permission denied, rename '/opt/iobroker/node_modules/.staging/npm-a371ebf8/node_modules/string-width' -> '/opt/iobroker/node_modules/.staging/string-width-01f78b50'] {npm ERR! errno: -13,
    npm ERR! code: 'EACCES',npm ERR! syscall: 'rename',npm ERR! path: '/opt/iobroker/node_modules/.staging/npm-a371ebf8/node_modules/string-width',npm ERR! dest: '/opt/iobroker/node_modules/.staging/string-width-01f78b50'npm ERR! },npm ERR! errno: -13,npm ERR! code: 'EACCES',npm ERR! syscall: 'rename',npm ERR! path: '/opt/iobroker/node_modules/.staging/npm-a371ebf8/node_modules/string-width',npm ERR! dest: '/opt/iobroker/node_modules/.staging/string-width-01f78b50',npm ERR! parent: 'iobroker'npm ERR! }npm ERR! npm ERR! The operation was rejected by your operating system.npm ERR! It is likely you do not have the permissions to access this file as the current usernpm ERR! npm ERR! If you believe this might be a permissions issue, please double-check thenpm ERR! permissions of the file and its containing directories, or try runningnpm ERR! the command again as root/Administrator.
    npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2021-11-06T10_55_39_304Z-debug.log
    host.Server Cannot install iobroker.vis-icontwo@0.82.0: 243
    ERROR: Process exited with code 25

    Und wenn ich es über die Konsole versuche erhalte ich immer noch diese Fehlermeldung:
    pi@Server:~$ npm install iobroker.vis-icontwo
    npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json'
    npm WARN pi No description
    npm WARN pi No repository field.
    npm WARN pi No README data
    npm WARN pi No license field.

    npm ERR! code EACCES
    npm ERR! syscall rename
    npm ERR! path /home/pi/node_modules/.staging/npm-67dbb18f/node_modules/string-width
    npm ERR! dest /home/pi/node_modules/.staging/string-width-3a84e7a4
    npm ERR! errno -13
    npm ERR! Error: EACCES: permission denied, rename '/home/pi/node_modules/.staging/npm-67dbb18f/node_modules/string-width' -> '/home/pi/node_modules/.staging/string-width-3a84e7a4'
    npm ERR! [OperationalError: EACCES: permission denied, rename '/home/pi/node_modules/.staging/npm-67dbb18f/node_modules/string-width' -> '/home/pi/node_modules/.staging/string-width-3a84e7a4'] {
    npm ERR! cause: [Error: EACCES: permission denied, rename '/home/pi/node_modules/.staging/npm-67dbb18f/node_modules/string-width' -> '/home/pi/node_modules/.staging/string-width-3a84e7a4'] {
    npm ERR! errno: -13,
    npm ERR! code: 'EACCES',
    npm ERR! syscall: 'rename',
    npm ERR! path: '/home/pi/node_modules/.staging/npm-67dbb18f/node_modules/string-width',
    npm ERR! dest: '/home/pi/node_modules/.staging/string-width-3a84e7a4'
    npm ERR! },
    npm ERR! errno: -13,
    npm ERR! code: 'EACCES',
    npm ERR! syscall: 'rename',
    npm ERR! path: '/home/pi/node_modules/.staging/npm-67dbb18f/node_modules/string-width',
    npm ERR! dest: '/home/pi/node_modules/.staging/string-width-3a84e7a4'
    npm ERR! }
    npm ERR!
    npm ERR! The operation was rejected by your operating system.
    npm ERR! It is likely you do not have the permissions to access this file as the current user
    npm ERR!
    npm ERR! If you believe this might be a permissions issue, please double-check the
    npm ERR! permissions of the file and its containing directories, or try running
    npm ERR! the command again as root/Administrator.

    npm ERR! A complete log of this run can be found in:
    npm ERR! /home/pi/.npm/_logs/2021-11-07T11_04_44_392Z-debug.log

    Würde mich über jeden Tipp freuen.

    Wünsche Euch noch einen schönen Sonntag

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • S Schwabe
      Systemdata Bitte Ausfüllen
      Hardwaresystem: PC Intel I9
      Arbeitsspeicher: 32GB
      Festplattenart: SSD
      Betriebssystem: Ubuntu Windows10 Linux Subsystem
      Node-Version: 10.x.x
      Nodejs-Version: 14.18.1
      NPM-Version: 6.14.15
      Installationsart: Browser und Konsole
      Image genutzt: Nein
      Ort/Name der Imagedatei: Link

      Ich habe 2 ioBroker Systeme am Laufen, das eine auf einem TinkerBoard S (RasPi) und das andere unter Ubuntu als Subsystem von Windows 10. Auf beiden Systemen habe ich die selben über 20 Adapter installiert. Lediglich das inventwo.vis-icontwo bekomme ich auf dem Ubuntu nicht installiert.
      Ich habe mir schon alles im Internet durchgelesen was ich finden konnte und vor Monaten das Thema auch schon bei github als Issue erstellt.
      Wenn ich es über den Browser installieren will bekomme ich immer noch folgende Fehlermeldung:
      $ iobroker add vis-icontwo --host Server
      NPM version: 6.14.14
      npm install iobroker.vis-icontwo@0.82.0 --loglevel error --prefix "/opt/iobroker" (System call)
      npm ERR! code EACCES
      npm ERR! syscall renamenpm ERR! path /opt/iobroker/node_modules/.staging/npm-a371ebf8/node_modules/string-widthnpm ERR! dest /opt/iobroker/node_modules/.staging/string-width-01f78b50npm ERR! errno -13
      npm ERR! Error: EACCES: permission denied, rename '/opt/iobroker/node_modules/.staging/npm-a371ebf8/node_modules/string-width' -> '/opt/iobroker/node_modules/.staging/string-width-01f78b50'npm ERR! [OperationalError: EACCES: permission denied, rename '/opt/iobroker/node_modules/.staging/npm-a371ebf8/node_modules/string-width' -> '/opt/iobroker/node_modules/.staging/string-width-01f78b50'] {npm ERR! cause: [Error: EACCES: permission denied, rename '/opt/iobroker/node_modules/.staging/npm-a371ebf8/node_modules/string-width' -> '/opt/iobroker/node_modules/.staging/string-width-01f78b50'] {npm ERR! errno: -13,
      npm ERR! code: 'EACCES',npm ERR! syscall: 'rename',npm ERR! path: '/opt/iobroker/node_modules/.staging/npm-a371ebf8/node_modules/string-width',npm ERR! dest: '/opt/iobroker/node_modules/.staging/string-width-01f78b50'npm ERR! },npm ERR! errno: -13,npm ERR! code: 'EACCES',npm ERR! syscall: 'rename',npm ERR! path: '/opt/iobroker/node_modules/.staging/npm-a371ebf8/node_modules/string-width',npm ERR! dest: '/opt/iobroker/node_modules/.staging/string-width-01f78b50',npm ERR! parent: 'iobroker'npm ERR! }npm ERR! npm ERR! The operation was rejected by your operating system.npm ERR! It is likely you do not have the permissions to access this file as the current usernpm ERR! npm ERR! If you believe this might be a permissions issue, please double-check thenpm ERR! permissions of the file and its containing directories, or try runningnpm ERR! the command again as root/Administrator.
      npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2021-11-06T10_55_39_304Z-debug.log
      host.Server Cannot install iobroker.vis-icontwo@0.82.0: 243
      ERROR: Process exited with code 25

      Und wenn ich es über die Konsole versuche erhalte ich immer noch diese Fehlermeldung:
      pi@Server:~$ npm install iobroker.vis-icontwo
      npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json'
      npm WARN pi No description
      npm WARN pi No repository field.
      npm WARN pi No README data
      npm WARN pi No license field.

      npm ERR! code EACCES
      npm ERR! syscall rename
      npm ERR! path /home/pi/node_modules/.staging/npm-67dbb18f/node_modules/string-width
      npm ERR! dest /home/pi/node_modules/.staging/string-width-3a84e7a4
      npm ERR! errno -13
      npm ERR! Error: EACCES: permission denied, rename '/home/pi/node_modules/.staging/npm-67dbb18f/node_modules/string-width' -> '/home/pi/node_modules/.staging/string-width-3a84e7a4'
      npm ERR! [OperationalError: EACCES: permission denied, rename '/home/pi/node_modules/.staging/npm-67dbb18f/node_modules/string-width' -> '/home/pi/node_modules/.staging/string-width-3a84e7a4'] {
      npm ERR! cause: [Error: EACCES: permission denied, rename '/home/pi/node_modules/.staging/npm-67dbb18f/node_modules/string-width' -> '/home/pi/node_modules/.staging/string-width-3a84e7a4'] {
      npm ERR! errno: -13,
      npm ERR! code: 'EACCES',
      npm ERR! syscall: 'rename',
      npm ERR! path: '/home/pi/node_modules/.staging/npm-67dbb18f/node_modules/string-width',
      npm ERR! dest: '/home/pi/node_modules/.staging/string-width-3a84e7a4'
      npm ERR! },
      npm ERR! errno: -13,
      npm ERR! code: 'EACCES',
      npm ERR! syscall: 'rename',
      npm ERR! path: '/home/pi/node_modules/.staging/npm-67dbb18f/node_modules/string-width',
      npm ERR! dest: '/home/pi/node_modules/.staging/string-width-3a84e7a4'
      npm ERR! }
      npm ERR!
      npm ERR! The operation was rejected by your operating system.
      npm ERR! It is likely you do not have the permissions to access this file as the current user
      npm ERR!
      npm ERR! If you believe this might be a permissions issue, please double-check the
      npm ERR! permissions of the file and its containing directories, or try running
      npm ERR! the command again as root/Administrator.

      npm ERR! A complete log of this run can be found in:
      npm ERR! /home/pi/.npm/_logs/2021-11-07T11_04_44_392Z-debug.log

      Würde mich über jeden Tipp freuen.

      Wünsche Euch noch einen schönen Sonntag

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

      @schwabe

      Du stehst im falschen Verzeichnis.
      Mehr wollte ich jetzt nicht lesen, setz den Kram bitte in CodeTags.

      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
      Antworten
      • In einem neuen Thema antworten
      Anmelden zum Antworten
      • Älteste zuerst
      • Neuste zuerst
      • Meiste Stimmen


      Support us

      ioBroker
      Community Adapters
      Donate

      495

      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