NEWS
RPI2 Adapter kann nicht installiert werden
-
ich würde, wenn der rpi2 unbedingt benötigt wird, eher wieder zurück auf nodejs20 gehen und hoffen, dass bis April 26 das Problem gelöst wird.
@crunchip sagte in RPI2 Adapter kann nicht installiert werden:
ich würde, wenn der rpi2 unbedingt benötigt wird, eher wieder zurück auf nodejs20 gehen und hoffen, dass bis April 26 das Problem gelöst wird.
Nur das Problem kommt nicht vom rpi2 direkt. Hier läuft der nämlich auf nodejs 20 - 25 einwandfrei auf RaspberryOS 13 'Trixie'.
Da hängt noch irgendwas in der Build Pipeline. Deswegen will ich auch den terminal-Adapter loswerden, der wird ja schon geraume Zeit nicht mehr gepflegt. -
@crunchip sagte in RPI2 Adapter kann nicht installiert werden:
ich würde, wenn der rpi2 unbedingt benötigt wird, eher wieder zurück auf nodejs20 gehen und hoffen, dass bis April 26 das Problem gelöst wird.
Nur das Problem kommt nicht vom rpi2 direkt. Hier läuft der nämlich auf nodejs 20 - 25 einwandfrei auf RaspberryOS 13 'Trixie'.
Da hängt noch irgendwas in der Build Pipeline. Deswegen will ich auch den terminal-Adapter loswerden, der wird ja schon geraume Zeit nicht mehr gepflegt.@Thomas-Braun sagte in RPI2 Adapter kann nicht installiert werden:
der Build Pipeline
node-gyp 7.1.2 zu alt für Node 22 → cflags-Fehler
-
@Thomas-Braun sagte in RPI2 Adapter kann nicht installiert werden:
der Build Pipeline
node-gyp 7.1.2 zu alt für Node 22 → cflags-Fehler
Das sollte aber eigentlich via nodejs/npm in jeweils passender Version mitgeschleppt werden:
echad@chet:/opt/iobroker $ npm ls -g node-gyp /usr/lib └─┬ npm@11.6.2 ├─┬ @npmcli/run-script@10.0.0 │ └── node-gyp@11.4.2 deduped └── node-gyp@11.4.2 echad@chet:/opt/iobroker $ -
@Gonzokalle sagte in RPI2 Adapter kann nicht installiert werden:
Ist ne NVME SSD 1TB von Samsung.
Erst ein Jahr alt.und immer ordentlich runtergefahren / unmounted?
oder auch mal einfach abgezogen / Stecker raus?
BTW wo und wie ist die angeschlossen
@Homoran
Nur mal Sudo reboot gemacht.
Den Raspi hatte ich ein Jahr nicht gesehen.
Nur, wenn mal Stromausfall war. Vielleicht 2 mal Im Jahr.Hiermit beschrieben

Das ist im Rasppi

-
@Homoran
Nur mal Sudo reboot gemacht.
Den Raspi hatte ich ein Jahr nicht gesehen.
Nur, wenn mal Stromausfall war. Vielleicht 2 mal Im Jahr.Hiermit beschrieben

Das ist im Rasppi

@Gonzokalle sagte in RPI2 Adapter kann nicht installiert werden:
Nur, wenn mal Stromausfall war. Vielleicht 2 mal Im Jahr.
Stromausfälle schrotten Datenträger.
Auch bei nur 2x im Jahr.Was sagt
npm ls -g node-gyp -
@Gonzokalle sagte in RPI2 Adapter kann nicht installiert werden:
Nur, wenn mal Stromausfall war. Vielleicht 2 mal Im Jahr.
Stromausfälle schrotten Datenträger.
Auch bei nur 2x im Jahr.Was sagt
npm ls -g node-gypHabe schon mit dem Energieversorger geschimpft.
martin@RaspberryPi-Iobroker:~ $ npm ls -g node-gyp /usr/lib └─┬ npm@11.6.2 ├─┬ @npmcli/run-script@10.0.0 │ └── node-gyp@11.4.2 deduped └── node-gyp@11.4.2 martin@RaspberryPi-Iobroker:~ $ -
Habe schon mit dem Energieversorger geschimpft.
martin@RaspberryPi-Iobroker:~ $ npm ls -g node-gyp /usr/lib └─┬ npm@11.6.2 ├─┬ @npmcli/run-script@10.0.0 │ └── node-gyp@11.4.2 deduped └── node-gyp@11.4.2 martin@RaspberryPi-Iobroker:~ $Und im Verzeichnis?
cd /opt/iobroker && npm ls node-gypHaste jetzt den Adapter terminal rausgeworfen?
Wenn ja, dann einnpm iin /opt/iobroker
-
Das sollte aber eigentlich via nodejs/npm in jeweils passender Version mitgeschleppt werden:
echad@chet:/opt/iobroker $ npm ls -g node-gyp /usr/lib └─┬ npm@11.6.2 ├─┬ @npmcli/run-script@10.0.0 │ └── node-gyp@11.4.2 deduped └── node-gyp@11.4.2 echad@chet:/opt/iobroker $@Thomas-Braun sagte in RPI2 Adapter kann nicht installiert werden:
Das sollte aber eigentlich via nodejs/npm in jeweils passender Version mitgeschleppt werden:
soweit ich jetzt nachgelesen habe
- npm ls -g node-gyp → GLOBAL Store (npm CLI braucht es)
- npm i rpi2 → LOKAL installiert node-gyp@7.1.2 (wegen noble/opengpio)
- npm sucht ./node_modules/.bin/node-gyp → findet 7.1.2 → verwendet ES!
- Global 11.4.2 wird ignoriert (scoped project)
-
@Thomas-Braun sagte in RPI2 Adapter kann nicht installiert werden:
Das sollte aber eigentlich via nodejs/npm in jeweils passender Version mitgeschleppt werden:
soweit ich jetzt nachgelesen habe
- npm ls -g node-gyp → GLOBAL Store (npm CLI braucht es)
- npm i rpi2 → LOKAL installiert node-gyp@7.1.2 (wegen noble/opengpio)
- npm sucht ./node_modules/.bin/node-gyp → findet 7.1.2 → verwendet ES!
- Global 11.4.2 wird ignoriert (scoped project)
@crunchip
Das kann nicht sein, denn:echad@chet:/opt/iobroker $ npm ls node-gyp iobroker.inst@3.0.0 /opt/iobroker └── (empty)node-gyp ist nur global installiert. Jedenfalls sollte es das.
-
Und im Verzeichnis?
cd /opt/iobroker && npm ls node-gypHaste jetzt den Adapter terminal rausgeworfen?
Wenn ja, dann einnpm iin /opt/iobroker
imartin@RaspberryPi-Iobroker:~ $ cd /opt/iobroker && npm ls node-gyp iobroker.inst@3.0.0 /opt/iobroker └── (empty)Ja, ist rausgeflogen.
martin@RaspberryPi-Iobroker:/opt/iobroker $ npm i npm warn deprecated npmlog@4.1.2: This package is no longer supported. npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported npm warn deprecated are-we-there-yet@1.1.7: This package is no longer supported. npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported npm warn deprecated gauge@2.7.4: This package is no longer supported. up to date in 4s 206 packages are looking for funding run `npm fund` for details -
imartin@RaspberryPi-Iobroker:~ $ cd /opt/iobroker && npm ls node-gyp iobroker.inst@3.0.0 /opt/iobroker └── (empty)Ja, ist rausgeflogen.
martin@RaspberryPi-Iobroker:/opt/iobroker $ npm i npm warn deprecated npmlog@4.1.2: This package is no longer supported. npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported npm warn deprecated are-we-there-yet@1.1.7: This package is no longer supported. npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported npm warn deprecated gauge@2.7.4: This package is no longer supported. up to date in 4s 206 packages are looking for funding run `npm fund` for details@Gonzokalle Bitte immer die Ein- wie Ausgaben zeigen.
Woher soll ich denn jetzt sehen wo die Meldung (empty) nun herkommt?npm cache clear --force iobroker url iobroker.rpi2@latest --debugVollständige Ein- wie Ausgaben...
-
@Gonzokalle Bitte immer die Ein- wie Ausgaben zeigen.
Woher soll ich denn jetzt sehen wo die Meldung (empty) nun herkommt?npm cache clear --force iobroker url iobroker.rpi2@latest --debugVollständige Ein- wie Ausgaben...
@Thomas-Braun
Habe ich oben geändertmartin@RaspberryPi-Iobroker:/opt/iobroker $ npm cache clear --force iobroker url iobroker.rpi2@latest --debug npm warn using --force Recommended protections disabled. install iobroker.rpi2@latest NPM version: 11.6.2 Installing iobroker.rpi2@latest... (System call) npm warn deprecated npmlog@4.1.2: This package is no longer supported. npm warn deprecated are-we-there-yet@1.1.7: This package is no longer supported. npm warn deprecated gauge@2.7.4: This package is no longer supported. npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported > iobroker.rpi2@3.0.2 preinstall > bash ./preinstall-check.sh Checking package: libgpiod-dev >= 2.2 libgpiod-dev version OK: 2.2.1-2+deb13u1 > @stoprocent/bluetooth-hci-socket@1.5.2 install > node-gyp-build > @stoprocent/noble@1.19.1 install > node-gyp-build gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10253) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/@stoprocent/noble gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. > cpu-features@0.0.10 install > node buildcheck.js > buildcheck.gypi && node-gyp rebuild gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10286) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/cpu-features gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. > diskusage@1.2.0 install > node-gyp rebuild gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10300) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/diskusage gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. > node-dht-sensor@0.4.5 install > node-gyp configure gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10316) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "configure" gyp ERR! cwd /opt/iobroker/node_modules/node-dht-sensor gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. > opengpio@2.0.2 install > node-gyp rebuild gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10330) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/opengpio gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. npm error code 6 npm error path /opt/iobroker/node_modules/opengpio npm error command failed npm error command sh -c node-gyp rebuild npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2025-12-28T17_51_41_550Z-debug-0.log npm warn deprecated npmlog@4.1.2: This package is no longer supported. npm warn deprecated are-we-there-yet@1.1.7: This package is no longer supported. npm warn deprecated gauge@2.7.4: This package is no longer supported. npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10253) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/@stoprocent/noble gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10286) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/cpu-features gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10300) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/diskusage gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10316) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "configure" gyp ERR! cwd /opt/iobroker/node_modules/node-dht-sensor gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10330) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/opengpio gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. npm error code 6 npm error path /opt/iobroker/node_modules/opengpio npm error command failed npm error command sh -c node-gyp rebuild npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2025-12-28T17_51_41_550Z-debug-0.log host.RaspberryPi-Iobroker Cannot install iobroker.rpi2@latest: 6 martin@RaspberryPi-Iobroker:/opt/iobroker $ -
@Thomas-Braun
Habe ich oben geändertmartin@RaspberryPi-Iobroker:/opt/iobroker $ npm cache clear --force iobroker url iobroker.rpi2@latest --debug npm warn using --force Recommended protections disabled. install iobroker.rpi2@latest NPM version: 11.6.2 Installing iobroker.rpi2@latest... (System call) npm warn deprecated npmlog@4.1.2: This package is no longer supported. npm warn deprecated are-we-there-yet@1.1.7: This package is no longer supported. npm warn deprecated gauge@2.7.4: This package is no longer supported. npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported > iobroker.rpi2@3.0.2 preinstall > bash ./preinstall-check.sh Checking package: libgpiod-dev >= 2.2 libgpiod-dev version OK: 2.2.1-2+deb13u1 > @stoprocent/bluetooth-hci-socket@1.5.2 install > node-gyp-build > @stoprocent/noble@1.19.1 install > node-gyp-build gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10253) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/@stoprocent/noble gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. > cpu-features@0.0.10 install > node buildcheck.js > buildcheck.gypi && node-gyp rebuild gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10286) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/cpu-features gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. > diskusage@1.2.0 install > node-gyp rebuild gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10300) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/diskusage gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. > node-dht-sensor@0.4.5 install > node-gyp configure gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10316) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "configure" gyp ERR! cwd /opt/iobroker/node_modules/node-dht-sensor gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. > opengpio@2.0.2 install > node-gyp rebuild gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10330) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/opengpio gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. npm error code 6 npm error path /opt/iobroker/node_modules/opengpio npm error command failed npm error command sh -c node-gyp rebuild npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2025-12-28T17_51_41_550Z-debug-0.log npm warn deprecated npmlog@4.1.2: This package is no longer supported. npm warn deprecated are-we-there-yet@1.1.7: This package is no longer supported. npm warn deprecated gauge@2.7.4: This package is no longer supported. npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10253) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/@stoprocent/noble gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10286) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/cpu-features gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10300) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/diskusage gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10316) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "configure" gyp ERR! cwd /opt/iobroker/node_modules/node-dht-sensor gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10330) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/opengpio gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. npm error code 6 npm error path /opt/iobroker/node_modules/opengpio npm error command failed npm error command sh -c node-gyp rebuild npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2025-12-28T17_51_41_550Z-debug-0.log host.RaspberryPi-Iobroker Cannot install iobroker.rpi2@latest: 6 martin@RaspberryPi-Iobroker:/opt/iobroker $@Gonzokalle sagte in RPI2 Adapter kann nicht installiert werden:
gyp info using node-gyp@7.1.2
Keine Ahnung wo sich die Kiste diese Version herzieht.
-
@Thomas-Braun
Habe ich oben geändertmartin@RaspberryPi-Iobroker:/opt/iobroker $ npm cache clear --force iobroker url iobroker.rpi2@latest --debug npm warn using --force Recommended protections disabled. install iobroker.rpi2@latest NPM version: 11.6.2 Installing iobroker.rpi2@latest... (System call) npm warn deprecated npmlog@4.1.2: This package is no longer supported. npm warn deprecated are-we-there-yet@1.1.7: This package is no longer supported. npm warn deprecated gauge@2.7.4: This package is no longer supported. npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported > iobroker.rpi2@3.0.2 preinstall > bash ./preinstall-check.sh Checking package: libgpiod-dev >= 2.2 libgpiod-dev version OK: 2.2.1-2+deb13u1 > @stoprocent/bluetooth-hci-socket@1.5.2 install > node-gyp-build > @stoprocent/noble@1.19.1 install > node-gyp-build gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10253) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/@stoprocent/noble gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. > cpu-features@0.0.10 install > node buildcheck.js > buildcheck.gypi && node-gyp rebuild gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10286) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/cpu-features gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. > diskusage@1.2.0 install > node-gyp rebuild gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10300) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/diskusage gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. > node-dht-sensor@0.4.5 install > node-gyp configure gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10316) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "configure" gyp ERR! cwd /opt/iobroker/node_modules/node-dht-sensor gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. > opengpio@2.0.2 install > node-gyp rebuild gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10330) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/opengpio gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. npm error code 6 npm error path /opt/iobroker/node_modules/opengpio npm error command failed npm error command sh -c node-gyp rebuild npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2025-12-28T17_51_41_550Z-debug-0.log npm warn deprecated npmlog@4.1.2: This package is no longer supported. npm warn deprecated are-we-there-yet@1.1.7: This package is no longer supported. npm warn deprecated gauge@2.7.4: This package is no longer supported. npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10253) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/@stoprocent/noble gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10286) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/cpu-features gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10300) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/diskusage gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10316) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "configure" gyp ERR! cwd /opt/iobroker/node_modules/node-dht-sensor gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@24.12.0 | linux | arm64 (node:10330) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info find Python using Python version 3.13.5 found at "/usr/bin/python3" gyp ERR! Completion callback never invoked! gyp ERR! System Linux 6.12.47+rpt-rpi-2712 gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/opengpio gyp ERR! node -v v24.12.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! Node-gyp failed to build your package. gyp ERR! Try to update npm and/or node-gyp and if it does not help file an issue with the package author. npm error code 6 npm error path /opt/iobroker/node_modules/opengpio npm error command failed npm error command sh -c node-gyp rebuild npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2025-12-28T17_51_41_550Z-debug-0.log host.RaspberryPi-Iobroker Cannot install iobroker.rpi2@latest: 6 martin@RaspberryPi-Iobroker:/opt/iobroker $ls -l /opt/iobroker/node_modules/.bin/ -
ls -l /opt/iobroker/node_modules/.bin/martin@RaspberryPi-Iobroker:/opt/iobroker $ ls -l /opt/iobroker/node_modules/.bin/ insgesamt 0 lrwxrwxrwx 1 iobroker iobroker 17 27. Dez 10:52 ci -> ../ci/dist/cli.js lrwxrwxrwx 1 iobroker iobroker 23 27. Dez 10:40 color-support -> ../color-support/bin.js lrwxrwxrwx 1 iobroker iobroker 23 27. Dez 10:40 crc32 -> ../crc-32/bin/crc32.njs lrwxrwxrwx 1 iobroker iobroker 22 27. Dez 10:40 esbuild -> ../esbuild/bin/esbuild lrwxrwxrwx 1 iobroker iobroker 33 27. Dez 10:40 fxparser -> ../fast-xml-parser/src/cli/cli.js lrwxrwxrwx 1 iobroker iobroker 24 27. Dez 10:40 glob -> ../glob/dist/esm/bin.mjs lrwxrwxrwx 1 iobroker iobroker 23 27. Dez 10:40 hexy -> ../hexy/bin/hexy_cmd.js lrwxrwxrwx 1 iobroker iobroker 37 27. Dez 10:40 iobroker -> ../iobroker.js-controller/iobroker.js lrwxrwxrwx 1 iobroker iobroker 19 28. Dez 18:51 is-docker -> ../is-docker/cli.js lrwxrwxrwx 1 iobroker iobroker 19 27. Dez 10:40 json5 -> ../json5/lib/cli.js lrwxrwxrwx 1 iobroker iobroker 25 27. Dez 10:40 js-yaml -> ../js-yaml/bin/js-yaml.js lrwxrwxrwx 1 iobroker iobroker 14 27. Dez 10:40 mime -> ../mime/cli.js lrwxrwxrwx 1 iobroker iobroker 20 27. Dez 10:40 mkdirp -> ../mkdirp/bin/cmd.js lrwxrwxrwx 1 iobroker iobroker 25 27. Dez 10:40 mqtt -> ../mqtt/build/bin/mqtt.js lrwxrwxrwx 1 iobroker iobroker 24 27. Dez 10:40 mqtt_pub -> ../mqtt/build/bin/pub.js lrwxrwxrwx 1 iobroker iobroker 24 27. Dez 10:40 mqtt_sub -> ../mqtt/build/bin/sub.js lrwxrwxrwx 1 iobroker iobroker 23 27. Dez 10:40 multicast-dns -> ../multicast-dns/cli.js lrwxrwxrwx 1 iobroker iobroker 27 28. Dez 18:51 node-gyp -> ../node-gyp/bin/node-gyp.js lrwxrwxrwx 1 iobroker iobroker 24 27. Dez 10:40 node-gyp-build -> ../node-gyp-build/bin.js lrwxrwxrwx 1 iobroker iobroker 29 27. Dez 10:40 node-gyp-build-optional -> ../node-gyp-build/optional.js lrwxrwxrwx 1 iobroker iobroker 31 27. Dez 10:40 node-gyp-build-test -> ../node-gyp-build/build-test.js lrwxrwxrwx 1 iobroker iobroker 22 27. Dez 10:40 node-inspect -> ../node-inspect/cli.js lrwxrwxrwx 1 iobroker iobroker 40 27. Dez 10:40 node-pre-gyp -> ../@mapbox/node-pre-gyp/bin/node-pre-gyp lrwxrwxrwx 1 iobroker iobroker 23 27. Dez 10:40 node-which -> ../which/bin/node-which lrwxrwxrwx 1 iobroker iobroker 19 27. Dez 10:40 nopt -> ../nopt/bin/nopt.js lrwxrwxrwx 1 iobroker iobroker 25 28. Dez 18:51 patch-package -> ../patch-package/index.js lrwxrwxrwx 1 iobroker iobroker 28 27. Dez 10:40 prettier -> ../prettier/bin/prettier.cjs lrwxrwxrwx 1 iobroker iobroker 57 27. Dez 10:40 proto-loader-gen-types -> ../@grpc/proto-loader/build/bin/proto-loader-gen-types.js lrwxrwxrwx 1 iobroker iobroker 26 27. Dez 10:40 rimraf -> ../rimraf/dist/esm/bin.mjs lrwxrwxrwx 1 iobroker iobroker 23 27. Dez 10:40 semver -> ../semver/bin/semver.js lrwxrwxrwx 1 iobroker iobroker 23 27. Dez 10:40 sshpk-conv -> ../sshpk/bin/sshpk-conv lrwxrwxrwx 1 iobroker iobroker 23 27. Dez 10:40 sshpk-sign -> ../sshpk/bin/sshpk-sign lrwxrwxrwx 1 iobroker iobroker 25 27. Dez 10:40 sshpk-verify -> ../sshpk/bin/sshpk-verify lrwxrwxrwx 1 iobroker iobroker 19 27. Dez 10:40 tldts -> ../tldts/bin/cli.js lrwxrwxrwx 1 iobroker iobroker 21 27. Dez 10:40 tsc -> ../typescript/bin/tsc lrwxrwxrwx 1 iobroker iobroker 26 27. Dez 10:40 tsserver -> ../typescript/bin/tsserver lrwxrwxrwx 1 iobroker iobroker 21 27. Dez 10:40 uuid -> ../uuid/dist/bin/uuid lrwxrwxrwx 1 iobroker iobroker 42 27. Dez 10:40 wake -> ../@iobroker-javascript.0/wake_on_lan/wake lrwxrwxrwx 1 iobroker iobroker 15 28. Dez 18:51 yaml -> ../yaml/bin.mjs martin@RaspberryPi-Iobroker:/opt/iobroker $ -
martin@RaspberryPi-Iobroker:/opt/iobroker $ ls -l /opt/iobroker/node_modules/.bin/ insgesamt 0 lrwxrwxrwx 1 iobroker iobroker 17 27. Dez 10:52 ci -> ../ci/dist/cli.js lrwxrwxrwx 1 iobroker iobroker 23 27. Dez 10:40 color-support -> ../color-support/bin.js lrwxrwxrwx 1 iobroker iobroker 23 27. Dez 10:40 crc32 -> ../crc-32/bin/crc32.njs lrwxrwxrwx 1 iobroker iobroker 22 27. Dez 10:40 esbuild -> ../esbuild/bin/esbuild lrwxrwxrwx 1 iobroker iobroker 33 27. Dez 10:40 fxparser -> ../fast-xml-parser/src/cli/cli.js lrwxrwxrwx 1 iobroker iobroker 24 27. Dez 10:40 glob -> ../glob/dist/esm/bin.mjs lrwxrwxrwx 1 iobroker iobroker 23 27. Dez 10:40 hexy -> ../hexy/bin/hexy_cmd.js lrwxrwxrwx 1 iobroker iobroker 37 27. Dez 10:40 iobroker -> ../iobroker.js-controller/iobroker.js lrwxrwxrwx 1 iobroker iobroker 19 28. Dez 18:51 is-docker -> ../is-docker/cli.js lrwxrwxrwx 1 iobroker iobroker 19 27. Dez 10:40 json5 -> ../json5/lib/cli.js lrwxrwxrwx 1 iobroker iobroker 25 27. Dez 10:40 js-yaml -> ../js-yaml/bin/js-yaml.js lrwxrwxrwx 1 iobroker iobroker 14 27. Dez 10:40 mime -> ../mime/cli.js lrwxrwxrwx 1 iobroker iobroker 20 27. Dez 10:40 mkdirp -> ../mkdirp/bin/cmd.js lrwxrwxrwx 1 iobroker iobroker 25 27. Dez 10:40 mqtt -> ../mqtt/build/bin/mqtt.js lrwxrwxrwx 1 iobroker iobroker 24 27. Dez 10:40 mqtt_pub -> ../mqtt/build/bin/pub.js lrwxrwxrwx 1 iobroker iobroker 24 27. Dez 10:40 mqtt_sub -> ../mqtt/build/bin/sub.js lrwxrwxrwx 1 iobroker iobroker 23 27. Dez 10:40 multicast-dns -> ../multicast-dns/cli.js lrwxrwxrwx 1 iobroker iobroker 27 28. Dez 18:51 node-gyp -> ../node-gyp/bin/node-gyp.js lrwxrwxrwx 1 iobroker iobroker 24 27. Dez 10:40 node-gyp-build -> ../node-gyp-build/bin.js lrwxrwxrwx 1 iobroker iobroker 29 27. Dez 10:40 node-gyp-build-optional -> ../node-gyp-build/optional.js lrwxrwxrwx 1 iobroker iobroker 31 27. Dez 10:40 node-gyp-build-test -> ../node-gyp-build/build-test.js lrwxrwxrwx 1 iobroker iobroker 22 27. Dez 10:40 node-inspect -> ../node-inspect/cli.js lrwxrwxrwx 1 iobroker iobroker 40 27. Dez 10:40 node-pre-gyp -> ../@mapbox/node-pre-gyp/bin/node-pre-gyp lrwxrwxrwx 1 iobroker iobroker 23 27. Dez 10:40 node-which -> ../which/bin/node-which lrwxrwxrwx 1 iobroker iobroker 19 27. Dez 10:40 nopt -> ../nopt/bin/nopt.js lrwxrwxrwx 1 iobroker iobroker 25 28. Dez 18:51 patch-package -> ../patch-package/index.js lrwxrwxrwx 1 iobroker iobroker 28 27. Dez 10:40 prettier -> ../prettier/bin/prettier.cjs lrwxrwxrwx 1 iobroker iobroker 57 27. Dez 10:40 proto-loader-gen-types -> ../@grpc/proto-loader/build/bin/proto-loader-gen-types.js lrwxrwxrwx 1 iobroker iobroker 26 27. Dez 10:40 rimraf -> ../rimraf/dist/esm/bin.mjs lrwxrwxrwx 1 iobroker iobroker 23 27. Dez 10:40 semver -> ../semver/bin/semver.js lrwxrwxrwx 1 iobroker iobroker 23 27. Dez 10:40 sshpk-conv -> ../sshpk/bin/sshpk-conv lrwxrwxrwx 1 iobroker iobroker 23 27. Dez 10:40 sshpk-sign -> ../sshpk/bin/sshpk-sign lrwxrwxrwx 1 iobroker iobroker 25 27. Dez 10:40 sshpk-verify -> ../sshpk/bin/sshpk-verify lrwxrwxrwx 1 iobroker iobroker 19 27. Dez 10:40 tldts -> ../tldts/bin/cli.js lrwxrwxrwx 1 iobroker iobroker 21 27. Dez 10:40 tsc -> ../typescript/bin/tsc lrwxrwxrwx 1 iobroker iobroker 26 27. Dez 10:40 tsserver -> ../typescript/bin/tsserver lrwxrwxrwx 1 iobroker iobroker 21 27. Dez 10:40 uuid -> ../uuid/dist/bin/uuid lrwxrwxrwx 1 iobroker iobroker 42 27. Dez 10:40 wake -> ../@iobroker-javascript.0/wake_on_lan/wake lrwxrwxrwx 1 iobroker iobroker 15 28. Dez 18:51 yaml -> ../yaml/bin.mjs martin@RaspberryPi-Iobroker:/opt/iobroker $@Gonzokalle sagte in RPI2 Adapter kann nicht installiert werden:
Diese Links gibt es auf meinem System nicht:
lrwxrwxrwx 1 iobroker iobroker 27 28. Dez 18:51 node-gyp -> ../node-gyp/bin/node-gyp.js
lrwxrwxrwx 1 iobroker iobroker 40 27. Dez 10:40 node-pre-gyp -> ../@mapbox/node-pre-gyp/bin/node-pre-gypDeswegen wird wohl bei mir node-gyp global aufgerufen, vermute ich.
Keine Ahnung, ob man die beiden mal löschen könnte.