NEWS
[gelöst] amazon-dash Adapter lässt sich nicht installieren
-
Hallo zusammen,
nach umziehen von meine ioBroker vom PI auf DebianVM bekomme ich amazon-dash adapter nicht mehr installiert.
Neue System ist eine Intel NUC mit Windows 10 als host.
Iobroker habe ich auf eine VM installiert:
BS: Debian 9.5.0
nodejs v8.12.0
npm v6.4.1
js-controller v1.4.2
Vor ioBroker habe ich (apt-get) sudo, git, redis-server und libpcap-dev installiert.
Vor iobroker restore 0 habe ich chmod -R 777 /opt/iobroker
Danach iobroker host this
es funktioniert alles einwandfrei bis auf die Installation von amazon-dash Adapter…
Habe alles was in Forum steht ausprobiert aber keine erfolg.
Hier die Fehlermeldungen beim Installieren:
root@iobrokerVM:/opt/iobroker# iobroker install iobroker.amazon-dash NPM version: 6.4.1 npm install iobroker.amazon-dash --production --save --prefix "/opt/iobroker" (System call) gyp ERR! build error gyp ERR! stack Error: not found: make gyp ERR! stack at getNotFoundError (/usr/lib/node_modules/npm/node_modules/which/which.js:13:12) gyp ERR! stack at F (/usr/lib/node_modules/npm/node_modules/which/which.js:68:19) gyp ERR! stack at E (/usr/lib/node_modules/npm/node_modules/which/which.js:80:29) gyp ERR! stack at /usr/lib/node_modules/npm/node_modules/which/which.js:89:16 gyp ERR! stack at /usr/lib/node_modules/npm/node_modules/isexe/index.js:42:5 gyp ERR! stack at /usr/lib/node_modules/npm/node_modules/isexe/mode.js:8:5 gyp ERR! stack at FSReqWrap.oncomplete (fs.js:152:21) gyp ERR! System Linux 4.9.0-7-amd64 gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/socketwatcher gyp ERR! node -v v8.12.0 gyp ERR! node-gyp -v v3.8.0 gyp ERR! not ok npm WARN react-beautiful-dnd@9.0.2 requires a peer of react@^16.3.1 but none is installed. You must install peer dependencies yourself. npm WARN react-motion@0.5.2 requires a peer of react@^0.14.9 || ^15.3.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself. npm WARN react-redux@5.0.7 requires a peer of react@^0.14.0 || ^15.0.0-0 || ^16.0.0-0 but none is installed. You must install peer dependencies yourself. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! socketwatcher@0.3.0 install: `node-gyp rebuild` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the socketwatcher@0.3.0 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2018-10-09T19_20_44_362Z-debug.log host.iobrokerVM Adapter directory "null" does not exists Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json' root@iobrokerVM:/opt/iobroker#
Hier die Logdatei:
Hat jemand eine idee?
Vielen Dank im voraus.
Giovanni
-
Not found "make" …
apt-get install build-essential
-
Not found "make" …
apt-get install build-essential `
apollon77,
Einfach genial. Fehler gefunden und gelöst.
Vielen vielen Dank.