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. Gyp err! stack Error: `gyp` faild with exit code:1 (Windows)

NEWS

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    22
    1
    1.1k

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

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

Gyp err! stack Error: `gyp` faild with exit code:1 (Windows)

Geplant Angeheftet Gesperrt Verschoben Error/Bug
3 Beiträge 2 Kommentatoren 1.1k 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.
  • PatrickP Offline
    PatrickP Offline
    Patrick
    schrieb am zuletzt editiert von
    #1

    Ich habe immer wider bei der Installation von dem Adapter Amazon Button und Zwave diesen Fehler "gyp err! stack Error: gyp faild with exit code:1"

    das hier habe ich schon mehrfach versucht und auch andere Sachen die ich im Internet gefunden habe

    npm cache clean
    npm install node-gyp -g --force
    

    da nach kam kurz ein anderer Fehler, nach ein paar Neustarts kam er wider, der gleiche Fehler ( gyp err! stack Error: gyp faild with exit code:1 )

    hatte das Problem schon mal jemand

    alles wurde unter Admin gemacht

    1 Antwort Letzte Antwort
    0
    • apollon77A Online
      apollon77A Online
      apollon77
      schrieb am zuletzt editiert von
      #2

      Hast Du den Fehler ein bissl ausführlicher?

      Welche Node und NPM version? (node -v / npm -v)

      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
      1 Antwort Letzte Antwort
      0
      • PatrickP Offline
        PatrickP Offline
        Patrick
        schrieb am zuletzt editiert von
        #3

        @apollon77:

        Hast Du den Fehler ein bissl ausführlicher?

        Welche Node und NPM version? (node -v / npm -v) `
        node-v 4.6.1

        npm -v 2.15.9

        @Patrick:

        @Bluefox:

        @Patrick:

        habe jetzt noch mal das alte Backup aufgespielt und alles wie beschrieben gemacht

        jetzt kommt ein anderes Fehler

        ! C:\Users\rickfl>cd "C:\Program Files\IO BROKER\ioBroker"
        ! C:\Program Files\IO BROKER\ioBroker>npm install https://github.com/ioBroker/ioBroker.zw … all/master --production --unsafe-perm --build-from-source
        ! /
        ! > iobroker.zwave@0.4.3 preinstall C:\Program Files\IO BROKER\ioBroker\node_modules\iobroker.zwave
        ! > node lib/preinstall.js
        !
        ! > openzwave-shared@1.2.0 preinstall C:\Program Files\IO BROKER\ioBroker\node_modules\iobroker.zwave\node_modules\openzwave-shared
        ! > node lib/install-ozw.js
        ! Installing Open Z-Wave
        ! Installing dependencies to C:\Users\rickfl\AppData\Local\Temp\ozwinstall-yeew830izfr
        ! npm WARN deprecated wrench@1.5.9: wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years.
        ! module.js:327
        ! throw err;
        ! ^
        ! Error: Cannot find module 'C:\Users\rickfl\AppData\Local\Temp\ozwinstall-yeew830izfr/node_modules/request'
        ! at Function.Module._resolveFilename (module.js:325:15)
        ! at Function.Module._load (module.js:276:25)
        ! at Module.require (module.js:353:17)
        ! at require (internal/module.js:12:17)
        ! at Module.module.exports (C:\Program Files\IO BROKER\ioBroker\node_modules\iobroker.zwave\node_modules\openzwave-shared\lib\install-ozw.js:165:13)
        ! at Object. <anonymous>(C:\Program Files\IO BROKER\ioBroker\node_modules\iobroker.zwave\node_modules\openzwave-shared\lib\install-ozw.js:220:12)
        ! at Module._compile (module.js:409:26)
        ! at Object.Module._extensions..js (module.js:416:10)
        ! at Module.load (module.js:343:32)
        ! at Function.Module._load (module.js:300:12)
        ! npm ERR! Windows_NT 10.0.10586
        ! npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "https://github.com/ioBroker/ioBroker.zw ... all/master" "--production" "--unsafe-perm" "--build-from-source"
        ! npm ERR! node v4.6.1
        ! npm ERR! npm v2.15.9
        ! npm ERR! code ELIFECYCLE
        ! npm ERR! openzwave-shared@1.2.0 preinstall: node lib/install-ozw.js
        ! npm ERR! Exit status 1
        ! npm ERR!
        ! npm ERR! Failed at the openzwave-shared@1.2.0 preinstall script 'node lib/install-ozw.js'.
        ! npm ERR! This is most likely a problem with the openzwave-shared package,
        ! npm ERR! not with npm itself.
        ! npm ERR! Tell the author that this fails on your system:
        ! npm ERR! node lib/install-ozw.js
        ! npm ERR! You can get information on how to open an issue for this project with:
        ! npm ERR! npm bugs openzwave-shared
        ! npm ERR! Or if that isn't available, you can get their info via:
        ! npm ERR!
        ! npm ERR! npm owner ls openzwave-shared
        ! npm ERR! There is likely additional logging output above.
        ! npm ERR! Please include the following file with any support request:
        ! npm ERR! C:\Program Files\IO BROKER\ioBroker\npm-debug.log
        ! C:\Program Files\IO BROKER\ioBroker></anonymous> `
        Also es gibt tatsächlich das Problem mit Windows.

        Die Leute arbeiten dran, aber es gibt immer noch keine Lösung:

        https://github.com/felixrieseberg/windo … s/issues/9

        Workaround: Install Visual C++ projects support to Visual Studio 2015 (requires 3GB space).(C++ option aktivieren) `

        dann warte ich mal ab `
        1083_unbenannt.png

        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

        793

        Online

        32.5k

        Benutzer

        81.6k

        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