NEWS
Fehler bei Update von vis-icontwo 2.11.6
-
So tief stecke ich in yarn und npm nicht drin.
Aber ganz grundsätzlich ist --force und 'wildes' Löschen von Dingen im npm tree mit Vorsicht zu genießen. -
Bein reboot kommt im Protokoll u.a. folgendes:
iobroker npm-install: npm error code 7npm error path /opt/iobroker/node_modules/opengpionpm error command failednpm error command sh -c node-gyp rebuildnpm error (node:887) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.npm error (Use `node --trace-deprecation ...` to show where the warning was created)npm error gyp ERR! UNCAUGHT EXCEPTION npm error gyp ERR! stack TypeError: Cannot assign to read only property 'cflags' of object '#<Object>'npm error gyp ERR! stack at createConfigFile (/opt/iobroker/node_modules/node-gyp/lib/configure.js:117:21)npm error gyp ERR! stack at /opt/iobroker/node_modules/node-gyp/lib/configure.js:84:9npm error gyp ERR! stack at FSReqCallback.oncomplete (node:fs:186:23)npm error gyp ERR! System Linux 6.12.63+deb13-amd64npm error gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"npm error gyp ERR! cwd /opt/iobroker/node_modules/opengpionpm error gyp ERR! node -v v22.23.1npm error gyp ERR! node-gyp -v v7.1.2npm error gyp ERR! Node-gyp failed to build your package.npm error 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 A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-07-03T09_14_17_962Z-debug-0.loghost.iobroker Cannot install iobroker.rpi2@2.4.0: 7 -
Da fehlt mit Sicherheit das Paket 'python3-setuptools'.
apt policy python3-setuptoolsGegebenenfalls dann nachinstallieren.
Danach sollte dann auch iobroker.rpi2 wieder bauen. -
dieser kann Native Web socket upgedatet werden
juergen@iobroker:~$ apt policy python3-setuptools python3-setuptools: Installed: (none) Candidate: 78.1.1-0.1 Version table: 78.1.1-0.1 500 500 http://deb.debian.org/debian trixie/main amd64 Packages juergen@iobroker:~$ -
er sagt mit das der native web adapter installiert werden kann. das ist die FM:```
$ iobroker upgrade ws@4.1.0Update ws from @3.0.19 to @4.1.0
NPM version: 10.9.8
Installing iobroker.ws@4.1.0... (System call)
Try to solve ENOTEMPTY error automatically
Could not handle ENOTEMPTY, because no deletable files were foundnpm error code ENOTEMPTYnpm error syscall renamenpm error path /opt/iobroker/node_modules/raw-socketnpm error dest /opt/iobroker/node_modules/.raw-socket-FAaftXmdnpm error errno -39npm error ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/raw-socket' -> '/opt/iobroker/node_modules/.raw-socket-FAaftXmd'npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-07-03T10_37_58_466Z-debug-0.loghost.iobroker Cannot install iobroker.ws@4.1.0: 217
ERROR: Process exited with code 25
-
Hi,
bei iob diag
sagt er mit js-controller is not running
wahrscxheinlich weil iob nicht gestartet ist. -
dieser kann Native Web socket upgedatet werden
juergen@iobroker:~$ apt policy python3-setuptools python3-setuptools: Installed: (none) Candidate: 78.1.1-0.1 Version table: 78.1.1-0.1 500 500 http://deb.debian.org/debian trixie/main amd64 Packages juergen@iobroker:~$ -
Alero sagte:
Hi,
bei iob diag
sagt er mit js-controller is not running
wahrscheinlich weil iob nicht gestartet ist.
ja das wars. Fehler ist jetzt auch weg.Wegen
Could not handle ENOTEMPTY, because no deletable files were found
npm error code ENOTEMPTY
npm error syscall rename
npm error path /opt/iobroker/node_modules/raw-socket
npm error dest /opt/iobroker/node_modules/.raw-socket-FAaftXmd
npm error errno -39
npm error ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/raw-socket' -> '/opt/iobroker/node_modules/.raw-socket-FAaftXmd'
npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-07-03T10_37_58_466Z-debug-0.loghost.iobrokerCannot install iobroker.ws@4.1.0: 217
versuch mal den Fixer:
iob stop iob fix iob start iob update iob upgrade -
-
Wegen
Could not handle ENOTEMPTY, because no deletable files were found
npm error code ENOTEMPTY
npm error syscall rename
npm error path /opt/iobroker/node_modules/raw-socket
npm error dest /opt/iobroker/node_modules/.raw-socket-FAaftXmd
npm error errno -39
npm error ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/raw-socket' -> '/opt/iobroker/node_modules/.raw-socket-FAaftXmd'
npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-07-03T10_37_58_466Z-debug-0.loghost.iobrokerCannot install iobroker.ws@4.1.0: 217
versuch mal den Fixer:
iob stop iob fix iob start iob update iob upgrade@Thomas-Braun
ausgeführt . fährt gerade wieder hoch.. sehe im Protokoll:iobroker npm-install: npm error code 7npm error path /opt/iobroker/node_modules/opengpionpm error command failednpm error command sh -c node-gyp rebuildnpm error (node:5774) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.npm error (Use `node --trace-deprecation ...` to show where the warning was created)npm error gyp ERR! UNCAUGHT EXCEPTION npm error gyp ERR! stack TypeError: Cannot assign to read only property 'cflags' of object '#<Object>'npm error gyp ERR! stack at createConfigFile (/opt/iobroker/node_modules/node-gyp/lib/configure.js:117:21)npm error gyp ERR! stack at /opt/iobroker/node_modules/node-gyp/lib/configure.js:84:9npm error gyp ERR! stack at FSReqCallback.oncomplete (node:fs:186:23)npm error gyp ERR! System Linux 6.12.63+deb13-amd64npm error gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"npm error gyp ERR! cwd /opt/iobroker/node_modules/opengpionpm error gyp ERR! node -v v22.23.1npm error gyp ERR! node-gyp -v v7.1.2npm error gyp ERR! Node-gyp failed to build your package.npm error 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 A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-07-03T11_04_44_408Z-debug-0.logvielleicht geht es gleich noch weg. warten wir mal ab bis er wieder oben idst. und rpi2.0 kann nicht installiert werden
-
@Thomas-Braun
ausgeführt . fährt gerade wieder hoch.. sehe im Protokoll:iobroker npm-install: npm error code 7npm error path /opt/iobroker/node_modules/opengpionpm error command failednpm error command sh -c node-gyp rebuildnpm error (node:5774) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.npm error (Use `node --trace-deprecation ...` to show where the warning was created)npm error gyp ERR! UNCAUGHT EXCEPTION npm error gyp ERR! stack TypeError: Cannot assign to read only property 'cflags' of object '#<Object>'npm error gyp ERR! stack at createConfigFile (/opt/iobroker/node_modules/node-gyp/lib/configure.js:117:21)npm error gyp ERR! stack at /opt/iobroker/node_modules/node-gyp/lib/configure.js:84:9npm error gyp ERR! stack at FSReqCallback.oncomplete (node:fs:186:23)npm error gyp ERR! System Linux 6.12.63+deb13-amd64npm error gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild"npm error gyp ERR! cwd /opt/iobroker/node_modules/opengpionpm error gyp ERR! node -v v22.23.1npm error gyp ERR! node-gyp -v v7.1.2npm error gyp ERR! Node-gyp failed to build your package.npm error 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 A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-07-03T11_04_44_408Z-debug-0.logvielleicht geht es gleich noch weg. warten wir mal ab bis er wieder oben idst. und rpi2.0 kann nicht installiert werden
-
iobroker npm-install: host.iobroker Cannot install iobroker.rpi2@2.4.0: 217 host.iobroker 2026-07-03 13:08:48.464 error iobroker npm-install: Could not handle ENOTEMPTY, because no deletable files were foundnpm error code ENOTEMPTYnpm error syscall renamenpm error path /opt/iobroker/node_modules/raw-socketnpm error dest /opt/iobroker/node_modules/.raw-socket-FAaftXmdnpm error errno -39npm error ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/raw-socket' -> '/opt/iobroker/node_modules/.raw-socket-FAaftXmd'npm error A complete log of this run can be found in: /home/iobroker/.npm/_logs/2026-07-03T11_08_46_152Z-debug-0.log -
das ist doch ein adapter zum berwachen des Raspberry Pi oder?
Den brauche ich nicht. ich habe keinen Raspberry Pi im Einsatz
Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.
Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.
Mit deinem Input könnte dieser Beitrag noch besser werden 💗
Registrieren Anmelden

