ioBroker.homekit-controller icon indicating copy to clipboard operation
ioBroker.homekit-controller copied to clipboard

Adapter lässt sich nicht installieren.

Open Feinfinger380 opened this issue 7 months ago • 2 comments

Der Adapter lässt sich nicht im iobroker installieren.

Folgender Fehler kommt im iobroker.

npm error code 7npm error path /opt/iobroker/node_modules/@stoprocent/noblenpm error command failednpm error command sh -c node-gyp-buildnpm error (node:26743) [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:187:23)npm error gyp ERR! System Linux 6.14.11-1-pvenpm error gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/node-gyp/bin/node-gyp.js" "rebuild"npm error gyp ERR! cwd /opt/iobroker/node_modules/@stoprocent/noblenpm error gyp ERR! node -v v22.19.0npm 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

Node v 22.19.0

NPM v 10.9.3

Feinfinger380 avatar Sep 19 '25 07:09 Feinfinger380

Das hier hat bei mir zum erfolg geführt

sudo apt update
sudo apt install python3 python3-dev python3-pip build-essential
sudo pip3 install --upgrade setuptools

EDIT - ups das ist ein anders problem sry

ticaki avatar Sep 28 '25 22:09 ticaki

Ich schaue mal wegen NaN

Apollon77 avatar Oct 02 '25 22:10 Apollon77