Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. Installation
  5. ioBroker auf iMac (Ventura) installieren

NEWS

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

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

ioBroker auf iMac (Ventura) installieren

Scheduled Pinned Locked Moved Installation
37 Posts 8 Posters 3.3k Views 7 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    special_b
    wrote on last edited by special_b
    #22

    Was es nicht alles gibt:
    Ich wollte nun den Stromzähler Lesekopf einrichten. Soweit, so gut. Alles eingerichtet, läuft. Dann habe ich den Mini in den Serverschrank gelegt (steht direkt daneben), das nun zu kurze Kabel mit einem USB Verlängerungskabel verlängert, dann geht nix mehr. Ein anderes Kabel bringt auch nix. Also den Mini wieder raus, direkt angeschlossen, geht wieder. Hm, dann muss ich mir ein längeres Kabel besorgen.

    mfg

    Special_B

    1 Reply Last reply
    0
    • J Offline
      J Offline
      jjr
      wrote on last edited by
      #23

      Hallo,

      ich habe einen MacMini mit M1 und macOS Ventura 13.0.1.
      Leider bin ich mit dem Mac noch nicht nicht wirklich vertraut (erst vor kurzem auf Mac umgestiegen) und bei ioBroker noch ein kompletter Neuling (ist auch mein erster Post hier...).

      Ich bin auch nach folgender Anleitung vorgegangen, scheitere aber ebenso an Punkt 6 wie bereits @special_b und @Unsmart
      Anleitung: https://www.iobroker.net/docu/index-18.htm?page_id=2293&lang=de#Installation
      Die Dateien habe ich über den "Oder hier downloaden" Link runtergeladen und dann in einen Unterordner meines Benutzerordners kopiert.
      Bevor ich iobroker installierte, habe ich nodejs installiert, und zwar Version 19.4.0 --> https://nodejs.org/en/

      Ich finde nun ebenso nicht das in Schritt 6 erwähnte Unterverzeichnis iobroker.js-controller 😞

      @Asgothian Ich hab mir deinen GitHub Link (https://github.com/ioBroker/ioBroker/issues/387) durchgelesen, aber der ist ja nur für nicht M1 Macs. Sollte also bei mir keine Rolle spielen (soweit ich das verstehe).

      Das Verzeichnis "LaunchAgents" unter /Users/<username>/Library/LaunchAgents/ ist vorhanden und dort liegt bereits seit längerem eine andere .plist Datei.

      Nach der Installation mit Befehl "npm install iobroker --unsafe-perm" habe ich den Befehl "npm audit" ausgeführt und folgendes erhalten:

      Seppi@Seppis-Mac-mini ioBroker % npm audit                  
      # npm audit report
      
      glob-parent  <5.1.2
      Severity: high
      glob-parent before 5.1.2 vulnerable to Regular Expression Denial of Service in enclosure regex - https://github.com/advisories/GHSA-ww39-953v-wcq6
      fix available via `npm audit fix --force`
      Will install gulp@3.9.1, which is a breaking change
      node_modules/chokidar/node_modules/glob-parent
      node_modules/glob-stream/node_modules/glob-parent
        chokidar  1.0.0-rc1 - 2.1.8
        Depends on vulnerable versions of glob-parent
        node_modules/chokidar
          glob-watcher  >=3.0.0
          Depends on vulnerable versions of chokidar
          node_modules/glob-watcher
            gulp  >=4.0.0
            Depends on vulnerable versions of glob-watcher
            Depends on vulnerable versions of vinyl-fs
            node_modules/gulp
        glob-stream  5.3.0 - 6.1.0
        Depends on vulnerable versions of glob-parent
        node_modules/glob-stream
          vinyl-fs  >=2.4.2
          Depends on vulnerable versions of glob-stream
          node_modules/vinyl-fs
      
      6 high severity vulnerabilities
      
      To address issues that do not require attention, run:
        npm audit fix
      
      To address all issues (including breaking changes), run:
        npm audit fix --force
      Seppi@Seppis-Mac-mini ioBroker %
      

      Dann habe ich noch den Befehl "npm audit fix --force" ausgeführt, folgendes Feedback:

      Seppi@Seppis-Mac-mini ioBroker % npm audit fix --force
      npm WARN using --force Recommended protections disabled.
      npm WARN audit Updating gulp to 3.9.1, which is a SemVer major change.
      npm WARN deprecated natives@1.1.6: This module relies on Node.js's internals and will break at some point. Do not use it, and update to graceful-fs@4.x.
      npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
      npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
      npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
      npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
      
      added 96 packages, removed 124 packages, changed 21 packages, and audited 533 packages in 6s
      
      49 packages are looking for funding
        run `npm fund` for details
      
      # npm audit report
      
      lodash  <=4.17.20
      Severity: critical
      Command Injection in lodash - https://github.com/advisories/GHSA-35jh-r3h4-6jhm
      Regular Expression Denial of Service (ReDoS) in lodash - https://github.com/advisories/GHSA-29mw-wpgm-hmr9
      Prototype Pollution in lodash - https://github.com/advisories/GHSA-jf85-cpcp-j695
      Regular Expression Denial of Service (ReDoS) in lodash - https://github.com/advisories/GHSA-x5rq-j2xg-h7qm
      Prototype Pollution in lodash - https://github.com/advisories/GHSA-p6mc-m468-83gw
      Prototype Pollution in lodash - https://github.com/advisories/GHSA-4xc9-xhrj-v574
      Prototype Pollution in lodash - https://github.com/advisories/GHSA-fvqr-27wr-82fm
      fix available via `npm audit fix`
      node_modules/lodash
        globule  <=1.1.0
        Depends on vulnerable versions of glob
        Depends on vulnerable versions of lodash
        Depends on vulnerable versions of minimatch
        node_modules/globule
          gaze  0.4.0 - 1.0.0
          Depends on vulnerable versions of globule
          node_modules/gaze
            glob-watcher  <=2.0.0
            Depends on vulnerable versions of gaze
            node_modules/glob-watcher
      
      lodash.template  <4.5.0
      Severity: critical
      Prototype Pollution in lodash - https://github.com/advisories/GHSA-jf85-cpcp-j695
      fix available via `npm audit fix --force`
      Will install gulp@4.0.2, which is a breaking change
      node_modules/lodash.template
        gulp-util  >=1.1.0
        Depends on vulnerable versions of lodash.template
        node_modules/gulp-util
          gulp  2.6.1 - 3.9.1
          Depends on vulnerable versions of gulp-util
          Depends on vulnerable versions of vinyl-fs
          node_modules/gulp
      
      minimatch  <=3.0.4
      Severity: high
      minimatch ReDoS vulnerability - https://github.com/advisories/GHSA-f8q6-p94x-37v3
      Regular Expression Denial of Service in minimatch - https://github.com/advisories/GHSA-hxm2-r34f-qmc5
      fix available via `npm audit fix --force`
      Will install gulp@4.0.2, which is a breaking change
      node_modules/glob-stream/node_modules/minimatch
      node_modules/globule/node_modules/minimatch
        glob  3.0.0 - 5.0.14
        Depends on vulnerable versions of minimatch
        node_modules/glob-stream/node_modules/glob
        node_modules/globule/node_modules/glob
          glob-stream  0.2.0 - 5.2.0
          Depends on vulnerable versions of glob
          Depends on vulnerable versions of minimatch
          node_modules/glob-stream
            vinyl-fs  <=1.0.0
            Depends on vulnerable versions of glob-stream
            Depends on vulnerable versions of glob-watcher
            node_modules/vinyl-fs
      
      11 vulnerabilities (7 high, 4 critical)
      
      To address issues that do not require attention, run:
        npm audit fix
      
      To address all issues (including breaking changes), run:
        npm audit fix --force
      Seppi@Seppis-Mac-mini ioBroker %
      

      @Asgothian Ich hoffe, du (oder sonst jemand) hast einen geeigneten Tipp für mich 🙂

      Vielen Dank schon mal im Vorfeld 🙂

      lg
      jjr

      CodierknechtC AsgothianA Thomas BraunT 4 Replies Last reply
      0
      • J jjr

        Hallo,

        ich habe einen MacMini mit M1 und macOS Ventura 13.0.1.
        Leider bin ich mit dem Mac noch nicht nicht wirklich vertraut (erst vor kurzem auf Mac umgestiegen) und bei ioBroker noch ein kompletter Neuling (ist auch mein erster Post hier...).

        Ich bin auch nach folgender Anleitung vorgegangen, scheitere aber ebenso an Punkt 6 wie bereits @special_b und @Unsmart
        Anleitung: https://www.iobroker.net/docu/index-18.htm?page_id=2293&lang=de#Installation
        Die Dateien habe ich über den "Oder hier downloaden" Link runtergeladen und dann in einen Unterordner meines Benutzerordners kopiert.
        Bevor ich iobroker installierte, habe ich nodejs installiert, und zwar Version 19.4.0 --> https://nodejs.org/en/

        Ich finde nun ebenso nicht das in Schritt 6 erwähnte Unterverzeichnis iobroker.js-controller 😞

        @Asgothian Ich hab mir deinen GitHub Link (https://github.com/ioBroker/ioBroker/issues/387) durchgelesen, aber der ist ja nur für nicht M1 Macs. Sollte also bei mir keine Rolle spielen (soweit ich das verstehe).

        Das Verzeichnis "LaunchAgents" unter /Users/<username>/Library/LaunchAgents/ ist vorhanden und dort liegt bereits seit längerem eine andere .plist Datei.

        Nach der Installation mit Befehl "npm install iobroker --unsafe-perm" habe ich den Befehl "npm audit" ausgeführt und folgendes erhalten:

        Seppi@Seppis-Mac-mini ioBroker % npm audit                  
        # npm audit report
        
        glob-parent  <5.1.2
        Severity: high
        glob-parent before 5.1.2 vulnerable to Regular Expression Denial of Service in enclosure regex - https://github.com/advisories/GHSA-ww39-953v-wcq6
        fix available via `npm audit fix --force`
        Will install gulp@3.9.1, which is a breaking change
        node_modules/chokidar/node_modules/glob-parent
        node_modules/glob-stream/node_modules/glob-parent
          chokidar  1.0.0-rc1 - 2.1.8
          Depends on vulnerable versions of glob-parent
          node_modules/chokidar
            glob-watcher  >=3.0.0
            Depends on vulnerable versions of chokidar
            node_modules/glob-watcher
              gulp  >=4.0.0
              Depends on vulnerable versions of glob-watcher
              Depends on vulnerable versions of vinyl-fs
              node_modules/gulp
          glob-stream  5.3.0 - 6.1.0
          Depends on vulnerable versions of glob-parent
          node_modules/glob-stream
            vinyl-fs  >=2.4.2
            Depends on vulnerable versions of glob-stream
            node_modules/vinyl-fs
        
        6 high severity vulnerabilities
        
        To address issues that do not require attention, run:
          npm audit fix
        
        To address all issues (including breaking changes), run:
          npm audit fix --force
        Seppi@Seppis-Mac-mini ioBroker %
        

        Dann habe ich noch den Befehl "npm audit fix --force" ausgeführt, folgendes Feedback:

        Seppi@Seppis-Mac-mini ioBroker % npm audit fix --force
        npm WARN using --force Recommended protections disabled.
        npm WARN audit Updating gulp to 3.9.1, which is a SemVer major change.
        npm WARN deprecated natives@1.1.6: This module relies on Node.js's internals and will break at some point. Do not use it, and update to graceful-fs@4.x.
        npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
        npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
        npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
        npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
        
        added 96 packages, removed 124 packages, changed 21 packages, and audited 533 packages in 6s
        
        49 packages are looking for funding
          run `npm fund` for details
        
        # npm audit report
        
        lodash  <=4.17.20
        Severity: critical
        Command Injection in lodash - https://github.com/advisories/GHSA-35jh-r3h4-6jhm
        Regular Expression Denial of Service (ReDoS) in lodash - https://github.com/advisories/GHSA-29mw-wpgm-hmr9
        Prototype Pollution in lodash - https://github.com/advisories/GHSA-jf85-cpcp-j695
        Regular Expression Denial of Service (ReDoS) in lodash - https://github.com/advisories/GHSA-x5rq-j2xg-h7qm
        Prototype Pollution in lodash - https://github.com/advisories/GHSA-p6mc-m468-83gw
        Prototype Pollution in lodash - https://github.com/advisories/GHSA-4xc9-xhrj-v574
        Prototype Pollution in lodash - https://github.com/advisories/GHSA-fvqr-27wr-82fm
        fix available via `npm audit fix`
        node_modules/lodash
          globule  <=1.1.0
          Depends on vulnerable versions of glob
          Depends on vulnerable versions of lodash
          Depends on vulnerable versions of minimatch
          node_modules/globule
            gaze  0.4.0 - 1.0.0
            Depends on vulnerable versions of globule
            node_modules/gaze
              glob-watcher  <=2.0.0
              Depends on vulnerable versions of gaze
              node_modules/glob-watcher
        
        lodash.template  <4.5.0
        Severity: critical
        Prototype Pollution in lodash - https://github.com/advisories/GHSA-jf85-cpcp-j695
        fix available via `npm audit fix --force`
        Will install gulp@4.0.2, which is a breaking change
        node_modules/lodash.template
          gulp-util  >=1.1.0
          Depends on vulnerable versions of lodash.template
          node_modules/gulp-util
            gulp  2.6.1 - 3.9.1
            Depends on vulnerable versions of gulp-util
            Depends on vulnerable versions of vinyl-fs
            node_modules/gulp
        
        minimatch  <=3.0.4
        Severity: high
        minimatch ReDoS vulnerability - https://github.com/advisories/GHSA-f8q6-p94x-37v3
        Regular Expression Denial of Service in minimatch - https://github.com/advisories/GHSA-hxm2-r34f-qmc5
        fix available via `npm audit fix --force`
        Will install gulp@4.0.2, which is a breaking change
        node_modules/glob-stream/node_modules/minimatch
        node_modules/globule/node_modules/minimatch
          glob  3.0.0 - 5.0.14
          Depends on vulnerable versions of minimatch
          node_modules/glob-stream/node_modules/glob
          node_modules/globule/node_modules/glob
            glob-stream  0.2.0 - 5.2.0
            Depends on vulnerable versions of glob
            Depends on vulnerable versions of minimatch
            node_modules/glob-stream
              vinyl-fs  <=1.0.0
              Depends on vulnerable versions of glob-stream
              Depends on vulnerable versions of glob-watcher
              node_modules/vinyl-fs
        
        11 vulnerabilities (7 high, 4 critical)
        
        To address issues that do not require attention, run:
          npm audit fix
        
        To address all issues (including breaking changes), run:
          npm audit fix --force
        Seppi@Seppis-Mac-mini ioBroker %
        

        @Asgothian Ich hoffe, du (oder sonst jemand) hast einen geeigneten Tipp für mich 🙂

        Vielen Dank schon mal im Vorfeld 🙂

        lg
        jjr

        CodierknechtC Offline
        CodierknechtC Offline
        Codierknecht
        Developer Most Active
        wrote on last edited by
        #24

        @jjr sagte in ioBroker auf iMac (Ventura) installieren:

        habe ich nodejs installiert, und zwar Version 19.4.0

        Wie kommst Du denn auf die Idee?
        Ungerade Versionsnummern sind ausschließlich Entwicklerversionen.
        Aktuell empfohlen für ioBroker ist Node.js 16

        "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

        Proxmox 8.2.4 LXC|8 GB|Core i7-6700
        HmIP|ZigBee|Tasmota|Unifi + dies & das
        Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

        1 Reply Last reply
        1
        • J jjr

          Hallo,

          ich habe einen MacMini mit M1 und macOS Ventura 13.0.1.
          Leider bin ich mit dem Mac noch nicht nicht wirklich vertraut (erst vor kurzem auf Mac umgestiegen) und bei ioBroker noch ein kompletter Neuling (ist auch mein erster Post hier...).

          Ich bin auch nach folgender Anleitung vorgegangen, scheitere aber ebenso an Punkt 6 wie bereits @special_b und @Unsmart
          Anleitung: https://www.iobroker.net/docu/index-18.htm?page_id=2293&lang=de#Installation
          Die Dateien habe ich über den "Oder hier downloaden" Link runtergeladen und dann in einen Unterordner meines Benutzerordners kopiert.
          Bevor ich iobroker installierte, habe ich nodejs installiert, und zwar Version 19.4.0 --> https://nodejs.org/en/

          Ich finde nun ebenso nicht das in Schritt 6 erwähnte Unterverzeichnis iobroker.js-controller 😞

          @Asgothian Ich hab mir deinen GitHub Link (https://github.com/ioBroker/ioBroker/issues/387) durchgelesen, aber der ist ja nur für nicht M1 Macs. Sollte also bei mir keine Rolle spielen (soweit ich das verstehe).

          Das Verzeichnis "LaunchAgents" unter /Users/<username>/Library/LaunchAgents/ ist vorhanden und dort liegt bereits seit längerem eine andere .plist Datei.

          Nach der Installation mit Befehl "npm install iobroker --unsafe-perm" habe ich den Befehl "npm audit" ausgeführt und folgendes erhalten:

          Seppi@Seppis-Mac-mini ioBroker % npm audit                  
          # npm audit report
          
          glob-parent  <5.1.2
          Severity: high
          glob-parent before 5.1.2 vulnerable to Regular Expression Denial of Service in enclosure regex - https://github.com/advisories/GHSA-ww39-953v-wcq6
          fix available via `npm audit fix --force`
          Will install gulp@3.9.1, which is a breaking change
          node_modules/chokidar/node_modules/glob-parent
          node_modules/glob-stream/node_modules/glob-parent
            chokidar  1.0.0-rc1 - 2.1.8
            Depends on vulnerable versions of glob-parent
            node_modules/chokidar
              glob-watcher  >=3.0.0
              Depends on vulnerable versions of chokidar
              node_modules/glob-watcher
                gulp  >=4.0.0
                Depends on vulnerable versions of glob-watcher
                Depends on vulnerable versions of vinyl-fs
                node_modules/gulp
            glob-stream  5.3.0 - 6.1.0
            Depends on vulnerable versions of glob-parent
            node_modules/glob-stream
              vinyl-fs  >=2.4.2
              Depends on vulnerable versions of glob-stream
              node_modules/vinyl-fs
          
          6 high severity vulnerabilities
          
          To address issues that do not require attention, run:
            npm audit fix
          
          To address all issues (including breaking changes), run:
            npm audit fix --force
          Seppi@Seppis-Mac-mini ioBroker %
          

          Dann habe ich noch den Befehl "npm audit fix --force" ausgeführt, folgendes Feedback:

          Seppi@Seppis-Mac-mini ioBroker % npm audit fix --force
          npm WARN using --force Recommended protections disabled.
          npm WARN audit Updating gulp to 3.9.1, which is a SemVer major change.
          npm WARN deprecated natives@1.1.6: This module relies on Node.js's internals and will break at some point. Do not use it, and update to graceful-fs@4.x.
          npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
          npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
          npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
          npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
          
          added 96 packages, removed 124 packages, changed 21 packages, and audited 533 packages in 6s
          
          49 packages are looking for funding
            run `npm fund` for details
          
          # npm audit report
          
          lodash  <=4.17.20
          Severity: critical
          Command Injection in lodash - https://github.com/advisories/GHSA-35jh-r3h4-6jhm
          Regular Expression Denial of Service (ReDoS) in lodash - https://github.com/advisories/GHSA-29mw-wpgm-hmr9
          Prototype Pollution in lodash - https://github.com/advisories/GHSA-jf85-cpcp-j695
          Regular Expression Denial of Service (ReDoS) in lodash - https://github.com/advisories/GHSA-x5rq-j2xg-h7qm
          Prototype Pollution in lodash - https://github.com/advisories/GHSA-p6mc-m468-83gw
          Prototype Pollution in lodash - https://github.com/advisories/GHSA-4xc9-xhrj-v574
          Prototype Pollution in lodash - https://github.com/advisories/GHSA-fvqr-27wr-82fm
          fix available via `npm audit fix`
          node_modules/lodash
            globule  <=1.1.0
            Depends on vulnerable versions of glob
            Depends on vulnerable versions of lodash
            Depends on vulnerable versions of minimatch
            node_modules/globule
              gaze  0.4.0 - 1.0.0
              Depends on vulnerable versions of globule
              node_modules/gaze
                glob-watcher  <=2.0.0
                Depends on vulnerable versions of gaze
                node_modules/glob-watcher
          
          lodash.template  <4.5.0
          Severity: critical
          Prototype Pollution in lodash - https://github.com/advisories/GHSA-jf85-cpcp-j695
          fix available via `npm audit fix --force`
          Will install gulp@4.0.2, which is a breaking change
          node_modules/lodash.template
            gulp-util  >=1.1.0
            Depends on vulnerable versions of lodash.template
            node_modules/gulp-util
              gulp  2.6.1 - 3.9.1
              Depends on vulnerable versions of gulp-util
              Depends on vulnerable versions of vinyl-fs
              node_modules/gulp
          
          minimatch  <=3.0.4
          Severity: high
          minimatch ReDoS vulnerability - https://github.com/advisories/GHSA-f8q6-p94x-37v3
          Regular Expression Denial of Service in minimatch - https://github.com/advisories/GHSA-hxm2-r34f-qmc5
          fix available via `npm audit fix --force`
          Will install gulp@4.0.2, which is a breaking change
          node_modules/glob-stream/node_modules/minimatch
          node_modules/globule/node_modules/minimatch
            glob  3.0.0 - 5.0.14
            Depends on vulnerable versions of minimatch
            node_modules/glob-stream/node_modules/glob
            node_modules/globule/node_modules/glob
              glob-stream  0.2.0 - 5.2.0
              Depends on vulnerable versions of glob
              Depends on vulnerable versions of minimatch
              node_modules/glob-stream
                vinyl-fs  <=1.0.0
                Depends on vulnerable versions of glob-stream
                Depends on vulnerable versions of glob-watcher
                node_modules/vinyl-fs
          
          11 vulnerabilities (7 high, 4 critical)
          
          To address issues that do not require attention, run:
            npm audit fix
          
          To address all issues (including breaking changes), run:
            npm audit fix --force
          Seppi@Seppis-Mac-mini ioBroker %
          

          @Asgothian Ich hoffe, du (oder sonst jemand) hast einen geeigneten Tipp für mich 🙂

          Vielen Dank schon mal im Vorfeld 🙂

          lg
          jjr

          AsgothianA Offline
          AsgothianA Offline
          Asgothian
          Developer
          wrote on last edited by
          #25

          @jjr Wenn du diesen Thread durchgelesen hättest wüsstest du das die Anleitung veraltet ist.

          Bitte erst einmal die vorherigen Posts lesen, durcharbeiten.

          • Node 16 installieren, nicht 19
          • Sicherstellen das das Verzeichnis ~/Library/LaunchAgents existiert
          • Dann per Install.sh installieren
          • Dann sollte es gehen

          A.

          ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
          "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

          CodierknechtC 1 Reply Last reply
          0
          • J jjr

            Hallo,

            ich habe einen MacMini mit M1 und macOS Ventura 13.0.1.
            Leider bin ich mit dem Mac noch nicht nicht wirklich vertraut (erst vor kurzem auf Mac umgestiegen) und bei ioBroker noch ein kompletter Neuling (ist auch mein erster Post hier...).

            Ich bin auch nach folgender Anleitung vorgegangen, scheitere aber ebenso an Punkt 6 wie bereits @special_b und @Unsmart
            Anleitung: https://www.iobroker.net/docu/index-18.htm?page_id=2293&lang=de#Installation
            Die Dateien habe ich über den "Oder hier downloaden" Link runtergeladen und dann in einen Unterordner meines Benutzerordners kopiert.
            Bevor ich iobroker installierte, habe ich nodejs installiert, und zwar Version 19.4.0 --> https://nodejs.org/en/

            Ich finde nun ebenso nicht das in Schritt 6 erwähnte Unterverzeichnis iobroker.js-controller 😞

            @Asgothian Ich hab mir deinen GitHub Link (https://github.com/ioBroker/ioBroker/issues/387) durchgelesen, aber der ist ja nur für nicht M1 Macs. Sollte also bei mir keine Rolle spielen (soweit ich das verstehe).

            Das Verzeichnis "LaunchAgents" unter /Users/<username>/Library/LaunchAgents/ ist vorhanden und dort liegt bereits seit längerem eine andere .plist Datei.

            Nach der Installation mit Befehl "npm install iobroker --unsafe-perm" habe ich den Befehl "npm audit" ausgeführt und folgendes erhalten:

            Seppi@Seppis-Mac-mini ioBroker % npm audit                  
            # npm audit report
            
            glob-parent  <5.1.2
            Severity: high
            glob-parent before 5.1.2 vulnerable to Regular Expression Denial of Service in enclosure regex - https://github.com/advisories/GHSA-ww39-953v-wcq6
            fix available via `npm audit fix --force`
            Will install gulp@3.9.1, which is a breaking change
            node_modules/chokidar/node_modules/glob-parent
            node_modules/glob-stream/node_modules/glob-parent
              chokidar  1.0.0-rc1 - 2.1.8
              Depends on vulnerable versions of glob-parent
              node_modules/chokidar
                glob-watcher  >=3.0.0
                Depends on vulnerable versions of chokidar
                node_modules/glob-watcher
                  gulp  >=4.0.0
                  Depends on vulnerable versions of glob-watcher
                  Depends on vulnerable versions of vinyl-fs
                  node_modules/gulp
              glob-stream  5.3.0 - 6.1.0
              Depends on vulnerable versions of glob-parent
              node_modules/glob-stream
                vinyl-fs  >=2.4.2
                Depends on vulnerable versions of glob-stream
                node_modules/vinyl-fs
            
            6 high severity vulnerabilities
            
            To address issues that do not require attention, run:
              npm audit fix
            
            To address all issues (including breaking changes), run:
              npm audit fix --force
            Seppi@Seppis-Mac-mini ioBroker %
            

            Dann habe ich noch den Befehl "npm audit fix --force" ausgeführt, folgendes Feedback:

            Seppi@Seppis-Mac-mini ioBroker % npm audit fix --force
            npm WARN using --force Recommended protections disabled.
            npm WARN audit Updating gulp to 3.9.1, which is a SemVer major change.
            npm WARN deprecated natives@1.1.6: This module relies on Node.js's internals and will break at some point. Do not use it, and update to graceful-fs@4.x.
            npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
            npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
            npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
            npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
            
            added 96 packages, removed 124 packages, changed 21 packages, and audited 533 packages in 6s
            
            49 packages are looking for funding
              run `npm fund` for details
            
            # npm audit report
            
            lodash  <=4.17.20
            Severity: critical
            Command Injection in lodash - https://github.com/advisories/GHSA-35jh-r3h4-6jhm
            Regular Expression Denial of Service (ReDoS) in lodash - https://github.com/advisories/GHSA-29mw-wpgm-hmr9
            Prototype Pollution in lodash - https://github.com/advisories/GHSA-jf85-cpcp-j695
            Regular Expression Denial of Service (ReDoS) in lodash - https://github.com/advisories/GHSA-x5rq-j2xg-h7qm
            Prototype Pollution in lodash - https://github.com/advisories/GHSA-p6mc-m468-83gw
            Prototype Pollution in lodash - https://github.com/advisories/GHSA-4xc9-xhrj-v574
            Prototype Pollution in lodash - https://github.com/advisories/GHSA-fvqr-27wr-82fm
            fix available via `npm audit fix`
            node_modules/lodash
              globule  <=1.1.0
              Depends on vulnerable versions of glob
              Depends on vulnerable versions of lodash
              Depends on vulnerable versions of minimatch
              node_modules/globule
                gaze  0.4.0 - 1.0.0
                Depends on vulnerable versions of globule
                node_modules/gaze
                  glob-watcher  <=2.0.0
                  Depends on vulnerable versions of gaze
                  node_modules/glob-watcher
            
            lodash.template  <4.5.0
            Severity: critical
            Prototype Pollution in lodash - https://github.com/advisories/GHSA-jf85-cpcp-j695
            fix available via `npm audit fix --force`
            Will install gulp@4.0.2, which is a breaking change
            node_modules/lodash.template
              gulp-util  >=1.1.0
              Depends on vulnerable versions of lodash.template
              node_modules/gulp-util
                gulp  2.6.1 - 3.9.1
                Depends on vulnerable versions of gulp-util
                Depends on vulnerable versions of vinyl-fs
                node_modules/gulp
            
            minimatch  <=3.0.4
            Severity: high
            minimatch ReDoS vulnerability - https://github.com/advisories/GHSA-f8q6-p94x-37v3
            Regular Expression Denial of Service in minimatch - https://github.com/advisories/GHSA-hxm2-r34f-qmc5
            fix available via `npm audit fix --force`
            Will install gulp@4.0.2, which is a breaking change
            node_modules/glob-stream/node_modules/minimatch
            node_modules/globule/node_modules/minimatch
              glob  3.0.0 - 5.0.14
              Depends on vulnerable versions of minimatch
              node_modules/glob-stream/node_modules/glob
              node_modules/globule/node_modules/glob
                glob-stream  0.2.0 - 5.2.0
                Depends on vulnerable versions of glob
                Depends on vulnerable versions of minimatch
                node_modules/glob-stream
                  vinyl-fs  <=1.0.0
                  Depends on vulnerable versions of glob-stream
                  Depends on vulnerable versions of glob-watcher
                  node_modules/vinyl-fs
            
            11 vulnerabilities (7 high, 4 critical)
            
            To address issues that do not require attention, run:
              npm audit fix
            
            To address all issues (including breaking changes), run:
              npm audit fix --force
            Seppi@Seppis-Mac-mini ioBroker %
            

            @Asgothian Ich hoffe, du (oder sonst jemand) hast einen geeigneten Tipp für mich 🙂

            Vielen Dank schon mal im Vorfeld 🙂

            lg
            jjr

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by Thomas Braun
            #26

            @jjr sagte in ioBroker auf iMac (Ventura) installieren:

            npm audit fix --force" ausgeführt,

            Mach das NIE!
            Vergiss den Befehl einfach. Der zieht dir das ganze System auf Links, insbesondere wenn der auch noch geforced wird.

            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 Reply Last reply
            0
            • J jjr

              Hallo,

              ich habe einen MacMini mit M1 und macOS Ventura 13.0.1.
              Leider bin ich mit dem Mac noch nicht nicht wirklich vertraut (erst vor kurzem auf Mac umgestiegen) und bei ioBroker noch ein kompletter Neuling (ist auch mein erster Post hier...).

              Ich bin auch nach folgender Anleitung vorgegangen, scheitere aber ebenso an Punkt 6 wie bereits @special_b und @Unsmart
              Anleitung: https://www.iobroker.net/docu/index-18.htm?page_id=2293&lang=de#Installation
              Die Dateien habe ich über den "Oder hier downloaden" Link runtergeladen und dann in einen Unterordner meines Benutzerordners kopiert.
              Bevor ich iobroker installierte, habe ich nodejs installiert, und zwar Version 19.4.0 --> https://nodejs.org/en/

              Ich finde nun ebenso nicht das in Schritt 6 erwähnte Unterverzeichnis iobroker.js-controller 😞

              @Asgothian Ich hab mir deinen GitHub Link (https://github.com/ioBroker/ioBroker/issues/387) durchgelesen, aber der ist ja nur für nicht M1 Macs. Sollte also bei mir keine Rolle spielen (soweit ich das verstehe).

              Das Verzeichnis "LaunchAgents" unter /Users/<username>/Library/LaunchAgents/ ist vorhanden und dort liegt bereits seit längerem eine andere .plist Datei.

              Nach der Installation mit Befehl "npm install iobroker --unsafe-perm" habe ich den Befehl "npm audit" ausgeführt und folgendes erhalten:

              Seppi@Seppis-Mac-mini ioBroker % npm audit                  
              # npm audit report
              
              glob-parent  <5.1.2
              Severity: high
              glob-parent before 5.1.2 vulnerable to Regular Expression Denial of Service in enclosure regex - https://github.com/advisories/GHSA-ww39-953v-wcq6
              fix available via `npm audit fix --force`
              Will install gulp@3.9.1, which is a breaking change
              node_modules/chokidar/node_modules/glob-parent
              node_modules/glob-stream/node_modules/glob-parent
                chokidar  1.0.0-rc1 - 2.1.8
                Depends on vulnerable versions of glob-parent
                node_modules/chokidar
                  glob-watcher  >=3.0.0
                  Depends on vulnerable versions of chokidar
                  node_modules/glob-watcher
                    gulp  >=4.0.0
                    Depends on vulnerable versions of glob-watcher
                    Depends on vulnerable versions of vinyl-fs
                    node_modules/gulp
                glob-stream  5.3.0 - 6.1.0
                Depends on vulnerable versions of glob-parent
                node_modules/glob-stream
                  vinyl-fs  >=2.4.2
                  Depends on vulnerable versions of glob-stream
                  node_modules/vinyl-fs
              
              6 high severity vulnerabilities
              
              To address issues that do not require attention, run:
                npm audit fix
              
              To address all issues (including breaking changes), run:
                npm audit fix --force
              Seppi@Seppis-Mac-mini ioBroker %
              

              Dann habe ich noch den Befehl "npm audit fix --force" ausgeführt, folgendes Feedback:

              Seppi@Seppis-Mac-mini ioBroker % npm audit fix --force
              npm WARN using --force Recommended protections disabled.
              npm WARN audit Updating gulp to 3.9.1, which is a SemVer major change.
              npm WARN deprecated natives@1.1.6: This module relies on Node.js's internals and will break at some point. Do not use it, and update to graceful-fs@4.x.
              npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
              npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
              npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
              npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
              
              added 96 packages, removed 124 packages, changed 21 packages, and audited 533 packages in 6s
              
              49 packages are looking for funding
                run `npm fund` for details
              
              # npm audit report
              
              lodash  <=4.17.20
              Severity: critical
              Command Injection in lodash - https://github.com/advisories/GHSA-35jh-r3h4-6jhm
              Regular Expression Denial of Service (ReDoS) in lodash - https://github.com/advisories/GHSA-29mw-wpgm-hmr9
              Prototype Pollution in lodash - https://github.com/advisories/GHSA-jf85-cpcp-j695
              Regular Expression Denial of Service (ReDoS) in lodash - https://github.com/advisories/GHSA-x5rq-j2xg-h7qm
              Prototype Pollution in lodash - https://github.com/advisories/GHSA-p6mc-m468-83gw
              Prototype Pollution in lodash - https://github.com/advisories/GHSA-4xc9-xhrj-v574
              Prototype Pollution in lodash - https://github.com/advisories/GHSA-fvqr-27wr-82fm
              fix available via `npm audit fix`
              node_modules/lodash
                globule  <=1.1.0
                Depends on vulnerable versions of glob
                Depends on vulnerable versions of lodash
                Depends on vulnerable versions of minimatch
                node_modules/globule
                  gaze  0.4.0 - 1.0.0
                  Depends on vulnerable versions of globule
                  node_modules/gaze
                    glob-watcher  <=2.0.0
                    Depends on vulnerable versions of gaze
                    node_modules/glob-watcher
              
              lodash.template  <4.5.0
              Severity: critical
              Prototype Pollution in lodash - https://github.com/advisories/GHSA-jf85-cpcp-j695
              fix available via `npm audit fix --force`
              Will install gulp@4.0.2, which is a breaking change
              node_modules/lodash.template
                gulp-util  >=1.1.0
                Depends on vulnerable versions of lodash.template
                node_modules/gulp-util
                  gulp  2.6.1 - 3.9.1
                  Depends on vulnerable versions of gulp-util
                  Depends on vulnerable versions of vinyl-fs
                  node_modules/gulp
              
              minimatch  <=3.0.4
              Severity: high
              minimatch ReDoS vulnerability - https://github.com/advisories/GHSA-f8q6-p94x-37v3
              Regular Expression Denial of Service in minimatch - https://github.com/advisories/GHSA-hxm2-r34f-qmc5
              fix available via `npm audit fix --force`
              Will install gulp@4.0.2, which is a breaking change
              node_modules/glob-stream/node_modules/minimatch
              node_modules/globule/node_modules/minimatch
                glob  3.0.0 - 5.0.14
                Depends on vulnerable versions of minimatch
                node_modules/glob-stream/node_modules/glob
                node_modules/globule/node_modules/glob
                  glob-stream  0.2.0 - 5.2.0
                  Depends on vulnerable versions of glob
                  Depends on vulnerable versions of minimatch
                  node_modules/glob-stream
                    vinyl-fs  <=1.0.0
                    Depends on vulnerable versions of glob-stream
                    Depends on vulnerable versions of glob-watcher
                    node_modules/vinyl-fs
              
              11 vulnerabilities (7 high, 4 critical)
              
              To address issues that do not require attention, run:
                npm audit fix
              
              To address all issues (including breaking changes), run:
                npm audit fix --force
              Seppi@Seppis-Mac-mini ioBroker %
              

              @Asgothian Ich hoffe, du (oder sonst jemand) hast einen geeigneten Tipp für mich 🙂

              Vielen Dank schon mal im Vorfeld 🙂

              lg
              jjr

              AsgothianA Offline
              AsgothianA Offline
              Asgothian
              Developer
              wrote on last edited by
              #27

              @jjr sagte in ioBroker auf iMac (Ventura) installieren:

              @Asgothian Ich hab mir deinen GitHub Link (https://github.com/ioBroker/ioBroker/issues/387) durchgelesen, aber der ist ja nur für nicht M1 Macs. Sollte also bei mir keine Rolle spielen (soweit ich das verstehe).

              Das hast du falsch gelesen. Der Effekt ist unabhängig ob du einen Intel oder M1 Mac hast - betrifft Dich also ggf. auch

              A.

              ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
              "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

              1 Reply Last reply
              0
              • AsgothianA Asgothian

                @jjr Wenn du diesen Thread durchgelesen hättest wüsstest du das die Anleitung veraltet ist.

                Bitte erst einmal die vorherigen Posts lesen, durcharbeiten.

                • Node 16 installieren, nicht 19
                • Sicherstellen das das Verzeichnis ~/Library/LaunchAgents existiert
                • Dann per Install.sh installieren
                • Dann sollte es gehen

                A.

                CodierknechtC Offline
                CodierknechtC Offline
                Codierknecht
                Developer Most Active
                wrote on last edited by
                #28

                @all
                Man muss dem TE allerdings auch durchaus zugestehen, dass im Bezug auf "Anleitungen" ein ziemlicher Wildwuchs herrscht.
                Jenachdem wie man sucht, landet man bei teils uralten Threads mit z.T hunderten von Beiträgen.
                Da das Passende zu finden ist schon eine Herausforderung und könnte insbesondere blutige Anfänger erstmal abstoßen und/oder frustrieren.

                Ich mache zu diesem Thema aber mal einen eigenen Fred auf - das wird hier etwas OT.

                "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                Proxmox 8.2.4 LXC|8 GB|Core i7-6700
                HmIP|ZigBee|Tasmota|Unifi + dies & das
                Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                1 Reply Last reply
                0
                • J Offline
                  J Offline
                  jjr
                  wrote on last edited by
                  #29

                  @Codierknecht Warum nodejs19? Weil am Anfang der Anleitung stand, dass nodejs benötigt wird und ich es nicht besser wusste und einfach die neueste Version genommen habe.

                  @Asgothian DANKE DANKE DANKE --- Es funktioniert!!!
                  Mein größtes Problem waren Node19 zu deinstallieren, Node16 zu finden und installieren und dann noch den richtigen sh Befehl....
                  Aber jetzt gehts 🙂

                  @Thomas-Braun Danke, werde ich mir merken! Ich hoffe, dass ich damit nichts kaputt gemacht habe 😕

                  Auf jeden Fall ein großes DANKE an euch allen, dass ihr mir so schnell und gut geholfen habt 🙂
                  Der ioBroker läuft nun und jetzt kann ich in diese Welt eintauchen.

                  Thomas BraunT CodierknechtC 2 Replies Last reply
                  0
                  • J jjr

                    @Codierknecht Warum nodejs19? Weil am Anfang der Anleitung stand, dass nodejs benötigt wird und ich es nicht besser wusste und einfach die neueste Version genommen habe.

                    @Asgothian DANKE DANKE DANKE --- Es funktioniert!!!
                    Mein größtes Problem waren Node19 zu deinstallieren, Node16 zu finden und installieren und dann noch den richtigen sh Befehl....
                    Aber jetzt gehts 🙂

                    @Thomas-Braun Danke, werde ich mir merken! Ich hoffe, dass ich damit nichts kaputt gemacht habe 😕

                    Auf jeden Fall ein großes DANKE an euch allen, dass ihr mir so schnell und gut geholfen habt 🙂
                    Der ioBroker läuft nun und jetzt kann ich in diese Welt eintauchen.

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by
                    #30

                    @jjr

                    Ich würde die Kiste allerdings nochmal aufsetzen.
                    Auf nodejs 16 und ohne npm audit.

                    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 Reply Last reply
                    0
                    • J jjr

                      @Codierknecht Warum nodejs19? Weil am Anfang der Anleitung stand, dass nodejs benötigt wird und ich es nicht besser wusste und einfach die neueste Version genommen habe.

                      @Asgothian DANKE DANKE DANKE --- Es funktioniert!!!
                      Mein größtes Problem waren Node19 zu deinstallieren, Node16 zu finden und installieren und dann noch den richtigen sh Befehl....
                      Aber jetzt gehts 🙂

                      @Thomas-Braun Danke, werde ich mir merken! Ich hoffe, dass ich damit nichts kaputt gemacht habe 😕

                      Auf jeden Fall ein großes DANKE an euch allen, dass ihr mir so schnell und gut geholfen habt 🙂
                      Der ioBroker läuft nun und jetzt kann ich in diese Welt eintauchen.

                      CodierknechtC Offline
                      CodierknechtC Offline
                      Codierknecht
                      Developer Most Active
                      wrote on last edited by
                      #31

                      @jjr sagte in ioBroker auf iMac (Ventura) installieren:

                      ich es nicht besser wusste und einfach die neueste Version genommen habe

                      Du bist da leider nicht der/die Erste. Da muss unbedingt mal an der Doku gefeilt werden.

                      "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                      Proxmox 8.2.4 LXC|8 GB|Core i7-6700
                      HmIP|ZigBee|Tasmota|Unifi + dies & das
                      Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                      1 Reply Last reply
                      0
                      • T Offline
                        T Offline
                        Todie
                        wrote on last edited by
                        #32

                        Hallo zusammen,
                        kann mir jemand helfen... ??
                        Vielen dank!

                        Todies-MacBook-Pro:IOBroker todie$ npm install iobroker --unsafe-perm

                        up to date, audited 31 packages in 2s

                        2 packages are looking for funding
                        run npm fund for details

                        4 vulnerabilities (3 moderate, 1 critical)

                        To address all issues (including breaking changes), run:
                        npm audit fix --force

                        Run npm audit for details.

                        Thomas BraunT AsgothianA 2 Replies Last reply
                        0
                        • T Todie

                          Hallo zusammen,
                          kann mir jemand helfen... ??
                          Vielen dank!

                          Todies-MacBook-Pro:IOBroker todie$ npm install iobroker --unsafe-perm

                          up to date, audited 31 packages in 2s

                          2 packages are looking for funding
                          run npm fund for details

                          4 vulnerabilities (3 moderate, 1 critical)

                          To address all issues (including breaking changes), run:
                          npm audit fix --force

                          Run npm audit for details.

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          wrote on last edited by
                          #33

                          @todie

                          Du stehst im falschen Verzeichnis, würde ich sagen.

                          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 Reply Last reply
                          0
                          • T Todie

                            Hallo zusammen,
                            kann mir jemand helfen... ??
                            Vielen dank!

                            Todies-MacBook-Pro:IOBroker todie$ npm install iobroker --unsafe-perm

                            up to date, audited 31 packages in 2s

                            2 packages are looking for funding
                            run npm fund for details

                            4 vulnerabilities (3 moderate, 1 critical)

                            To address all issues (including breaking changes), run:
                            npm audit fix --force

                            Run npm audit for details.

                            AsgothianA Offline
                            AsgothianA Offline
                            Asgothian
                            Developer
                            wrote on last edited by
                            #34

                            @todie Ich würde empfehlen das mit dem Install-Skript und nicht direkt via NPM zu installieren. Da wird gleich das gesamte System vernünftig aufgesetzt. Allerdings solltest du vorher schauen ob es das Verzeichnis ~/Library/LaunchAgents gibt - ansonsten gibt es einen Fehler.
                            Gibt es das nicht, einfach anlegen.

                            A

                            ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
                            "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

                            T 1 Reply Last reply
                            0
                            • AsgothianA Asgothian

                              @todie Ich würde empfehlen das mit dem Install-Skript und nicht direkt via NPM zu installieren. Da wird gleich das gesamte System vernünftig aufgesetzt. Allerdings solltest du vorher schauen ob es das Verzeichnis ~/Library/LaunchAgents gibt - ansonsten gibt es einen Fehler.
                              Gibt es das nicht, einfach anlegen.

                              A

                              T Offline
                              T Offline
                              Todie
                              wrote on last edited by Todie
                              #35

                              @asgothian
                              Super geklappt, aber nun noch eine Frage, kann keine Adapter installieren, fehlercode 25, bestimmt rechte Prob?

                              LOG

                              nfo: host.Todies-MBP.fritz.box iobroker add shelly --host Todies-MBP.fritz.box
                              2023-02-05 15:13:44.893 - info: host.Todies-MBP.fritz.box iobroker NPM version: 8.19.3
                              2023-02-05 15:13:44.894 - info: host.Todies-MBP.fritz.box iobroker Installing iobroker.shelly@6.3.1... (System call)
                              2023-02-05 15:13:49.641 - error: host.Todies-MBP.fritz.box iobroker host.Todies-MBP.fritz.box Cannot install iobroker.shelly@6.3.1: 243
                              2023-02-05 15:13:50.657 - info: host.Todies-MBP.fritz.box iobroker exit 25

                              Thomas BraunT 1 Reply Last reply
                              0
                              • T Todie

                                @asgothian
                                Super geklappt, aber nun noch eine Frage, kann keine Adapter installieren, fehlercode 25, bestimmt rechte Prob?

                                LOG

                                nfo: host.Todies-MBP.fritz.box iobroker add shelly --host Todies-MBP.fritz.box
                                2023-02-05 15:13:44.893 - info: host.Todies-MBP.fritz.box iobroker NPM version: 8.19.3
                                2023-02-05 15:13:44.894 - info: host.Todies-MBP.fritz.box iobroker Installing iobroker.shelly@6.3.1... (System call)
                                2023-02-05 15:13:49.641 - error: host.Todies-MBP.fritz.box iobroker host.Todies-MBP.fritz.box Cannot install iobroker.shelly@6.3.1: 243
                                2023-02-05 15:13:50.657 - info: host.Todies-MBP.fritz.box iobroker exit 25

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                wrote on last edited by Thomas Braun
                                #36

                                @todie

                                Es gibt keine Rechteprobleme.
                                Es gibt nur gewährte Rechte oder nicht gewährte Rechte, das ist aber nie ein Problem sondern das Grunddesign von Unix-artigen Betriebssystemen.

                                Zu deinem 'Problem':
                                Vermutlich das
                                https://forum.iobroker.net/topic/57337/fehler-25-oder-217-bei-adapter-install-update-mit-npm8

                                Wird auf MacOS ganz ähnlich funktionieren, ist ja was unixoides.

                                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 Reply Last reply
                                0
                                • T Offline
                                  T Offline
                                  Todie
                                  wrote on last edited by
                                  #37

                                  @thomas-braun
                                  nein das prob war es nicht...
                                  es war wirklich ein freigabe prob, nutze den iobroker ja auf meinem mac, musste package.jason schreib rechte vergeben und zack, funzt...
                                  aber nun noch ein fehler, aber konnte meine shelly schon mal adden, nun qualmt die birne... 🙂
                                  aber aufhören kann ich irgendwie nicht....

                                  schönen Sonntag noch

                                  1 Reply Last reply
                                  0
                                  Reply
                                  • Reply as topic
                                  Log in to reply
                                  • Oldest to Newest
                                  • Newest to Oldest
                                  • Most Votes


                                  Support us

                                  ioBroker
                                  Community Adapters
                                  Donate

                                  234

                                  Online

                                  32.4k

                                  Users

                                  81.4k

                                  Topics

                                  1.3m

                                  Posts
                                  Community
                                  Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                  ioBroker Community 2014-2025
                                  logo
                                  • Login

                                  • Don't have an account? Register

                                  • Login or register to search.
                                  • First post
                                    Last post
                                  0
                                  • Recent
                                  • Tags
                                  • Unread 0
                                  • Categories
                                  • Unreplied
                                  • Popular
                                  • GitHub
                                  • Docu
                                  • Hilfe