Last login: Tue Jul 31 22:13:29 on ttys001 Carstens-iMac:~ carstentietsch$ ssh pi@192.168.178.90 pi@192.168.178.90's password: Linux raspberrypi 4.14.52-v7+ #1123 SMP Wed Jun 27 17:35:49 BST 2018 armv7l The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Tue Jul 31 22:13:45 2018 from 192.168.178.46 pi@raspberrypi:~ $ iobroker stop iobroker controller daemon is not running pi@raspberrypi:~ $ sudo iobroker stop Stopping iobroker controller daemon... iobroker controller daemon stopped. Exit code for "killall.sh": 123 pi@raspberrypi:~ $ apt-get --purge remove node nodejs E: Sperrdatei /var/lib/dpkg/lock konnte nicht geöffnet werden. - open (13: Keine Berechtigung) E: Sperren des Administrationsverzeichnisses (/var/lib/dpkg/) nicht möglich, sind Sie root? pi@raspberrypi:~ $ sudo apt-get --purge remove node nodejs Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig Paket »node« ist nicht installiert, wird also auch nicht entfernt. Die folgenden Pakete werden ENTFERNT: nodejs* 0 aktualisiert, 0 neu installiert, 1 zu entfernen und 1 nicht aktualisiert. Nach dieser Operation werden 57,5 MB Plattenplatz freigegeben. Möchten Sie fortfahren? [J/n] j (Lese Datenbank ... 39316 Dateien und Verzeichnisse sind derzeit installiert.) Entfernen von nodejs (8.11.3-1nodesource1) ... Trigger für man-db (2.7.6.1-2) werden verarbeitet ... pi@raspberrypi:~ $ apt-get autoremove E: Sperrdatei /var/lib/dpkg/lock konnte nicht geöffnet werden. - open (13: Keine Berechtigung) E: Sperren des Administrationsverzeichnisses (/var/lib/dpkg/) nicht möglich, sind Sie root? pi@raspberrypi:~ $ sudo apt-get autoremove Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 1 nicht aktualisiert. pi@raspberrypi:~ $ sudo reboot Connection to 192.168.178.90 closed by remote host. Connection to 192.168.178.90 closed. Carstens-iMac:~ carstentietsch$ ssh pi@192.168.178.90 pi@192.168.178.90's password: Linux raspberrypi 4.14.52-v7+ #1123 SMP Wed Jun 27 17:35:49 BST 2018 armv7l The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Tue Jul 31 22:18:44 2018 from 192.168.178.46 pi@raspberrypi:~ $ curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - ## Installing the NodeSource Node.js 8.x LTS Carbon repo... ## Populating apt-get cache... + apt-get update OK:1 http://archive.raspberrypi.org/debian stretch InRelease OK:2 http://mirrordirector.raspbian.org/raspbian stretch InRelease OK:3 https://deb.nodesource.com/node_8.x stretch InRelease Paketlisten werden gelesen... Fertig ## Confirming "stretch" is supported... + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_8.x/dists/stretch/Release' ## Adding the NodeSource signing key to your keyring... + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - OK ## Creating apt sources list file for the NodeSource Node.js 8.x LTS Carbon repo... + echo 'deb https://deb.nodesource.com/node_8.x stretch main' > /etc/apt/sources.list.d/nodesource.list + echo 'deb-src https://deb.nodesource.com/node_8.x stretch main' >> /etc/apt/sources.list.d/nodesource.list ## Running `apt-get update` for you... + apt-get update OK:1 http://mirrordirector.raspbian.org/raspbian stretch InRelease OK:2 http://archive.raspberrypi.org/debian stretch InRelease OK:3 https://deb.nodesource.com/node_8.x stretch InRelease Paketlisten werden gelesen... Fertig ## Run `sudo apt-get install -y nodejs` to install Node.js 8.x LTS Carbon and npm ## You may also need development tools to build native addons: sudo apt-get install gcc g++ make ## To install the Yarn package manager, run: curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list sudo apt-get update && sudo apt-get install yarn pi@raspberrypi:~ $ apt-get install -y build-essential libavahi-compat-libdnssd-dev libudev-dev libpam0g-dev nodejs E: Sperrdatei /var/lib/dpkg/lock konnte nicht geöffnet werden. - open (13: Keine Berechtigung) E: Sperren des Administrationsverzeichnisses (/var/lib/dpkg/) nicht möglich, sind Sie root? pi@raspberrypi:~ $ sudo apt-get install -y build-essential libavahi-compat-libdnssd-dev libudev-dev libpam0g-dev nodejs Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig build-essential ist schon die neueste Version (12.3). libavahi-compat-libdnssd-dev ist schon die neueste Version (0.6.32-2). libudev-dev ist schon die neueste Version (232-25+deb9u4). libpam0g-dev ist schon die neueste Version (1.1.8-3.6+rpi1). Die folgenden NEUEN Pakete werden installiert: nodejs 0 aktualisiert, 1 neu installiert, 0 zu entfernen und 1 nicht aktualisiert. Es müssen noch 0 B von 11,3 MB an Archiven heruntergeladen werden. Nach dieser Operation werden 57,5 MB Plattenplatz zusätzlich benutzt. Vormals nicht ausgewähltes Paket nodejs wird gewählt. (Lese Datenbank ... 34652 Dateien und Verzeichnisse sind derzeit installiert.) Vorbereitung zum Entpacken von .../nodejs_8.11.3-1nodesource1_armhf.deb ... Entpacken von nodejs (8.11.3-1nodesource1) ... nodejs (8.11.3-1nodesource1) wird eingerichtet ... Trigger für man-db (2.7.6.1-2) werden verarbeitet ... pi@raspberrypi:~ $ sudo reboot Connection to 192.168.178.90 closed by remote host. Connection to 192.168.178.90 closed. Carstens-iMac:~ carstentietsch$ ssh pi@192.168.178.90 ssh: connect to host 192.168.178.90 port 22: Connection refused Carstens-iMac:~ carstentietsch$ ssh pi@192.168.178.90 pi@192.168.178.90's password: Linux raspberrypi 4.14.52-v7+ #1123 SMP Wed Jun 27 17:35:49 BST 2018 armv7l The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Tue Jul 31 22:20:36 2018 from 192.168.178.46 pi@raspberrypi:~ $ sudo npm i -g npm@4 /usr/local/bin/npm -> /usr/local/lib/node_modules/npm/bin/npm-cli.js /usr/local/lib └── npm@4.6.1 pi@raspberrypi:~ $ cd /opt/iobroker pi@raspberrypi:/opt/iobroker $ sudo chmod +x reinstall.sh pi@raspberrypi:/opt/iobroker $ sudo ./reinstall.sh Stopping iobroker controller daemon... iobroker controller daemon stopped. Exit code for "killall.sh": 123 /opt/iobroker/node_modules iobroker.inst@1.0.8 /opt/iobroker └─┬ iobroker.admin@2.0.9 ├─┬ body-parser@1.18.3 │ ├── bytes@3.0.0 │ ├── content-type@1.0.4 │ ├─┬ debug@2.6.9 │ │ └── ms@2.0.0 │ ├── depd@1.1.2 │ ├─┬ http-errors@1.6.3 │ │ ├── depd@1.1.2 deduped │ │ ├── inherits@2.0.3 │ │ ├── setprototypeof@1.1.0 deduped │ │ └── statuses@1.5.0 │ ├─┬ iconv-lite@0.4.23 │ │ └── safer-buffer@2.1.2 │ ├─┬ on-finished@2.3.0 │ │ └── ee-first@1.1.1 │ ├── qs@6.5.2 │ ├─┬ raw-body@2.3.3 │ │ ├── bytes@3.0.0 deduped │ │ ├── http-errors@1.6.3 deduped │ │ ├── iconv-lite@0.4.23 deduped │ │ └── unpipe@1.0.0 │ └─┬ type-is@1.6.16 │ ├── media-typer@0.3.0 │ └── mime-types@2.1.19 deduped ├── connect-flash@0.1.1 ├─┬ cookie-parser@1.4.3 │ ├── cookie@0.3.1 │ └── cookie-signature@1.0.6 ├─┬ express@4.16.3 │ ├─┬ accepts@1.3.5 │ │ ├── mime-types@2.1.19 deduped │ │ └── negotiator@0.6.1 │ ├── array-flatten@1.1.1 │ ├─┬ body-parser@1.18.2 │ │ ├── bytes@3.0.0 deduped │ │ ├── content-type@1.0.4 deduped │ │ ├── debug@2.6.9 deduped │ │ ├── depd@1.1.2 deduped │ │ ├── http-errors@1.6.3 deduped │ │ ├── iconv-lite@0.4.19 │ │ ├── on-finished@2.3.0 deduped │ │ ├── qs@6.5.1 deduped │ │ ├─┬ raw-body@2.3.2 │ │ │ ├── bytes@3.0.0 deduped │ │ │ ├─┬ http-errors@1.6.2 │ │ │ │ ├── depd@1.1.1 │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ ├── setprototypeof@1.0.3 │ │ │ │ └── statuses@1.4.0 deduped │ │ │ ├── iconv-lite@0.4.19 deduped │ │ │ └── unpipe@1.0.0 deduped │ │ └── type-is@1.6.16 deduped │ ├── content-disposition@0.5.2 │ ├── content-type@1.0.4 deduped │ ├── cookie@0.3.1 deduped │ ├── cookie-signature@1.0.6 deduped │ ├── debug@2.6.9 deduped │ ├── depd@1.1.2 deduped │ ├── encodeurl@1.0.2 │ ├── escape-html@1.0.3 │ ├── etag@1.8.1 │ ├─┬ finalhandler@1.1.1 │ │ ├── debug@2.6.9 deduped │ │ ├── encodeurl@1.0.2 deduped │ │ ├── escape-html@1.0.3 deduped │ │ ├── on-finished@2.3.0 deduped │ │ ├── parseurl@1.3.2 deduped │ │ ├── statuses@1.4.0 │ │ └── unpipe@1.0.0 deduped │ ├── fresh@0.5.2 │ ├── merge-descriptors@1.0.1 │ ├── methods@1.1.2 │ ├── on-finished@2.3.0 deduped │ ├── parseurl@1.3.2 │ ├── path-to-regexp@0.1.7 │ ├─┬ proxy-addr@2.0.4 │ │ ├── forwarded@0.1.2 │ │ └── ipaddr.js@1.8.0 │ ├── qs@6.5.1 │ ├── range-parser@1.2.0 │ ├── safe-buffer@5.1.1 │ ├─┬ send@0.16.2 │ │ ├── debug@2.6.9 deduped │ │ ├── depd@1.1.2 deduped │ │ ├── destroy@1.0.4 │ │ ├── encodeurl@1.0.2 deduped │ │ ├── escape-html@1.0.3 deduped │ │ ├── etag@1.8.1 deduped │ │ ├── fresh@0.5.2 deduped │ │ ├── http-errors@1.6.3 deduped │ │ ├── mime@1.4.1 │ │ ├── ms@2.0.0 deduped │ │ ├── on-finished@2.3.0 deduped │ │ ├── range-parser@1.2.0 deduped │ │ └── statuses@1.4.0 │ ├─┬ serve-static@1.13.2 │ │ ├── encodeurl@1.0.2 deduped │ │ ├── escape-html@1.0.3 deduped │ │ ├── parseurl@1.3.2 deduped │ │ └── send@0.16.2 deduped │ ├── setprototypeof@1.1.0 │ ├── statuses@1.4.0 │ ├── type-is@1.6.16 deduped │ ├── utils-merge@1.0.1 │ └── vary@1.1.2 ├─┬ express-fileupload@0.1.4 │ ├─┬ busboy@0.2.14 │ │ ├─┬ dicer@0.2.5 │ │ │ ├── readable-stream@1.1.14 deduped │ │ │ └── streamsearch@0.1.2 │ │ └─┬ readable-stream@1.1.14 │ │ ├── core-util-is@1.0.2 │ │ ├── inherits@2.0.3 deduped │ │ ├── isarray@0.0.1 deduped │ │ └── string_decoder@0.10.31 │ ├─┬ fs-extra@0.22.1 │ │ ├── graceful-fs@4.1.11 │ │ ├─┬ jsonfile@2.4.0 │ │ │ └── graceful-fs@4.1.11 deduped │ │ └─┬ rimraf@2.6.2 │ │ └─┬ glob@7.1.2 │ │ ├── fs.realpath@1.0.0 │ │ ├─┬ inflight@1.0.6 │ │ │ ├── once@1.4.0 deduped │ │ │ └── wrappy@1.0.2 │ │ ├── inherits@2.0.3 deduped │ │ ├─┬ minimatch@3.0.4 │ │ │ └─┬ brace-expansion@1.1.11 │ │ │ ├── balanced-match@1.0.0 │ │ │ └── concat-map@0.0.1 │ │ ├─┬ once@1.4.0 │ │ │ └── wrappy@1.0.2 deduped │ │ └── path-is-absolute@1.0.1 │ └── streamifier@0.1.1 ├─┬ express-session@1.15.6 │ ├── cookie@0.3.1 deduped │ ├── cookie-signature@1.0.6 deduped │ ├── crc@3.4.4 │ ├── debug@2.6.9 deduped │ ├── depd@1.1.2 deduped │ ├── on-headers@1.0.1 │ ├── parseurl@1.3.2 deduped │ ├─┬ uid-safe@2.1.5 │ │ └── random-bytes@1.0.0 │ └── utils-merge@1.0.1 deduped ├─┬ passport@0.3.2 │ ├── passport-strategy@1.0.0 │ └── pause@0.0.1 ├─┬ passport-local@1.0.0 │ └── passport-strategy@1.0.0 deduped ├─┬ passport.socketio@3.7.0 │ └── xtend@4.0.1 deduped ├─┬ request@2.87.0 │ ├── aws-sign2@0.7.0 │ ├── aws4@1.7.0 │ ├── caseless@0.12.0 │ ├─┬ combined-stream@1.0.6 │ │ └── delayed-stream@1.0.0 │ ├── extend@3.0.2 │ ├── forever-agent@0.6.1 │ ├─┬ form-data@2.3.2 │ │ ├── asynckit@0.4.0 │ │ ├── combined-stream@1.0.6 deduped │ │ └── mime-types@2.1.19 deduped │ ├─┬ har-validator@5.0.3 │ │ ├─┬ ajv@5.5.2 │ │ │ ├── co@4.6.0 │ │ │ ├── fast-deep-equal@1.1.0 │ │ │ ├── fast-json-stable-stringify@2.0.0 │ │ │ └── json-schema-traverse@0.3.1 │ │ └── har-schema@2.0.0 │ ├─┬ http-signature@1.2.0 │ │ ├── assert-plus@1.0.0 │ │ ├─┬ jsprim@1.4.1 │ │ │ ├── assert-plus@1.0.0 deduped │ │ │ ├── extsprintf@1.3.0 │ │ │ ├── json-schema@0.2.3 │ │ │ └─┬ verror@1.10.0 │ │ │ ├── assert-plus@1.0.0 deduped │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ └── extsprintf@1.3.0 deduped │ │ └─┬ sshpk@1.14.2 │ │ ├── asn1@0.2.3 │ │ ├── assert-plus@1.0.0 deduped │ │ ├─┬ bcrypt-pbkdf@1.0.2 │ │ │ └── tweetnacl@0.14.5 deduped │ │ ├─┬ dashdash@1.14.1 │ │ │ └── assert-plus@1.0.0 deduped │ │ ├─┬ ecc-jsbn@0.1.2 │ │ │ ├── jsbn@0.1.1 deduped │ │ │ └── safer-buffer@2.1.2 deduped │ │ ├─┬ getpass@0.1.7 │ │ │ └── assert-plus@1.0.0 deduped │ │ ├── jsbn@0.1.1 │ │ ├── safer-buffer@2.1.2 deduped │ │ └── tweetnacl@0.14.5 │ ├── is-typedarray@1.0.0 │ ├── isstream@0.1.2 │ ├── json-stringify-safe@5.0.1 │ ├─┬ mime-types@2.1.19 │ │ └── mime-db@1.35.0 │ ├── oauth-sign@0.8.2 │ ├── performance-now@2.1.0 │ ├── qs@6.5.2 deduped │ ├── safe-buffer@5.1.1 deduped │ ├─┬ tough-cookie@2.3.4 │ │ └── punycode@1.4.1 │ ├─┬ tunnel-agent@0.6.0 │ │ └── safe-buffer@5.1.1 deduped │ └── uuid@3.3.2 ├─┬ socket.io@1.7.4 │ ├─┬ debug@2.3.3 │ │ └── ms@0.7.2 │ ├─┬ engine.io@1.8.5 │ │ ├─┬ accepts@1.3.3 │ │ │ ├── mime-types@2.1.19 deduped │ │ │ └── negotiator@0.6.1 deduped │ │ ├── base64id@1.0.0 │ │ ├── cookie@0.3.1 deduped │ │ ├─┬ debug@2.3.3 │ │ │ └── ms@0.7.2 │ │ ├─┬ engine.io-parser@1.3.2 │ │ │ ├── after@0.8.2 │ │ │ ├── arraybuffer.slice@0.0.6 │ │ │ ├── base64-arraybuffer@0.1.5 │ │ │ ├── blob@0.0.4 │ │ │ ├── has-binary@0.1.7 deduped │ │ │ └── wtf-8@1.0.0 │ │ └─┬ ws@1.1.5 │ │ ├── options@0.0.6 │ │ └── ultron@1.0.2 │ ├─┬ has-binary@0.1.7 │ │ └── isarray@0.0.1 │ ├── object-assign@4.1.0 │ ├─┬ socket.io-adapter@0.5.0 │ │ ├─┬ debug@2.3.3 │ │ │ └── ms@0.7.2 │ │ └── socket.io-parser@2.3.1 deduped │ ├─┬ socket.io-client@1.7.4 │ │ ├── backo2@1.0.2 │ │ ├── component-bind@1.0.0 │ │ ├── component-emitter@1.2.1 │ │ ├─┬ debug@2.3.3 │ │ │ └── ms@0.7.2 │ │ ├─┬ engine.io-client@1.8.5 │ │ │ ├── component-emitter@1.2.1 │ │ │ ├── component-inherit@0.0.3 │ │ │ ├─┬ debug@2.3.3 │ │ │ │ └── ms@0.7.2 │ │ │ ├── engine.io-parser@1.3.2 deduped │ │ │ ├── has-cors@1.1.0 │ │ │ ├── indexof@0.0.1 deduped │ │ │ ├─┬ parsejson@0.0.3 │ │ │ │ └── better-assert@1.0.2 deduped │ │ │ ├─┬ parseqs@0.0.5 │ │ │ │ └── better-assert@1.0.2 deduped │ │ │ ├── parseuri@0.0.5 deduped │ │ │ ├── ws@1.1.5 deduped │ │ │ ├── xmlhttprequest-ssl@1.5.3 │ │ │ └── yeast@0.1.2 │ │ ├── has-binary@0.1.7 deduped │ │ ├── indexof@0.0.1 │ │ ├── object-component@0.0.3 │ │ ├─┬ parseuri@0.0.5 │ │ │ └─┬ better-assert@1.0.2 │ │ │ └── callsite@1.0.0 │ │ ├── socket.io-parser@2.3.1 deduped │ │ └── to-array@0.1.4 │ └─┬ socket.io-parser@2.3.1 │ ├── component-emitter@1.1.2 │ ├─┬ debug@2.2.0 │ │ └── ms@0.7.1 │ ├── isarray@0.0.1 deduped │ └── json3@3.3.2 └── xtend@4.0.1 DONE iobroker.admin iobroker.inst@1.0.8 /opt/iobroker └─┬ iobroker.alexa@0.0.36 ├─┬ alexa-remote@0.0.24 │ ├─┬ alexa-cookie@0.0.20 │ │ ├── https@1.0.0 deduped │ │ └── querystring@0.2.0 │ └── https@1.0.0 deduped ├── https@1.0.0 └─┬ soef@0.4.15 ├── array-ext@0.1.5 └── sprintf-js@1.1.1 DONE iobroker.alexa iobroker.inst@1.0.8 /opt/iobroker └─┬ iobroker.alexa2@0.3.8 └─┬ alexa-remote2@0.2.8 └─┬ alexa-cookie2@0.2.2 ├─┬ http-proxy-middleware@0.18.0 │ ├─┬ http-proxy@1.17.0 │ │ ├── eventemitter3@3.1.0 │ │ ├─┬ follow-redirects@1.5.1 │ │ │ └── debug@3.1.0 │ │ └── requires-port@1.0.0 │ ├─┬ is-glob@4.0.0 │ │ └── is-extglob@2.1.1 │ ├── lodash@4.17.10 │ └─┬ micromatch@3.1.10 │ ├── arr-diff@4.0.0 │ ├── array-unique@0.3.2 │ ├─┬ braces@2.3.2 │ │ ├── arr-flatten@1.1.0 │ │ ├── array-unique@0.3.2 deduped │ │ ├─┬ extend-shallow@2.0.1 │ │ │ └── is-extendable@0.1.1 │ │ ├─┬ fill-range@4.0.0 │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ ├─┬ is-number@3.0.0 │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ └── is-buffer@1.1.6 │ │ │ ├── repeat-string@1.6.1 │ │ │ └─┬ to-regex-range@2.1.1 │ │ │ ├── is-number@3.0.0 deduped │ │ │ └── repeat-string@1.6.1 deduped │ │ ├── isobject@3.0.1 │ │ ├── repeat-element@1.1.2 │ │ ├── snapdragon@0.8.2 deduped │ │ ├─┬ snapdragon-node@2.1.1 │ │ │ ├─┬ define-property@1.0.0 │ │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ ├── isobject@3.0.1 deduped │ │ │ └─┬ snapdragon-util@3.0.1 │ │ │ └─┬ kind-of@3.2.2 │ │ │ └── is-buffer@1.1.6 deduped │ │ ├─┬ split-string@3.1.0 │ │ │ └── extend-shallow@3.0.2 deduped │ │ └── to-regex@3.0.2 deduped │ ├─┬ define-property@2.0.2 │ │ ├─┬ is-descriptor@1.0.2 │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ └── kind-of@6.0.2 deduped │ │ └── isobject@3.0.1 deduped │ ├─┬ extend-shallow@3.0.2 │ │ ├── assign-symbols@1.0.0 │ │ └─┬ is-extendable@1.0.1 │ │ └─┬ is-plain-object@2.0.4 │ │ └── isobject@3.0.1 deduped │ ├─┬ extglob@2.0.4 │ │ ├── array-unique@0.3.2 deduped │ │ ├─┬ define-property@1.0.0 │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ └── kind-of@6.0.2 deduped │ │ ├─┬ expand-brackets@2.1.4 │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ └── is-descriptor@0.1.6 deduped │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ ├── posix-character-classes@0.1.1 │ │ │ ├── regex-not@1.0.2 deduped │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ └── to-regex@3.0.2 deduped │ │ ├─┬ extend-shallow@2.0.1 │ │ │ └── is-extendable@0.1.1 deduped │ │ ├── fragment-cache@0.2.1 deduped │ │ ├── regex-not@1.0.2 deduped │ │ ├── snapdragon@0.8.2 deduped │ │ └── to-regex@3.0.2 deduped │ ├─┬ fragment-cache@0.2.1 │ │ └── map-cache@0.2.2 │ ├── kind-of@6.0.2 │ ├─┬ nanomatch@1.2.13 │ │ ├── arr-diff@4.0.0 deduped │ │ ├── array-unique@0.3.2 deduped │ │ ├── define-property@2.0.2 deduped │ │ ├── extend-shallow@3.0.2 deduped │ │ ├── fragment-cache@0.2.1 deduped │ │ ├── is-windows@1.0.2 │ │ ├── kind-of@6.0.2 deduped │ │ ├── object.pick@1.3.0 deduped │ │ ├── regex-not@1.0.2 deduped │ │ ├── snapdragon@0.8.2 deduped │ │ └── to-regex@3.0.2 deduped │ ├─┬ object.pick@1.3.0 │ │ └── isobject@3.0.1 deduped │ ├─┬ regex-not@1.0.2 │ │ ├── extend-shallow@3.0.2 deduped │ │ └─┬ safe-regex@1.1.0 │ │ └── ret@0.1.15 │ ├─┬ snapdragon@0.8.2 │ │ ├─┬ base@0.11.2 │ │ │ ├─┬ cache-base@1.0.1 │ │ │ │ ├─┬ collection-visit@1.0.0 │ │ │ │ │ ├─┬ map-visit@1.0.0 │ │ │ │ │ │ └── object-visit@1.0.1 deduped │ │ │ │ │ └─┬ object-visit@1.0.1 │ │ │ │ │ └── isobject@3.0.1 deduped │ │ │ │ ├── component-emitter@1.2.1 │ │ │ │ ├── get-value@2.0.6 │ │ │ │ ├─┬ has-value@1.0.0 │ │ │ │ │ ├── get-value@2.0.6 deduped │ │ │ │ │ ├─┬ has-values@1.0.0 │ │ │ │ │ │ ├── is-number@3.0.0 deduped │ │ │ │ │ │ └─┬ kind-of@4.0.0 │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ └── isobject@3.0.1 deduped │ │ │ │ ├── isobject@3.0.1 deduped │ │ │ │ ├─┬ set-value@2.0.0 │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ ├── is-extendable@0.1.1 deduped │ │ │ │ │ ├── is-plain-object@2.0.4 deduped │ │ │ │ │ └── split-string@3.1.0 deduped │ │ │ │ ├─┬ to-object-path@0.3.0 │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ ├─┬ union-value@1.0.0 │ │ │ │ │ ├── arr-union@3.1.0 deduped │ │ │ │ │ ├── get-value@2.0.6 deduped │ │ │ │ │ ├── is-extendable@0.1.1 deduped │ │ │ │ │ └─┬ set-value@0.4.3 │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ ├── is-extendable@0.1.1 deduped │ │ │ │ │ ├── is-plain-object@2.0.4 deduped │ │ │ │ │ └── to-object-path@0.3.0 deduped │ │ │ │ └─┬ unset-value@1.0.0 │ │ │ │ ├─┬ has-value@0.3.1 │ │ │ │ │ ├── get-value@2.0.6 deduped │ │ │ │ │ ├── has-values@0.1.4 │ │ │ │ │ └─┬ isobject@2.1.0 │ │ │ │ │ └── isarray@1.0.0 │ │ │ │ └── isobject@3.0.1 deduped │ │ │ ├─┬ class-utils@0.3.6 │ │ │ │ ├── arr-union@3.1.0 │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ └── is-descriptor@0.1.6 deduped │ │ │ │ ├── isobject@3.0.1 deduped │ │ │ │ └─┬ static-extend@0.1.2 │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ └── is-descriptor@0.1.6 deduped │ │ │ │ └─┬ object-copy@0.1.0 │ │ │ │ ├── copy-descriptor@0.1.1 │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ └── is-descriptor@0.1.6 deduped │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ ├── component-emitter@1.2.1 │ │ │ ├─┬ define-property@1.0.0 │ │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ ├── isobject@3.0.1 deduped │ │ │ ├─┬ mixin-deep@1.3.1 │ │ │ │ ├── for-in@1.0.2 │ │ │ │ └─┬ is-extendable@1.0.1 │ │ │ │ └── is-plain-object@2.0.4 deduped │ │ │ └── pascalcase@0.1.1 │ │ ├─┬ define-property@0.2.5 │ │ │ └─┬ is-descriptor@0.1.6 │ │ │ ├─┬ is-accessor-descriptor@0.1.6 │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ ├─┬ is-data-descriptor@0.1.4 │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ └── kind-of@5.1.0 │ │ ├─┬ extend-shallow@2.0.1 │ │ │ └── is-extendable@0.1.1 deduped │ │ ├── map-cache@0.2.2 deduped │ │ ├── source-map@0.5.7 │ │ ├─┬ source-map-resolve@0.5.2 │ │ │ ├── atob@2.1.1 │ │ │ ├── decode-uri-component@0.2.0 │ │ │ ├── resolve-url@0.2.1 │ │ │ ├── source-map-url@0.4.0 │ │ │ └── urix@0.1.0 │ │ └── use@3.1.1 │ └─┬ to-regex@3.0.2 │ ├── define-property@2.0.2 deduped │ ├── extend-shallow@3.0.2 deduped │ ├── regex-not@1.0.2 deduped │ └── safe-regex@1.1.0 deduped └─┬ http-proxy-response-rewrite@0.0.1 ├── bufferhelper@0.2.1 └─┬ concat-stream@1.6.2 ├── buffer-from@1.1.1 ├─┬ readable-stream@2.3.6 │ ├── isarray@1.0.0 │ ├── process-nextick-args@2.0.0 │ ├── string_decoder@1.1.1 │ └── util-deprecate@1.0.2 └── typedarray@0.0.6 DONE iobroker.alexa2 iobroker.inst@1.0.8 /opt/iobroker └─┬ iobroker.cloud@2.6.2 ├─┬ socket.io@2.1.1 │ ├── debug@3.1.0 │ ├─┬ engine.io@3.2.0 │ │ ├── debug@3.1.0 deduped │ │ ├─┬ engine.io-parser@2.1.2 │ │ │ ├── arraybuffer.slice@0.0.7 │ │ │ └── has-binary2@1.0.3 deduped │ │ └─┬ ws@3.3.3 │ │ ├── async-limiter@1.0.0 │ │ └── ultron@1.1.1 │ ├─┬ has-binary2@1.0.3 │ │ └── isarray@2.0.1 │ ├── socket.io-adapter@1.1.1 │ ├── socket.io-client@2.1.1 deduped │ └─┬ socket.io-parser@3.2.0 │ ├── component-emitter@1.2.1 deduped │ ├── debug@3.1.0 deduped │ └── isarray@2.0.1 └─┬ socket.io-client@2.1.1 ├── component-emitter@1.2.1 ├── debug@3.1.0 deduped ├─┬ engine.io-client@3.2.1 │ ├── component-emitter@1.2.1 deduped │ ├── debug@3.1.0 deduped │ ├── engine.io-parser@2.1.2 deduped │ ├── ws@3.3.3 deduped │ └── xmlhttprequest-ssl@1.5.5 ├── has-binary2@1.0.3 deduped └── socket.io-parser@3.2.0 deduped DONE iobroker.cloud > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) iobroker.inst@1.0.8 /opt/iobroker └─┬ iobroker.discovery@1.0.1 ├─┬ mdns-discovery@0.2.6 │ ├─┬ debug@2.2.0 │ │ └── ms@0.7.1 │ ├── dgram@1.0.1 │ └─┬ dns-packet@1.3.1 │ └── ip@1.1.5 deduped ├── netmask@1.0.6 └─┬ node-ssdp@3.3.0 ├── async@2.6.1 ├── bluebird@3.5.1 ├── debug@3.1.0 └── ip@1.1.5 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 DONE iobroker.discovery > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) iobroker.inst@1.0.8 /opt/iobroker └── iobroker.feiertage@1.0.6 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 DONE iobroker.feiertage > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) iobroker.inst@1.0.8 /opt/iobroker └─┬ iobroker.fritzdect@0.1.1 ├─┬ fritzapi@0.10.4 │ ├─┬ cheerio@0.22.0 │ │ ├─┬ css-select@1.2.0 │ │ │ ├── boolbase@1.0.0 │ │ │ ├── css-what@2.1.0 │ │ │ ├─┬ domutils@1.5.1 │ │ │ │ ├── dom-serializer@0.1.0 deduped │ │ │ │ └── domelementtype@1.3.0 deduped │ │ │ └─┬ nth-check@1.0.1 │ │ │ └── boolbase@1.0.0 deduped │ │ ├─┬ dom-serializer@0.1.0 │ │ │ ├── domelementtype@1.1.3 │ │ │ └── entities@1.1.1 deduped │ │ ├── entities@1.1.1 │ │ ├─┬ htmlparser2@3.9.2 │ │ │ ├── domelementtype@1.3.0 │ │ │ ├─┬ domhandler@2.4.2 │ │ │ │ └── domelementtype@1.3.0 deduped │ │ │ ├── domutils@1.5.1 deduped │ │ │ ├── entities@1.1.1 deduped │ │ │ └─┬ readable-stream@2.3.6 │ │ │ ├── isarray@1.0.0 │ │ │ └── string_decoder@1.1.1 │ │ ├── lodash.assignin@4.2.0 │ │ ├── lodash.bind@4.2.1 │ │ ├── lodash.defaults@4.2.0 │ │ ├── lodash.filter@4.6.0 │ │ ├── lodash.flatten@4.4.0 │ │ ├── lodash.foreach@4.5.0 │ │ ├── lodash.map@4.6.0 │ │ ├── lodash.merge@4.6.1 │ │ ├── lodash.pick@4.4.0 │ │ ├── lodash.reduce@4.6.0 │ │ ├── lodash.reject@4.6.0 │ │ └── lodash.some@4.6.0 │ ├─┬ command-line-args@4.0.7 │ │ ├─┬ array-back@2.0.0 │ │ │ └── typical@2.6.1 deduped │ │ ├─┬ find-replace@1.0.3 │ │ │ ├─┬ array-back@1.0.4 │ │ │ │ └── typical@2.6.1 deduped │ │ │ └─┬ test-value@2.1.0 │ │ │ ├─┬ array-back@1.0.4 │ │ │ │ └── typical@2.6.1 deduped │ │ │ └── typical@2.6.1 deduped │ │ └── typical@2.6.1 │ ├─┬ command-line-usage@4.1.0 │ │ ├─┬ ansi-escape-sequences@4.0.0 │ │ │ └── array-back@2.0.0 deduped │ │ ├── array-back@2.0.0 deduped │ │ ├─┬ table-layout@0.4.4 │ │ │ ├── array-back@2.0.0 deduped │ │ │ ├── deep-extend@0.6.0 │ │ │ ├── lodash.padend@4.6.1 │ │ │ ├── typical@2.6.1 deduped │ │ │ └─┬ wordwrapjs@3.0.0 │ │ │ ├── reduce-flatten@1.0.1 │ │ │ └── typical@2.6.1 deduped │ │ └── typical@2.6.1 deduped │ └── xml2json-light@1.0.6 deduped └── xml2json-light@1.0.6 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 DONE iobroker.fritzdect > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) iobroker.inst@1.0.8 /opt/iobroker └─┬ iobroker.hs100@1.0.5 ├─┬ babel-runtime@6.26.0 │ ├── core-js@2.5.7 │ └── regenerator-runtime@0.11.1 ├── commander@2.16.0 ├── lodash.defaultto@4.14.0 ├── lodash.groupby@4.6.0 ├── lodash.isequal@4.5.0 ├── loglevel@1.6.1 ├─┬ tplink-smarthome-api@0.22.0 │ ├── babel-runtime@6.26.0 deduped │ ├── commander@2.16.0 deduped │ ├── lodash.defaultto@4.14.0 deduped │ ├── lodash.groupby@4.6.0 deduped │ ├── lodash.isequal@4.5.0 deduped │ ├── loglevel@1.6.1 deduped │ └── tplink-smarthome-crypto@1.0.0 deduped └── tplink-smarthome-crypto@1.0.0 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 DONE iobroker.hs100 > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) iobroker.inst@1.0.8 /opt/iobroker └─┬ iobroker.hue@0.6.9 └─┬ node-hue-api@2.4.2 ├─┬ axios@0.15.3 │ └── follow-redirects@1.0.0 ├── deep-extend@0.4.2 ├── q@1.4.1 ├── traits@0.4.0 └─┬ xml2js@0.4.19 ├── sax@1.2.4 └── xmlbuilder@9.0.7 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 DONE iobroker.hue > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) iobroker.inst@1.0.8 /opt/iobroker └─┬ iobroker.hyperion@0.0.9 ├─┬ color-convert@1.9.2 │ └── color-name@1.1.1 ├── fs@0.0.1-security ├── hyperion-client@1.0.3 └── type-of-is@3.5.1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 DONE iobroker.hyperion > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) iobroker.inst@1.0.8 /opt/iobroker └─┬ iobroker.ical@1.6.1 ├── cloneextend@0.0.3 ├─┬ node-ical@0.7.0 │ └── rrule@2.2.9 deduped └── rrule@2.2.9 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 DONE iobroker.ical > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) iobroker.inst@1.0.8 /opt/iobroker └── iobroker.icons-fatcow-hosting@0.1.0 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 DONE iobroker.icons-fatcow-hosting > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) iobroker.inst@1.0.8 /opt/iobroker └── iobroker.icons-material-png@0.1.0 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 DONE iobroker.icons-material-png npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) iobroker.inst@1.0.8 /opt/iobroker └─┬ iobroker.javascript@3.6.4 ├── @types/node@8.10.22 ├── coffee-compiler@0.3.2 ├── coffee-script@1.12.7 ├─┬ node-schedule@1.2.1 │ ├── cron-parser@1.1.0 │ ├── long-timeout@0.1.1 │ └── sorted-array-functions@1.2.0 ├── suncalc@1.8.0 ├── typescript@2.9.2 ├─┬ virtual-tsc@0.3.4 │ └── debug@3.1.0 └── wake_on_lan@0.0.4 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 DONE iobroker.javascript npm WARN prefer global npm@2.15.12 should be installed with -g > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) > unix-dgram@0.2.3 install /opt/iobroker/node_modules/unix-dgram > node-gyp rebuild gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/unix-dgram/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/unix-dgram/build“ wird betreten CXX(target) Release/obj.target/unix_dgram/src/unix_dgram.o SOLINK_MODULE(target) Release/obj.target/unix_dgram.node COPY Release/unix_dgram.node make: Verzeichnis „/opt/iobroker/node_modules/unix-dgram/build“ wird verlassen > iobroker.js-controller@1.2.7 install /opt/iobroker/node_modules/iobroker.js-controller > node iobroker.js setup first iobroker.inst@1.0.8 /opt/iobroker └─┬ iobroker.js-controller@1.2.7 ├── daemonize2@0.4.2 ├─┬ greenlock@2.3.8 │ ├─┬ acme@1.1.1 │ │ └── acme-v2@1.2.0 deduped │ ├─┬ acme-v2@1.2.0 │ │ ├── @coolaj86/urequest@1.3.6 │ │ └── rsa-compat@1.5.1 deduped │ ├── asn1js@1.2.12 │ ├─┬ certpem@1.0.1 │ │ ├── asn1js@1.2.12 deduped │ │ ├── buffer-v6-polyfill@1.0.5 │ │ ├─┬ node.extend@1.1.6 │ │ │ └── is@3.2.1 deduped │ │ └── pkijs@1.3.33 deduped │ ├── le-challenge-fs@2.0.8 deduped │ ├── le-sni-auto@2.1.5 deduped │ ├─┬ le-store-certbot@2.2.0 │ │ ├── mkdirp@0.5.1 deduped │ │ ├── pyconf@1.1.5 deduped │ │ └── safe-replace@1.0.3 deduped │ ├─┬ node.extend@1.1.6 │ │ └── is@3.2.1 deduped │ ├── pkijs@1.3.33 │ └─┬ rsa-compat@1.5.1 │ └── node-forge@0.6.49 ├─┬ jszip@3.1.5 │ ├── core-js@2.3.0 │ ├── es6-promise@3.0.2 │ ├─┬ lie@3.1.1 │ │ └── immediate@3.0.6 │ ├── pako@1.0.6 │ └─┬ readable-stream@2.0.6 │ ├── isarray@1.0.0 │ └── process-nextick-args@1.0.7 ├─┬ le-challenge-fs@2.0.8 │ └── mkdirp@0.5.1 deduped ├── le-sni-auto@2.1.5 ├─┬ mkdirp@0.5.1 │ └── minimist@0.0.8 ├── ncp@2.0.0 ├─┬ node-schedule@1.3.0 │ └─┬ cron-parser@2.5.0 │ ├─┬ is-nan@1.2.1 │ │ └─┬ define-properties@1.1.2 │ │ ├── foreach@2.0.5 │ │ └── object-keys@1.0.12 │ └─┬ moment-timezone@0.5.21 │ └── moment@2.22.2 ├─┬ node.extend@2.0.0 │ └── is@3.2.1 ├─┬ npm@2.15.12 │ ├── abbrev@1.0.9 │ ├── ansi@0.3.1 │ ├── ansi-regex@2.0.0 │ ├── ansicolors@0.3.2 │ ├── ansistyles@0.1.3 │ ├── archy@1.0.0 │ ├─┬ async-some@1.0.2 │ │ └── dezalgo@1.0.3 deduped │ ├─┬ block-stream@0.0.9 │ │ └── inherits@2.0.3 deduped │ ├── char-spinner@1.0.1 │ ├── chmodr@1.0.2 │ ├── chownr@1.0.1 │ ├─┬ cmd-shim@2.0.2 │ │ ├── graceful-fs@4.1.6 deduped │ │ └── mkdirp@0.5.1 deduped │ ├─┬ columnify@1.5.4 │ │ ├── strip-ansi@3.0.1 deduped │ │ └─┬ wcwidth@1.0.0 │ │ └─┬ defaults@1.0.3 │ │ └── clone@1.0.2 │ ├─┬ config-chain@1.1.10 │ │ ├── ini@1.3.4 deduped │ │ └── proto-list@1.2.4 │ ├─┬ dezalgo@1.0.3 │ │ ├── asap@2.0.3 │ │ └── wrappy@1.0.2 deduped │ ├── editor@1.0.0 │ ├─┬ fs-vacuum@1.2.9 │ │ ├── graceful-fs@4.1.6 deduped │ │ ├── path-is-inside@1.0.1 deduped │ │ └── rimraf@2.5.4 deduped │ ├─┬ fs-write-stream-atomic@1.0.8 │ │ ├── graceful-fs@4.1.6 deduped │ │ ├── iferr@0.1.5 │ │ ├── imurmurhash@0.1.4 deduped │ │ └── readable-stream@2.1.5 deduped │ ├─┬ fstream@1.0.10 │ │ ├── graceful-fs@4.1.6 deduped │ │ ├── inherits@2.0.3 deduped │ │ ├── mkdirp@0.5.1 deduped │ │ └── rimraf@2.5.4 deduped │ ├─┬ fstream-npm@1.1.1 │ │ ├─┬ fstream-ignore@1.0.5 │ │ │ ├── fstream@1.0.10 deduped │ │ │ ├── inherits@2.0.3 deduped │ │ │ └── minimatch@3.0.3 deduped │ │ └── inherits@2.0.3 deduped │ ├── github-url-from-git@1.4.0 │ ├── github-url-from-username-repo@1.0.2 │ ├─┬ glob@7.0.6 │ │ ├── fs.realpath@1.0.0 │ │ ├── inflight@1.0.5 deduped │ │ ├── inherits@2.0.3 deduped │ │ ├── minimatch@3.0.3 deduped │ │ ├── once@1.4.0 deduped │ │ └── path-is-absolute@1.0.0 │ ├── graceful-fs@4.1.6 │ ├── hosted-git-info@2.1.5 │ ├── imurmurhash@0.1.4 │ ├─┬ inflight@1.0.5 │ │ ├── once@1.4.0 deduped │ │ └── wrappy@1.0.2 deduped │ ├── inherits@2.0.3 │ ├── ini@1.3.4 │ ├─┬ init-package-json@1.9.4 │ │ ├─┬ glob@6.0.4 │ │ │ ├── inflight@1.0.5 deduped │ │ │ ├── inherits@2.0.3 deduped │ │ │ ├── minimatch@3.0.3 deduped │ │ │ ├── once@1.4.0 deduped │ │ │ └── path-is-absolute@1.0.0 │ │ ├── npm-package-arg@4.1.0 deduped │ │ ├─┬ promzard@0.3.0 │ │ │ └── read@1.0.7 deduped │ │ ├── read@1.0.7 deduped │ │ ├── read-package-json@2.0.4 deduped │ │ ├── semver@5.1.0 deduped │ │ ├── validate-npm-package-license@3.0.1 deduped │ │ └── validate-npm-package-name@2.2.2 deduped │ ├── lockfile@1.0.1 │ ├─┬ lru-cache@4.0.1 │ │ ├── pseudomap@1.0.2 │ │ └── yallist@2.0.0 │ ├─┬ minimatch@3.0.3 │ │ └─┬ brace-expansion@1.1.6 │ │ ├── balanced-match@0.4.2 │ │ └── concat-map@0.0.1 │ ├─┬ mkdirp@0.5.1 │ │ └── minimist@0.0.8 │ ├─┬ node-gyp@3.6.0 │ │ ├── fstream@1.0.10 deduped │ │ ├── glob@7.0.6 deduped │ │ ├── graceful-fs@4.1.6 deduped │ │ ├── minimatch@3.0.3 deduped │ │ ├── mkdirp@0.5.1 deduped │ │ ├── nopt@3.0.6 deduped │ │ ├── npmlog@2.0.4 deduped │ │ ├── osenv@0.1.3 deduped │ │ ├── request@2.74.0 deduped │ │ ├── rimraf@2.5.4 deduped │ │ ├── semver@5.3.0 │ │ ├── tar@2.2.1 deduped │ │ └── which@1.2.11 deduped │ ├─┬ nopt@3.0.6 │ │ └── abbrev@1.0.9 deduped │ ├── normalize-git-url@3.0.2 │ ├─┬ normalize-package-data@2.3.5 │ │ ├── hosted-git-info@2.1.5 deduped │ │ ├─┬ is-builtin-module@1.0.0 │ │ │ └── builtin-modules@1.1.0 │ │ ├── semver@5.1.0 deduped │ │ └── validate-npm-package-license@3.0.1 deduped │ ├── npm-cache-filename@1.0.2 │ ├─┬ npm-install-checks@1.0.7 │ │ ├── npmlog@2.0.4 deduped │ │ └── semver@5.1.0 deduped │ ├─┬ npm-package-arg@4.1.0 │ │ ├── hosted-git-info@2.1.5 deduped │ │ └── semver@5.1.0 deduped │ ├─┬ npm-registry-client@7.2.1 │ │ ├─┬ concat-stream@1.5.2 │ │ │ ├── inherits@2.0.3 deduped │ │ │ ├─┬ readable-stream@2.0.6 │ │ │ │ ├── core-util-is@1.0.2 │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ ├── isarray@1.0.0 │ │ │ │ ├── process-nextick-args@1.0.7 │ │ │ │ ├── string_decoder@0.10.31 │ │ │ │ └── util-deprecate@1.0.2 │ │ │ └── typedarray@0.0.6 │ │ ├── graceful-fs@4.1.6 deduped │ │ ├── normalize-package-data@2.3.5 deduped │ │ ├── npm-package-arg@4.1.0 deduped │ │ ├── npmlog@2.0.4 deduped │ │ ├── once@1.4.0 deduped │ │ ├── request@2.74.0 deduped │ │ ├── retry@0.10.0 │ │ ├── semver@5.1.0 deduped │ │ └── slide@1.1.6 deduped │ ├── npm-user-validate@0.1.5 │ ├─┬ npmlog@2.0.4 │ │ ├── ansi@0.3.1 deduped │ │ ├─┬ are-we-there-yet@1.1.2 │ │ │ ├── delegates@1.0.0 │ │ │ └── readable-stream@2.1.5 deduped │ │ └─┬ gauge@1.2.7 │ │ ├── ansi@0.3.1 deduped │ │ ├── has-unicode@2.0.0 │ │ ├─┬ lodash.pad@4.4.0 │ │ │ ├── lodash._baseslice@4.0.0 │ │ │ ├── lodash._basetostring@4.12.0 │ │ │ └── lodash.tostring@4.1.4 │ │ ├─┬ lodash.padend@4.5.0 │ │ │ ├── lodash._baseslice@4.0.0 deduped │ │ │ ├── lodash._basetostring@4.12.0 deduped │ │ │ └── lodash.tostring@4.1.4 deduped │ │ └─┬ lodash.padstart@4.5.0 │ │ ├── lodash._baseslice@4.0.0 deduped │ │ ├── lodash._basetostring@4.12.0 deduped │ │ └── lodash.tostring@4.1.4 deduped │ ├─┬ once@1.4.0 │ │ └── wrappy@1.0.2 deduped │ ├── opener@1.4.1 │ ├─┬ osenv@0.1.3 │ │ ├── os-homedir@1.0.0 │ │ └── os-tmpdir@1.0.1 │ ├── path-is-inside@1.0.1 │ ├─┬ read@1.0.7 │ │ └── mute-stream@0.0.5 │ ├─┬ read-installed@4.0.3 │ │ ├── debuglog@1.0.1 │ │ ├── graceful-fs@4.1.6 deduped │ │ ├── read-package-json@2.0.4 deduped │ │ ├─┬ readdir-scoped-modules@1.0.2 │ │ │ ├── debuglog@1.0.1 deduped │ │ │ ├── dezalgo@1.0.3 deduped │ │ │ ├── graceful-fs@4.1.6 deduped │ │ │ └── once@1.4.0 deduped │ │ ├── semver@5.1.0 deduped │ │ ├── slide@1.1.6 deduped │ │ └── util-extend@1.0.1 │ ├─┬ read-package-json@2.0.4 │ │ ├─┬ glob@6.0.4 │ │ │ ├── inflight@1.0.5 deduped │ │ │ ├── inherits@2.0.3 deduped │ │ │ ├── minimatch@3.0.3 deduped │ │ │ ├── once@1.4.0 deduped │ │ │ └── path-is-absolute@1.0.0 │ │ ├── graceful-fs@4.1.6 deduped │ │ ├─┬ json-parse-helpfulerror@1.0.3 │ │ │ └── jju@1.3.0 │ │ └── normalize-package-data@2.3.5 deduped │ ├─┬ readable-stream@2.1.5 │ │ ├── buffer-shims@1.0.0 │ │ ├── core-util-is@1.0.2 │ │ ├── inherits@2.0.3 deduped │ │ ├── isarray@1.0.0 │ │ ├── process-nextick-args@1.0.7 │ │ ├── string_decoder@0.10.31 │ │ └── util-deprecate@1.0.2 │ ├─┬ realize-package-specifier@3.0.1 │ │ ├── dezalgo@1.0.3 deduped │ │ └── npm-package-arg@4.1.0 deduped │ ├─┬ request@2.74.0 │ │ ├── aws-sign2@0.6.0 │ │ ├── aws4@1.4.1 │ │ ├─┬ bl@1.1.2 │ │ │ └─┬ readable-stream@2.0.6 │ │ │ ├── core-util-is@1.0.2 │ │ │ ├── inherits@2.0.3 deduped │ │ │ ├── isarray@1.0.0 │ │ │ ├── process-nextick-args@1.0.7 │ │ │ ├── string_decoder@0.10.31 │ │ │ └── util-deprecate@1.0.2 │ │ ├── caseless@0.11.0 │ │ ├─┬ combined-stream@1.0.5 │ │ │ └── delayed-stream@1.0.0 │ │ ├── extend@3.0.0 │ │ ├── forever-agent@0.6.1 │ │ ├─┬ form-data@1.0.0-rc4 │ │ │ ├── async@1.5.2 │ │ │ ├── combined-stream@1.0.5 deduped │ │ │ └── mime-types@2.1.11 deduped │ │ ├─┬ har-validator@2.0.6 │ │ │ ├─┬ chalk@1.1.3 │ │ │ │ ├── ansi-styles@2.2.1 │ │ │ │ ├── escape-string-regexp@1.0.5 │ │ │ │ ├─┬ has-ansi@2.0.0 │ │ │ │ │ └── ansi-regex@2.0.0 deduped │ │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ │ └── supports-color@2.0.0 │ │ │ ├─┬ commander@2.9.0 │ │ │ │ └── graceful-readlink@1.0.1 │ │ │ ├─┬ is-my-json-valid@2.13.1 │ │ │ │ ├── generate-function@2.0.0 │ │ │ │ ├─┬ generate-object-property@1.2.0 │ │ │ │ │ └── is-property@1.0.2 │ │ │ │ ├── jsonpointer@2.0.0 │ │ │ │ └── xtend@4.0.1 │ │ │ └─┬ pinkie-promise@2.0.1 │ │ │ └── pinkie@2.0.4 │ │ ├─┬ hawk@3.1.3 │ │ │ ├─┬ boom@2.10.1 │ │ │ │ └── hoek@2.16.3 deduped │ │ │ ├─┬ cryptiles@2.0.5 │ │ │ │ └── boom@2.10.1 deduped │ │ │ ├── hoek@2.16.3 │ │ │ └─┬ sntp@1.0.9 │ │ │ └── hoek@2.16.3 deduped │ │ ├─┬ http-signature@1.1.1 │ │ │ ├── assert-plus@0.2.0 │ │ │ ├─┬ jsprim@1.3.0 │ │ │ │ ├── extsprintf@1.0.2 │ │ │ │ ├── json-schema@0.2.2 │ │ │ │ └─┬ verror@1.3.6 │ │ │ │ └── extsprintf@1.0.2 deduped │ │ │ └─┬ sshpk@1.9.2 │ │ │ ├── asn1@0.2.3 │ │ │ ├── assert-plus@1.0.0 │ │ │ ├─┬ dashdash@1.14.0 │ │ │ │ └── assert-plus@1.0.0 deduped │ │ │ ├─┬ ecc-jsbn@0.1.1 │ │ │ │ └── jsbn@0.1.0 deduped │ │ │ ├─┬ getpass@0.1.6 │ │ │ │ └── assert-plus@1.0.0 deduped │ │ │ ├─┬ jodid25519@1.0.2 │ │ │ │ └── jsbn@0.1.0 deduped │ │ │ ├── jsbn@0.1.0 │ │ │ └── tweetnacl@0.13.3 │ │ ├── is-typedarray@1.0.0 │ │ ├── isstream@0.1.2 │ │ ├── json-stringify-safe@5.0.1 │ │ ├─┬ mime-types@2.1.11 │ │ │ └── mime-db@1.23.0 │ │ ├── node-uuid@1.4.7 │ │ ├── oauth-sign@0.8.2 │ │ ├── qs@6.2.1 │ │ ├── stringstream@0.0.5 │ │ ├── tough-cookie@2.3.1 │ │ └── tunnel-agent@0.4.3 │ ├── retry@0.10.0 │ ├─┬ rimraf@2.5.4 │ │ └── glob@7.0.6 deduped │ ├── semver@5.1.0 │ ├─┬ sha@2.0.1 │ │ ├── graceful-fs@4.1.6 deduped │ │ └─┬ readable-stream@2.0.2 │ │ ├── core-util-is@1.0.1 │ │ ├── inherits@2.0.3 deduped │ │ ├── isarray@0.0.1 │ │ ├── process-nextick-args@1.0.3 │ │ ├── string_decoder@0.10.31 │ │ └── util-deprecate@1.0.1 │ ├── slide@1.1.6 │ ├── sorted-object@2.0.0 │ ├── spdx-license-ids@1.2.2 │ ├─┬ strip-ansi@3.0.1 │ │ └── ansi-regex@2.0.0 deduped │ ├─┬ tar@2.2.1 │ │ ├── block-stream@0.0.9 deduped │ │ ├── fstream@1.0.10 deduped │ │ └── inherits@2.0.3 deduped │ ├── text-table@0.2.0 │ ├── uid-number@0.0.6 │ ├── umask@1.1.0 │ ├─┬ validate-npm-package-license@3.0.1 │ │ ├─┬ spdx-correct@1.0.2 │ │ │ └── spdx-license-ids@1.2.2 deduped │ │ └─┬ spdx-expression-parse@1.0.2 │ │ ├── spdx-exceptions@1.0.4 │ │ └── spdx-license-ids@1.2.2 deduped │ ├─┬ validate-npm-package-name@2.2.2 │ │ └── builtins@0.0.7 │ ├─┬ which@1.2.11 │ │ └── isexe@1.1.2 │ ├── wrappy@1.0.2 │ └─┬ write-file-atomic@1.1.4 │ ├── graceful-fs@4.1.6 deduped │ ├── imurmurhash@0.1.4 deduped │ └── slide@1.1.6 deduped ├─┬ prompt@1.0.0 │ ├── colors@1.3.1 │ ├── pkginfo@0.4.1 │ ├─┬ read@1.0.7 │ │ └── mute-stream@0.0.7 │ ├── revalidator@0.1.8 │ ├─┬ utile@0.3.0 │ │ ├── async@0.9.2 │ │ ├── deep-equal@0.2.2 │ │ ├── i@0.3.6 │ │ ├── mkdirp@0.5.1 deduped │ │ └── ncp@1.0.1 │ └─┬ winston@2.1.1 │ ├── async@1.0.0 │ ├── colors@1.0.3 │ ├── cycle@1.0.3 deduped │ ├── eyes@0.1.8 deduped │ ├── pkginfo@0.3.1 │ └── stack-trace@0.0.10 deduped ├─┬ pyconf@1.1.5 │ └── safe-replace@1.0.3 deduped ├─┬ redis@2.8.0 │ ├── double-ended-queue@2.1.0-0 │ ├── redis-commands@1.3.5 │ └── redis-parser@2.6.0 ├── safe-replace@1.0.3 ├── semver@5.5.0 ├─┬ socket.io@2.1.1 │ ├── debug@3.1.0 │ ├─┬ engine.io@3.2.0 │ │ ├── debug@3.1.0 deduped │ │ ├─┬ engine.io-parser@2.1.2 │ │ │ └── arraybuffer.slice@0.0.7 │ │ └─┬ ws@3.3.3 │ │ └── ultron@1.1.1 │ ├── socket.io-adapter@1.1.1 │ ├── socket.io-client@2.1.1 deduped │ └─┬ socket.io-parser@3.2.0 │ ├── component-emitter@1.2.1 deduped │ ├── debug@3.1.0 deduped │ └── isarray@2.0.1 ├─┬ socket.io-client@2.1.1 │ ├── component-emitter@1.2.1 │ ├── debug@3.1.0 deduped │ ├─┬ engine.io-client@3.2.1 │ │ ├── component-emitter@1.2.1 deduped │ │ ├── debug@3.1.0 deduped │ │ ├── engine.io-parser@2.1.2 deduped │ │ ├── ws@3.3.3 deduped │ │ └── xmlhttprequest-ssl@1.5.5 │ └── socket.io-parser@3.2.0 deduped ├─┬ tar@4.4.4 │ ├── chownr@1.0.1 │ ├─┬ fs-minipass@1.2.5 │ │ └── minipass@2.3.3 deduped │ ├─┬ minipass@2.3.3 │ │ ├── safe-buffer@5.1.2 │ │ └── yallist@3.0.2 deduped │ ├─┬ minizlib@1.1.0 │ │ └── minipass@2.3.3 deduped │ ├── mkdirp@0.5.1 deduped │ ├── safe-buffer@5.1.2 │ └── yallist@3.0.2 ├─┬ winston@2.4.3 │ ├── async@1.0.0 │ ├── colors@1.0.3 │ ├── cycle@1.0.3 │ ├── eyes@0.1.8 │ └── stack-trace@0.0.10 ├─┬ winston-daily-rotate-file@1.7.2 │ └── mkdirp@0.5.1 deduped ├─┬ winston-syslog@2.0.0 │ ├── cycle@1.0.3 deduped │ ├── glossy@0.1.7 │ └─┬ unix-dgram@0.2.3 │ ├── bindings@1.1.1 │ └── nan@2.3.5 └─┬ yargs@11.1.0 ├─┬ cliui@4.1.0 │ ├── string-width@2.1.1 deduped │ ├─┬ strip-ansi@4.0.0 │ │ └── ansi-regex@3.0.0 │ └─┬ wrap-ansi@2.1.0 │ ├─┬ string-width@1.0.2 │ │ ├── code-point-at@1.1.0 │ │ ├─┬ is-fullwidth-code-point@1.0.0 │ │ │ └── number-is-nan@1.0.1 │ │ └── strip-ansi@3.0.1 deduped │ └─┬ strip-ansi@3.0.1 │ └── ansi-regex@2.1.1 ├── decamelize@1.2.0 ├─┬ find-up@2.1.0 │ └─┬ locate-path@2.0.0 │ ├─┬ p-locate@2.0.0 │ │ └─┬ p-limit@1.3.0 │ │ └── p-try@1.0.0 │ └── path-exists@3.0.0 ├── get-caller-file@1.0.3 ├─┬ os-locale@2.1.0 │ ├─┬ execa@0.7.0 │ │ ├─┬ cross-spawn@5.1.0 │ │ │ ├─┬ lru-cache@4.1.3 │ │ │ │ ├── pseudomap@1.0.2 │ │ │ │ └── yallist@2.1.2 │ │ │ ├─┬ shebang-command@1.2.0 │ │ │ │ └── shebang-regex@1.0.0 │ │ │ └─┬ which@1.3.1 │ │ │ └── isexe@2.0.0 │ │ ├── get-stream@3.0.0 │ │ ├── is-stream@1.1.0 │ │ ├─┬ npm-run-path@2.0.2 │ │ │ └── path-key@2.0.1 │ │ ├── p-finally@1.0.0 │ │ ├── signal-exit@3.0.2 │ │ └── strip-eof@1.0.0 │ ├─┬ lcid@1.0.0 │ │ └── invert-kv@1.0.0 │ └─┬ mem@1.1.0 │ └── mimic-fn@1.2.0 ├── require-directory@2.1.1 ├── require-main-filename@1.0.1 ├── set-blocking@2.0.0 ├─┬ string-width@2.1.1 │ ├── is-fullwidth-code-point@2.0.0 │ └── strip-ansi@4.0.0 deduped ├── which-module@2.0.0 ├── y18n@3.2.1 └─┬ yargs-parser@9.0.2 └── camelcase@4.1.0 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 DONE iobroker.js-controller > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) iobroker.inst@1.0.8 /opt/iobroker └─┬ iobroker.landroid-s@2.2.2 └─┬ mqtt@2.18.3 ├─┬ commist@1.0.0 │ ├── leven@1.0.2 │ └── minimist@1.2.0 ├── end-of-stream@1.4.1 ├─┬ help-me@1.1.0 │ ├── callback-stream@1.1.0 │ ├─┬ glob-stream@6.1.0 │ │ ├─┬ glob-parent@3.1.0 │ │ │ ├── is-glob@3.1.0 │ │ │ └── path-dirname@1.0.2 │ │ ├── is-negated-glob@1.0.0 │ │ ├─┬ ordered-read-streams@1.0.1 │ │ │ └─┬ readable-stream@2.3.6 │ │ │ ├── isarray@1.0.0 │ │ │ └── string_decoder@1.1.1 │ │ ├─┬ pumpify@1.5.1 │ │ │ ├── duplexify@3.6.0 deduped │ │ │ └─┬ pump@2.0.1 │ │ │ └── end-of-stream@1.4.1 deduped │ │ ├─┬ readable-stream@2.3.6 │ │ │ ├── isarray@1.0.0 │ │ │ └── string_decoder@1.1.1 │ │ ├── remove-trailing-separator@1.1.0 │ │ ├─┬ to-absolute-glob@2.0.2 │ │ │ ├─┬ is-absolute@1.0.0 │ │ │ │ └─┬ is-relative@1.0.0 │ │ │ │ └─┬ is-unc-path@1.0.0 │ │ │ │ └── unc-path-regex@0.1.2 │ │ │ └── is-negated-glob@1.0.0 deduped │ │ └─┬ unique-stream@2.2.1 │ │ ├─┬ json-stable-stringify@1.0.1 │ │ │ └── jsonify@0.0.0 │ │ └─┬ through2-filter@2.0.0 │ │ └── through2@2.0.3 deduped │ └─┬ through2@2.0.3 │ └─┬ readable-stream@2.3.6 │ ├── isarray@1.0.0 │ └── string_decoder@1.1.1 ├── minimist@1.2.0 ├─┬ mqtt-packet@5.6.0 │ └─┬ bl@1.2.2 │ └─┬ readable-stream@2.3.6 │ ├── isarray@1.0.0 │ └── string_decoder@1.1.1 ├─┬ pump@3.0.0 │ └── end-of-stream@1.4.1 deduped ├─┬ readable-stream@2.3.6 │ ├── isarray@1.0.0 │ └── string_decoder@1.1.1 ├── reinterval@1.1.0 ├─┬ split2@2.2.0 │ └── through2@2.0.3 deduped └─┬ websocket-stream@5.1.2 ├─┬ duplexify@3.6.0 │ ├── end-of-stream@1.4.1 deduped │ ├─┬ readable-stream@2.3.6 │ │ ├── isarray@1.0.0 │ │ └── string_decoder@1.1.1 │ └── stream-shift@1.0.0 ├─┬ readable-stream@2.3.6 │ ├── isarray@1.0.0 │ └── string_decoder@1.1.1 └─┬ ws@3.3.3 └── ultron@1.1.1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 DONE iobroker.landroid-s npm WARN deprecated bcrypt@1.0.3: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around bug. Upgrade to bcrypt >= v2.0.0 for improved support for newer bcrypt hashes npm WARN deprecated i18next-client@1.10.3: you can use npm install i18next from version 2.0.0 npm WARN deprecated mailparser@0.6.2: Mailparser versions older than v2.3.0 are deprecated npm WARN deprecated nodemailer@1.11.0: All versions below 4.0.1 of Nodemailer are deprecated. See https://nodemailer.com/status/ npm WARN deprecated mimelib@0.3.1: This project is unmaintained npm WARN deprecated mailcomposer@2.1.0: This project is unmaintained npm WARN deprecated buildmail@2.0.0: This project is unmaintained > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) > bcrypt@1.0.3 install /opt/iobroker/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.3 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bcrypt/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/opt/iobroker/node_modules/bcrypt/lib/binding" gyp ERR! cwd /opt/iobroker/node_modules/bcrypt gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/bcrypt node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.36 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) > node-red-dashboard@2.9.6 postinstall /opt/iobroker/node_modules/node-red-dashboard > node fixfa.js iobroker.inst@1.0.8 /opt/iobroker └─┬ iobroker.node-red@1.6.0 ├─┬ feedparser@2.2.9 │ ├── addressparser@1.0.1 │ ├── array-indexofobject@0.0.1 │ ├── lodash.assign@4.2.0 │ ├── lodash.get@4.4.2 │ ├── lodash.has@4.5.2 │ ├── lodash.uniq@4.5.0 │ ├── mri@1.1.1 │ └─┬ readable-stream@2.3.6 │ ├── isarray@1.0.0 │ └── string_decoder@1.1.1 ├─┬ fs.notify@0.0.4 │ ├── async@0.1.22 │ └── retry@0.6.1 ├─┬ js2xmlparser@3.0.0 │ └── xmlcreate@1.0.2 ├─┬ mongodb@3.1.1 │ └─┬ mongodb-core@3.1.0 │ ├── bson@1.0.9 │ ├─┬ require_optional@1.0.1 │ │ └── resolve-from@2.0.0 │ └── saslprep@1.0.1 ├─┬ node-red@0.18.7 │ ├── basic-auth@2.0.0 │ ├── bcryptjs@2.4.3 │ ├── clone@2.1.1 │ ├── cors@2.8.4 │ ├── cron@1.3.0 │ ├─┬ follow-redirects@1.4.1 │ │ └── debug@3.1.0 │ ├─┬ fs-extra@5.0.0 │ │ ├── jsonfile@4.0.0 │ │ └── universalify@0.1.2 │ ├── fs.notify@0.0.4 deduped │ ├── hash-sum@1.0.2 │ ├─┬ i18next@1.10.6 │ │ ├─┬ cookies@0.7.1 │ │ │ └── keygrip@1.0.2 │ │ ├── i18next-client@1.10.3 │ │ └── json5@0.2.0 │ ├── is-utf8@0.2.1 │ ├─┬ js-yaml@3.11.0 │ │ ├─┬ argparse@1.0.10 │ │ │ └── sprintf-js@1.0.3 │ │ └── esprima@4.0.1 │ ├── jsonata@1.5.4 │ ├─┬ memorystore@1.6.0 │ │ └── debug@3.1.0 │ ├─┬ mqtt@2.18.0 │ │ ├── minimist@1.2.0 │ │ └─┬ readable-stream@2.3.6 │ │ ├── isarray@1.0.0 │ │ └── string_decoder@1.1.1 │ ├─┬ multer@1.3.0 │ │ ├── append-field@0.1.0 │ │ └── object-assign@3.0.0 │ ├── mustache@2.3.0 │ ├─┬ node-red-node-email@0.1.29 │ │ ├─┬ imap@0.8.19 │ │ │ └─┬ utf7@1.0.2 │ │ │ └── semver@5.3.0 │ │ ├─┬ mailparser@0.6.2 │ │ │ ├── encoding@0.1.12 │ │ │ ├─┬ mimelib@0.3.1 │ │ │ │ ├── addressparser@1.0.1 deduped │ │ │ │ └── encoding@0.1.12 deduped │ │ │ └─┬ uue@3.1.2 │ │ │ └── escape-string-regexp@1.0.5 │ │ ├─┬ nodemailer@1.11.0 │ │ │ ├─┬ libmime@1.2.0 │ │ │ │ ├── libbase64@0.1.0 │ │ │ │ └── libqp@1.1.0 │ │ │ ├─┬ mailcomposer@2.1.0 │ │ │ │ ├─┬ buildmail@2.0.0 │ │ │ │ │ ├── addressparser@0.3.2 │ │ │ │ │ ├── libbase64@0.1.0 deduped │ │ │ │ │ ├── libmime@1.2.0 deduped │ │ │ │ │ ├── libqp@1.1.0 deduped │ │ │ │ │ └── needle@0.10.0 │ │ │ │ └── libmime@1.2.0 deduped │ │ │ ├── needle@0.11.0 │ │ │ ├─┬ nodemailer-direct-transport@1.1.0 │ │ │ │ └── smtp-connection@1.3.8 │ │ │ └─┬ nodemailer-smtp-transport@1.1.0 │ │ │ ├── clone@1.0.4 │ │ │ ├── nodemailer-wellknown@0.1.10 │ │ │ └── smtp-connection@1.3.8 deduped │ │ └─┬ poplib@0.1.7 │ │ └─┬ optimist@0.6.1 │ │ └── wordwrap@0.0.3 │ ├─┬ node-red-node-feedparser@0.1.12 │ │ └── feedparser@2.2.9 deduped │ ├── node-red-node-rbe@0.2.3 │ ├─┬ node-red-node-twitter@1.0.1 │ │ ├── oauth@0.9.14 │ │ └─┬ twitter-ng@0.6.2 │ │ └── oauth@0.9.14 deduped │ ├─┬ nopt@4.0.1 │ │ ├── abbrev@1.1.1 │ │ └─┬ osenv@0.1.5 │ │ ├── os-homedir@1.0.2 │ │ └── os-tmpdir@1.0.2 │ ├─┬ oauth2orize@1.11.0 │ │ └── uid2@0.0.3 │ ├── passport@0.4.0 │ ├── passport-http-bearer@1.0.1 │ ├── passport-oauth2-client-password@0.1.2 │ ├── sentiment@2.1.0 │ ├─┬ uglify-js@3.3.25 │ │ ├── commander@2.15.1 │ │ └── source-map@0.6.1 │ └── when@3.7.8 ├─┬ node-red-contrib-aggregator@1.3.0 │ └── simple-statistics@2.5.0 ├─┬ node-red-contrib-os@0.1.7 │ └─┬ node-df@0.1.4 │ └── underscore@1.9.1 ├── node-red-contrib-polymer@0.0.21 └─┬ node-red-dashboard@2.9.6 └─┬ socket.io@2.1.1 ├── debug@3.1.0 ├─┬ engine.io@3.2.0 │ ├── debug@3.1.0 deduped │ ├─┬ engine.io-parser@2.1.2 │ │ └── arraybuffer.slice@0.0.7 │ └─┬ ws@3.3.3 │ └── ultron@1.1.1 ├── socket.io-adapter@1.1.1 ├─┬ socket.io-client@2.1.1 │ ├── component-emitter@1.2.1 │ ├── debug@3.1.0 deduped │ ├─┬ engine.io-client@3.2.1 │ │ ├── component-emitter@1.2.1 deduped │ │ ├── debug@3.1.0 deduped │ │ ├── engine.io-parser@2.1.2 deduped │ │ ├── ws@3.3.3 deduped │ │ └── xmlhttprequest-ssl@1.5.5 │ └── socket.io-parser@3.2.0 deduped └─┬ socket.io-parser@3.2.0 ├── component-emitter@1.2.1 deduped ├── debug@3.1.0 deduped └── isarray@2.0.1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 (node_modules/bcrypt): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 DONE iobroker.node-red npm WARN deprecated bcrypt@1.0.3: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around bug. Upgrade to bcrypt >= v2.0.0 for improved support for newer bcrypt hashes > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) > bcrypt@1.0.3 install /opt/iobroker/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.3 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bcrypt/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/opt/iobroker/node_modules/bcrypt/lib/binding" gyp ERR! cwd /opt/iobroker/node_modules/bcrypt gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/bcrypt/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/bcrypt node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.36 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) > usb@1.3.2 install /opt/iobroker/node_modules/usb > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR! stack TypeError: this is not a typed array. node-pre-gyp ERR! stack at Function.from (native) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/parse.js:33:27) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! stack at Object.Module._extensions..js (module.js:452:10) node-pre-gyp ERR! stack at Module.load (module.js:355:32) node-pre-gyp ERR! stack at Function.Module._load (module.js:310:12) node-pre-gyp ERR! stack at Module.require (module.js:365:17) node-pre-gyp ERR! stack at require (module.js:384:17) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/list.js:10:16) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/usb node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.10.3 node-pre-gyp ERR! This is a bug in `node-pre-gyp`. node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help: node-pre-gyp ERR! > bluetooth-hci-socket@0.5.1 install /opt/iobroker/node_modules/bluetooth-hci-socket > node-gyp rebuild gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bluetooth-hci-socket/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/bluetooth-hci-socket/build“ wird betreten CXX(target) Release/obj.target/binding/src/BluetoothHciSocket.o SOLINK_MODULE(target) Release/obj.target/binding.node COPY Release/binding.node make: Verzeichnis „/opt/iobroker/node_modules/bluetooth-hci-socket/build“ wird verlassen iobroker.inst@1.0.8 /opt/iobroker └─┬ iobroker.radar@1.1.3 ├─┬ noble@1.9.1 │ ├── bluetooth-hci-socket@0.5.1 │ ├── bplist-parser@0.0.6 │ └─┬ debug@2.2.0 │ └── ms@0.7.1 └── ping@0.2.2 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/noble/node_modules/xpc-connection): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 (node_modules/bcrypt): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 (node_modules/usb): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 7 DONE iobroker.radar npm WARN deprecated bcrypt@1.0.3: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around bug. Upgrade to bcrypt >= v2.0.0 for improved support for newer bcrypt hashes > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) > bcrypt@1.0.3 install /opt/iobroker/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.3 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bcrypt/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/opt/iobroker/node_modules/bcrypt/lib/binding" gyp ERR! cwd /opt/iobroker/node_modules/bcrypt gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/bcrypt/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/bcrypt node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.36 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) > usb@1.3.2 install /opt/iobroker/node_modules/usb > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR! stack TypeError: this is not a typed array. node-pre-gyp ERR! stack at Function.from (native) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/parse.js:33:27) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! stack at Object.Module._extensions..js (module.js:452:10) node-pre-gyp ERR! stack at Module.load (module.js:355:32) node-pre-gyp ERR! stack at Function.Module._load (module.js:310:12) node-pre-gyp ERR! stack at Module.require (module.js:365:17) node-pre-gyp ERR! stack at require (module.js:384:17) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/list.js:10:16) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/usb node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.10.3 node-pre-gyp ERR! This is a bug in `node-pre-gyp`. node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help: node-pre-gyp ERR! iobroker.inst@1.0.8 /opt/iobroker └── iobroker.simple-api@2.0.0 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/noble/node_modules/xpc-connection): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 (node_modules/bcrypt): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 (node_modules/usb): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 7 DONE iobroker.simple-api npm WARN deprecated bcrypt@1.0.3: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around bug. Upgrade to bcrypt >= v2.0.0 for improved support for newer bcrypt hashes > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) > bcrypt@1.0.3 install /opt/iobroker/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.3 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bcrypt/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/opt/iobroker/node_modules/bcrypt/lib/binding" gyp ERR! cwd /opt/iobroker/node_modules/bcrypt gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/bcrypt/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/bcrypt node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.36 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) > usb@1.3.2 install /opt/iobroker/node_modules/usb > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR! stack TypeError: this is not a typed array. node-pre-gyp ERR! stack at Function.from (native) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/parse.js:33:27) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! stack at Object.Module._extensions..js (module.js:452:10) node-pre-gyp ERR! stack at Module.load (module.js:355:32) node-pre-gyp ERR! stack at Function.Module._load (module.js:310:12) node-pre-gyp ERR! stack at Module.require (module.js:365:17) node-pre-gyp ERR! stack at require (module.js:384:17) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/list.js:10:16) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/usb node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.10.3 node-pre-gyp ERR! This is a bug in `node-pre-gyp`. node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help: node-pre-gyp ERR! iobroker.inst@1.0.8 /opt/iobroker └─┬ iobroker.socketio@2.1.1 └─┬ socket.io@1.7.2 ├─┬ debug@2.3.3 │ └── ms@0.7.2 ├─┬ engine.io@1.8.2 │ ├── accepts@1.3.3 │ ├── debug@2.3.3 deduped │ └── ws@1.1.1 └─┬ socket.io-client@1.7.2 ├── component-emitter@1.2.1 ├── debug@2.3.3 deduped └─┬ engine.io-client@1.8.2 ├── component-emitter@1.2.1 deduped ├── debug@2.3.3 deduped └── ws@1.1.1 deduped npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/noble/node_modules/xpc-connection): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 (node_modules/bcrypt): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 (node_modules/usb): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 7 DONE iobroker.socketio npm WARN deprecated bcrypt@1.0.3: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around bug. Upgrade to bcrypt >= v2.0.0 for improved support for newer bcrypt hashes > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) > bcrypt@1.0.3 install /opt/iobroker/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.3 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bcrypt/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/opt/iobroker/node_modules/bcrypt/lib/binding" gyp ERR! cwd /opt/iobroker/node_modules/bcrypt gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/bcrypt/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/bcrypt node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.36 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) > usb@1.3.2 install /opt/iobroker/node_modules/usb > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR! stack TypeError: this is not a typed array. node-pre-gyp ERR! stack at Function.from (native) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/parse.js:33:27) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! stack at Object.Module._extensions..js (module.js:452:10) node-pre-gyp ERR! stack at Module.load (module.js:355:32) node-pre-gyp ERR! stack at Function.Module._load (module.js:310:12) node-pre-gyp ERR! stack at Module.require (module.js:365:17) node-pre-gyp ERR! stack at require (module.js:384:17) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/list.js:10:16) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/usb node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.10.3 node-pre-gyp ERR! This is a bug in `node-pre-gyp`. node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help: node-pre-gyp ERR! iobroker.inst@1.0.8 /opt/iobroker └─┬ iobroker.sonoff@2.2.2 └─┬ mqtt-connection@4.0.0 └── mqtt-packet@6.0.0 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/noble/node_modules/xpc-connection): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 (node_modules/bcrypt): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 (node_modules/usb): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 7 DONE iobroker.sonoff npm WARN deprecated bcrypt@1.0.3: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around bug. Upgrade to bcrypt >= v2.0.0 for improved support for newer bcrypt hashes > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) > bcrypt@1.0.3 install /opt/iobroker/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.3 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bcrypt/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/opt/iobroker/node_modules/bcrypt/lib/binding" gyp ERR! cwd /opt/iobroker/node_modules/bcrypt gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/bcrypt/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/bcrypt node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.36 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) > usb@1.3.2 install /opt/iobroker/node_modules/usb > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR! stack TypeError: this is not a typed array. node-pre-gyp ERR! stack at Function.from (native) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/parse.js:33:27) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! stack at Object.Module._extensions..js (module.js:452:10) node-pre-gyp ERR! stack at Module.load (module.js:355:32) node-pre-gyp ERR! stack at Function.Module._load (module.js:310:12) node-pre-gyp ERR! stack at Module.require (module.js:365:17) node-pre-gyp ERR! stack at require (module.js:384:17) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/list.js:10:16) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/usb node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.10.3 node-pre-gyp ERR! This is a bug in `node-pre-gyp`. node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help: node-pre-gyp ERR! iobroker.inst@1.0.8 /opt/iobroker └─┬ iobroker.tankerkoenig@1.0.4 └─┬ xml2js@0.2.8 └── sax@0.5.8 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/noble/node_modules/xpc-connection): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 (node_modules/bcrypt): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 (node_modules/usb): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 7 DONE iobroker.tankerkoenig npm WARN deprecated bcrypt@1.0.3: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around bug. Upgrade to bcrypt >= v2.0.0 for improved support for newer bcrypt hashes > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) > bcrypt@1.0.3 install /opt/iobroker/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.3 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bcrypt/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/opt/iobroker/node_modules/bcrypt/lib/binding" gyp ERR! cwd /opt/iobroker/node_modules/bcrypt gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/bcrypt/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/bcrypt node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.36 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) > usb@1.3.2 install /opt/iobroker/node_modules/usb > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR! stack TypeError: this is not a typed array. node-pre-gyp ERR! stack at Function.from (native) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/parse.js:33:27) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! stack at Object.Module._extensions..js (module.js:452:10) node-pre-gyp ERR! stack at Module.load (module.js:355:32) node-pre-gyp ERR! stack at Function.Module._load (module.js:310:12) node-pre-gyp ERR! stack at Module.require (module.js:365:17) node-pre-gyp ERR! stack at require (module.js:384:17) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/list.js:10:16) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/usb node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.10.3 node-pre-gyp ERR! This is a bug in `node-pre-gyp`. node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help: node-pre-gyp ERR! iobroker.inst@1.0.8 /opt/iobroker └─┬ iobroker.telegram@1.2.6 ├─┬ node-telegram-bot-api@0.30.0 │ ├─┬ array.prototype.findindex@2.0.2 │ │ └─┬ es-abstract@1.12.0 │ │ ├─┬ es-to-primitive@1.1.1 │ │ │ ├── is-callable@1.1.4 deduped │ │ │ ├── is-date-object@1.0.1 │ │ │ └── is-symbol@1.0.1 │ │ ├── function-bind@1.1.1 │ │ ├─┬ has@1.0.3 │ │ │ └── function-bind@1.1.1 deduped │ │ ├── is-callable@1.1.4 │ │ └─┬ is-regex@1.0.4 │ │ └── has@1.0.3 deduped │ ├── debug@3.1.0 │ ├── file-type@3.9.0 │ ├── mime@1.6.0 │ ├── pump@2.0.1 │ └─┬ request-promise@4.2.2 │ ├── request-promise-core@1.1.1 │ └── stealthy-require@1.1.1 └─┬ socksv5@0.0.6 └─┬ ipv6@3.1.1 ├── cli@0.4.5 ├─┬ cliff@0.1.10 │ ├── colors@1.0.3 │ └─┬ winston@0.8.3 │ ├── async@0.2.10 │ ├── colors@0.6.2 │ └── pkginfo@0.3.1 └── sprintf@0.1.3 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/noble/node_modules/xpc-connection): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 (node_modules/bcrypt): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 (node_modules/usb): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 7 DONE iobroker.telegram npm WARN deprecated bcrypt@1.0.3: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around bug. Upgrade to bcrypt >= v2.0.0 for improved support for newer bcrypt hashes > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) > bcrypt@1.0.3 install /opt/iobroker/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.3 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bcrypt/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/opt/iobroker/node_modules/bcrypt/lib/binding" gyp ERR! cwd /opt/iobroker/node_modules/bcrypt gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/bcrypt/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/bcrypt node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.36 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) > usb@1.3.2 install /opt/iobroker/node_modules/usb > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR! stack TypeError: this is not a typed array. node-pre-gyp ERR! stack at Function.from (native) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/parse.js:33:27) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! stack at Object.Module._extensions..js (module.js:452:10) node-pre-gyp ERR! stack at Module.load (module.js:355:32) node-pre-gyp ERR! stack at Function.Module._load (module.js:310:12) node-pre-gyp ERR! stack at Module.require (module.js:365:17) node-pre-gyp ERR! stack at require (module.js:384:17) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/list.js:10:16) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/usb node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.10.3 node-pre-gyp ERR! This is a bug in `node-pre-gyp`. node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help: node-pre-gyp ERR! > authenticate-pam@1.0.2 install /opt/iobroker/node_modules/authenticate-pam > node-gyp rebuild gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/authenticate-pam/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/authenticate-pam/build“ wird betreten CXX(target) Release/obj.target/authenticate_pam/authenticate_pam.o SOLINK_MODULE(target) Release/obj.target/authenticate_pam.node COPY Release/authenticate_pam.node make: Verzeichnis „/opt/iobroker/node_modules/authenticate-pam/build“ wird verlassen iobroker.inst@1.0.8 /opt/iobroker └─┬ iobroker.terminal@0.1.2 ├── authenticate-pam@1.0.2 ├─┬ connect@3.6.6 │ └─┬ finalhandler@1.1.0 │ └── statuses@1.3.1 ├── passport@0.2.2 └── uid-number@0.0.6 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/noble/node_modules/xpc-connection): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 (node_modules/bcrypt): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 (node_modules/usb): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 7 DONE iobroker.terminal npm WARN deprecated bcrypt@1.0.3: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around bug. Upgrade to bcrypt >= v2.0.0 for improved support for newer bcrypt hashes > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) > bcrypt@1.0.3 install /opt/iobroker/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.3 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bcrypt/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/opt/iobroker/node_modules/bcrypt/lib/binding" gyp ERR! cwd /opt/iobroker/node_modules/bcrypt gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/bcrypt/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/bcrypt node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.36 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) > usb@1.3.2 install /opt/iobroker/node_modules/usb > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR! stack TypeError: this is not a typed array. node-pre-gyp ERR! stack at Function.from (native) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/parse.js:33:27) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! stack at Object.Module._extensions..js (module.js:452:10) node-pre-gyp ERR! stack at Module.load (module.js:355:32) node-pre-gyp ERR! stack at Function.Module._load (module.js:310:12) node-pre-gyp ERR! stack at Module.require (module.js:365:17) node-pre-gyp ERR! stack at require (module.js:384:17) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/list.js:10:16) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/usb node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.10.3 node-pre-gyp ERR! This is a bug in `node-pre-gyp`. node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help: node-pre-gyp ERR! iobroker.inst@1.0.8 /opt/iobroker └── iobroker.text2command@1.2.2 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/noble/node_modules/xpc-connection): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 (node_modules/bcrypt): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 (node_modules/usb): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 7 DONE iobroker.text2command npm WARN deprecated bcrypt@1.0.3: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around bug. Upgrade to bcrypt >= v2.0.0 for improved support for newer bcrypt hashes > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) > bcrypt@1.0.3 install /opt/iobroker/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.3 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bcrypt/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/opt/iobroker/node_modules/bcrypt/lib/binding" gyp ERR! cwd /opt/iobroker/node_modules/bcrypt gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/bcrypt/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/bcrypt node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.36 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) > usb@1.3.2 install /opt/iobroker/node_modules/usb > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR! stack TypeError: this is not a typed array. node-pre-gyp ERR! stack at Function.from (native) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/parse.js:33:27) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! stack at Object.Module._extensions..js (module.js:452:10) node-pre-gyp ERR! stack at Module.load (module.js:355:32) node-pre-gyp ERR! stack at Function.Module._load (module.js:310:12) node-pre-gyp ERR! stack at Module.require (module.js:365:17) node-pre-gyp ERR! stack at require (module.js:384:17) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/list.js:10:16) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/usb node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.10.3 node-pre-gyp ERR! This is a bug in `node-pre-gyp`. node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help: node-pre-gyp ERR! > iobroker.vis@1.1.7 install /opt/iobroker/node_modules/iobroker.vis > node main.js --install iobroker.inst@1.0.8 /opt/iobroker └─┬ iobroker.vis@1.1.7 └─┬ jsonwebtoken@8.3.0 ├─┬ jws@3.1.5 │ └─┬ jwa@1.1.6 │ ├── buffer-equal-constant-time@1.0.1 │ └── ecdsa-sig-formatter@1.0.10 ├── lodash.includes@4.3.0 ├── lodash.isboolean@3.0.3 ├── lodash.isinteger@4.0.4 ├── lodash.isnumber@3.0.3 ├── lodash.isplainobject@4.0.6 ├── lodash.isstring@4.0.1 ├── lodash.once@4.1.1 └── ms@2.1.1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/noble/node_modules/xpc-connection): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 (node_modules/bcrypt): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 (node_modules/usb): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 7 DONE iobroker.vis npm WARN deprecated bcrypt@1.0.3: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around bug. Upgrade to bcrypt >= v2.0.0 for improved support for newer bcrypt hashes > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) > bcrypt@1.0.3 install /opt/iobroker/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.3 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bcrypt/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/opt/iobroker/node_modules/bcrypt/lib/binding" gyp ERR! cwd /opt/iobroker/node_modules/bcrypt gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/bcrypt/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/bcrypt node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.36 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) > usb@1.3.2 install /opt/iobroker/node_modules/usb > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR! stack TypeError: this is not a typed array. node-pre-gyp ERR! stack at Function.from (native) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/parse.js:33:27) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! stack at Object.Module._extensions..js (module.js:452:10) node-pre-gyp ERR! stack at Module.load (module.js:355:32) node-pre-gyp ERR! stack at Function.Module._load (module.js:310:12) node-pre-gyp ERR! stack at Module.require (module.js:365:17) node-pre-gyp ERR! stack at require (module.js:384:17) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/list.js:10:16) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/usb node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.10.3 node-pre-gyp ERR! This is a bug in `node-pre-gyp`. node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help: node-pre-gyp ERR! iobroker.inst@1.0.8 /opt/iobroker └── iobroker.vis-bars@0.1.4 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/noble/node_modules/xpc-connection): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 (node_modules/bcrypt): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 (node_modules/usb): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 7 DONE iobroker.vis-bars npm WARN deprecated bcrypt@1.0.3: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around bug. Upgrade to bcrypt >= v2.0.0 for improved support for newer bcrypt hashes > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) > bcrypt@1.0.3 install /opt/iobroker/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.3 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bcrypt/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/opt/iobroker/node_modules/bcrypt/lib/binding" gyp ERR! cwd /opt/iobroker/node_modules/bcrypt gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/bcrypt/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/bcrypt node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.36 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) > usb@1.3.2 install /opt/iobroker/node_modules/usb > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR! stack TypeError: this is not a typed array. node-pre-gyp ERR! stack at Function.from (native) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/parse.js:33:27) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! stack at Object.Module._extensions..js (module.js:452:10) node-pre-gyp ERR! stack at Module.load (module.js:355:32) node-pre-gyp ERR! stack at Function.Module._load (module.js:310:12) node-pre-gyp ERR! stack at Module.require (module.js:365:17) node-pre-gyp ERR! stack at require (module.js:384:17) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/list.js:10:16) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/usb node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.10.3 node-pre-gyp ERR! This is a bug in `node-pre-gyp`. node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help: node-pre-gyp ERR! iobroker.inst@1.0.8 /opt/iobroker └── iobroker.vis-canvas-gauges@0.1.5 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/noble/node_modules/xpc-connection): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 (node_modules/bcrypt): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 (node_modules/usb): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 7 DONE iobroker.vis-canvas-gauges npm WARN deprecated bcrypt@1.0.3: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around bug. Upgrade to bcrypt >= v2.0.0 for improved support for newer bcrypt hashes > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) > bcrypt@1.0.3 install /opt/iobroker/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.3 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bcrypt/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/opt/iobroker/node_modules/bcrypt/lib/binding" gyp ERR! cwd /opt/iobroker/node_modules/bcrypt gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/bcrypt/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/bcrypt node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.36 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) > usb@1.3.2 install /opt/iobroker/node_modules/usb > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR! stack TypeError: this is not a typed array. node-pre-gyp ERR! stack at Function.from (native) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/parse.js:33:27) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! stack at Object.Module._extensions..js (module.js:452:10) node-pre-gyp ERR! stack at Module.load (module.js:355:32) node-pre-gyp ERR! stack at Function.Module._load (module.js:310:12) node-pre-gyp ERR! stack at Module.require (module.js:365:17) node-pre-gyp ERR! stack at require (module.js:384:17) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/list.js:10:16) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/usb node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.10.3 node-pre-gyp ERR! This is a bug in `node-pre-gyp`. node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help: node-pre-gyp ERR! iobroker.inst@1.0.8 /opt/iobroker └── iobroker.vis-fancyswitch@1.1.0 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/noble/node_modules/xpc-connection): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 (node_modules/bcrypt): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 (node_modules/usb): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 7 DONE iobroker.vis-fancyswitch npm WARN deprecated bcrypt@1.0.3: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around bug. Upgrade to bcrypt >= v2.0.0 for improved support for newer bcrypt hashes > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) > bcrypt@1.0.3 install /opt/iobroker/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.3 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bcrypt/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/opt/iobroker/node_modules/bcrypt/lib/binding" gyp ERR! cwd /opt/iobroker/node_modules/bcrypt gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/bcrypt/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/bcrypt node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.36 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) > usb@1.3.2 install /opt/iobroker/node_modules/usb > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR! stack TypeError: this is not a typed array. node-pre-gyp ERR! stack at Function.from (native) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/parse.js:33:27) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! stack at Object.Module._extensions..js (module.js:452:10) node-pre-gyp ERR! stack at Module.load (module.js:355:32) node-pre-gyp ERR! stack at Function.Module._load (module.js:310:12) node-pre-gyp ERR! stack at Module.require (module.js:365:17) node-pre-gyp ERR! stack at require (module.js:384:17) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/list.js:10:16) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/usb node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.10.3 node-pre-gyp ERR! This is a bug in `node-pre-gyp`. node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help: node-pre-gyp ERR! iobroker.inst@1.0.8 /opt/iobroker └── iobroker.vis-hqwidgets@1.1.2 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/noble/node_modules/xpc-connection): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 (node_modules/bcrypt): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 (node_modules/usb): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 7 DONE iobroker.vis-hqwidgets npm WARN deprecated bcrypt@1.0.3: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around bug. Upgrade to bcrypt >= v2.0.0 for improved support for newer bcrypt hashes > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) > bcrypt@1.0.3 install /opt/iobroker/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.3 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bcrypt/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/opt/iobroker/node_modules/bcrypt/lib/binding" gyp ERR! cwd /opt/iobroker/node_modules/bcrypt gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/bcrypt/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/bcrypt node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.36 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) > usb@1.3.2 install /opt/iobroker/node_modules/usb > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR! stack TypeError: this is not a typed array. node-pre-gyp ERR! stack at Function.from (native) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/parse.js:33:27) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! stack at Object.Module._extensions..js (module.js:452:10) node-pre-gyp ERR! stack at Module.load (module.js:355:32) node-pre-gyp ERR! stack at Function.Module._load (module.js:310:12) node-pre-gyp ERR! stack at Module.require (module.js:365:17) node-pre-gyp ERR! stack at require (module.js:384:17) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/list.js:10:16) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/usb node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.10.3 node-pre-gyp ERR! This is a bug in `node-pre-gyp`. node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help: node-pre-gyp ERR! iobroker.inst@1.0.8 /opt/iobroker └── iobroker.vis-jqui-mfd@1.0.12 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/noble/node_modules/xpc-connection): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 (node_modules/bcrypt): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 (node_modules/usb): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 7 DONE iobroker.vis-jqui-mfd npm WARN deprecated bcrypt@1.0.3: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around bug. Upgrade to bcrypt >= v2.0.0 for improved support for newer bcrypt hashes > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) > bcrypt@1.0.3 install /opt/iobroker/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.3 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bcrypt/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/opt/iobroker/node_modules/bcrypt/lib/binding" gyp ERR! cwd /opt/iobroker/node_modules/bcrypt gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/bcrypt/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/bcrypt node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.36 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) > usb@1.3.2 install /opt/iobroker/node_modules/usb > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR! stack TypeError: this is not a typed array. node-pre-gyp ERR! stack at Function.from (native) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/parse.js:33:27) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! stack at Object.Module._extensions..js (module.js:452:10) node-pre-gyp ERR! stack at Module.load (module.js:355:32) node-pre-gyp ERR! stack at Function.Module._load (module.js:310:12) node-pre-gyp ERR! stack at Module.require (module.js:365:17) node-pre-gyp ERR! stack at require (module.js:384:17) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/list.js:10:16) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/usb node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.10.3 node-pre-gyp ERR! This is a bug in `node-pre-gyp`. node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help: node-pre-gyp ERR! iobroker.inst@1.0.8 /opt/iobroker └── iobroker.vis-justgage@1.0.0 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/noble/node_modules/xpc-connection): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 (node_modules/bcrypt): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 (node_modules/usb): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 7 DONE iobroker.vis-justgage npm WARN deprecated bcrypt@1.0.3: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around bug. Upgrade to bcrypt >= v2.0.0 for improved support for newer bcrypt hashes > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) > bcrypt@1.0.3 install /opt/iobroker/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.3 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bcrypt/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/opt/iobroker/node_modules/bcrypt/lib/binding" gyp ERR! cwd /opt/iobroker/node_modules/bcrypt gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/bcrypt/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/bcrypt node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.36 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) > usb@1.3.2 install /opt/iobroker/node_modules/usb > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR! stack TypeError: this is not a typed array. node-pre-gyp ERR! stack at Function.from (native) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/parse.js:33:27) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! stack at Object.Module._extensions..js (module.js:452:10) node-pre-gyp ERR! stack at Module.load (module.js:355:32) node-pre-gyp ERR! stack at Function.Module._load (module.js:310:12) node-pre-gyp ERR! stack at Module.require (module.js:365:17) node-pre-gyp ERR! stack at require (module.js:384:17) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/list.js:10:16) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/usb node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.10.3 node-pre-gyp ERR! This is a bug in `node-pre-gyp`. node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help: node-pre-gyp ERR! iobroker.inst@1.0.8 /opt/iobroker └── iobroker.vis-keyboard@0.0.2 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/noble/node_modules/xpc-connection): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 (node_modules/bcrypt): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 (node_modules/usb): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 7 DONE iobroker.vis-keyboard npm WARN deprecated bcrypt@1.0.3: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around bug. Upgrade to bcrypt >= v2.0.0 for improved support for newer bcrypt hashes > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) > bcrypt@1.0.3 install /opt/iobroker/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.3 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bcrypt/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/opt/iobroker/node_modules/bcrypt/lib/binding" gyp ERR! cwd /opt/iobroker/node_modules/bcrypt gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/bcrypt/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/bcrypt node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.36 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) > usb@1.3.2 install /opt/iobroker/node_modules/usb > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR! stack TypeError: this is not a typed array. node-pre-gyp ERR! stack at Function.from (native) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/parse.js:33:27) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! stack at Object.Module._extensions..js (module.js:452:10) node-pre-gyp ERR! stack at Module.load (module.js:355:32) node-pre-gyp ERR! stack at Function.Module._load (module.js:310:12) node-pre-gyp ERR! stack at Module.require (module.js:365:17) node-pre-gyp ERR! stack at require (module.js:384:17) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/list.js:10:16) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/usb node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.10.3 node-pre-gyp ERR! This is a bug in `node-pre-gyp`. node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help: node-pre-gyp ERR! iobroker.inst@1.0.8 /opt/iobroker └── iobroker.vis-metro@1.1.2 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/noble/node_modules/xpc-connection): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 (node_modules/bcrypt): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 (node_modules/usb): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 7 DONE iobroker.vis-metro npm WARN deprecated bcrypt@1.0.3: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around bug. Upgrade to bcrypt >= v2.0.0 for improved support for newer bcrypt hashes > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) > bcrypt@1.0.3 install /opt/iobroker/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.3 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bcrypt/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/opt/iobroker/node_modules/bcrypt/lib/binding" gyp ERR! cwd /opt/iobroker/node_modules/bcrypt gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/bcrypt/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/bcrypt node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.36 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) > usb@1.3.2 install /opt/iobroker/node_modules/usb > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR! stack TypeError: this is not a typed array. node-pre-gyp ERR! stack at Function.from (native) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/parse.js:33:27) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! stack at Object.Module._extensions..js (module.js:452:10) node-pre-gyp ERR! stack at Module.load (module.js:355:32) node-pre-gyp ERR! stack at Function.Module._load (module.js:310:12) node-pre-gyp ERR! stack at Module.require (module.js:365:17) node-pre-gyp ERR! stack at require (module.js:384:17) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/list.js:10:16) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/usb node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.10.3 node-pre-gyp ERR! This is a bug in `node-pre-gyp`. node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help: node-pre-gyp ERR! iobroker.inst@1.0.8 /opt/iobroker └── iobroker.vis-players@0.1.5 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/noble/node_modules/xpc-connection): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 (node_modules/bcrypt): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 (node_modules/usb): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 7 DONE iobroker.vis-players npm WARN deprecated bcrypt@1.0.3: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around bug. Upgrade to bcrypt >= v2.0.0 for improved support for newer bcrypt hashes > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) > bcrypt@1.0.3 install /opt/iobroker/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.3 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bcrypt/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/opt/iobroker/node_modules/bcrypt/lib/binding" gyp ERR! cwd /opt/iobroker/node_modules/bcrypt gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/bcrypt/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/bcrypt node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.36 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) > usb@1.3.2 install /opt/iobroker/node_modules/usb > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR! stack TypeError: this is not a typed array. node-pre-gyp ERR! stack at Function.from (native) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/parse.js:33:27) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! stack at Object.Module._extensions..js (module.js:452:10) node-pre-gyp ERR! stack at Module.load (module.js:355:32) node-pre-gyp ERR! stack at Function.Module._load (module.js:310:12) node-pre-gyp ERR! stack at Module.require (module.js:365:17) node-pre-gyp ERR! stack at require (module.js:384:17) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/list.js:10:16) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/usb node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.10.3 node-pre-gyp ERR! This is a bug in `node-pre-gyp`. node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help: node-pre-gyp ERR! iobroker.inst@1.0.8 /opt/iobroker └── iobroker.vis-timeandweather@1.1.7 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/noble/node_modules/xpc-connection): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 (node_modules/bcrypt): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 (node_modules/usb): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 7 DONE iobroker.vis-timeandweather npm WARN deprecated bcrypt@1.0.3: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around bug. Upgrade to bcrypt >= v2.0.0 for improved support for newer bcrypt hashes > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) > bcrypt@1.0.3 install /opt/iobroker/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.3 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bcrypt/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/opt/iobroker/node_modules/bcrypt/lib/binding" gyp ERR! cwd /opt/iobroker/node_modules/bcrypt gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/bcrypt/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/bcrypt node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.36 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) > usb@1.3.2 install /opt/iobroker/node_modules/usb > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR! stack TypeError: this is not a typed array. node-pre-gyp ERR! stack at Function.from (native) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/parse.js:33:27) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! stack at Object.Module._extensions..js (module.js:452:10) node-pre-gyp ERR! stack at Module.load (module.js:355:32) node-pre-gyp ERR! stack at Function.Module._load (module.js:310:12) node-pre-gyp ERR! stack at Module.require (module.js:365:17) node-pre-gyp ERR! stack at require (module.js:384:17) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/list.js:10:16) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/usb node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.10.3 node-pre-gyp ERR! This is a bug in `node-pre-gyp`. node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help: node-pre-gyp ERR! iobroker.inst@1.0.8 /opt/iobroker └── iobroker.vis-weather@1.2.0 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/noble/node_modules/xpc-connection): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 (node_modules/bcrypt): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 (node_modules/usb): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 7 DONE iobroker.vis-weather npm WARN deprecated bcrypt@1.0.3: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around bug. Upgrade to bcrypt >= v2.0.0 for improved support for newer bcrypt hashes > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) > bcrypt@1.0.3 install /opt/iobroker/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.3 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bcrypt/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/opt/iobroker/node_modules/bcrypt/lib/binding" gyp ERR! cwd /opt/iobroker/node_modules/bcrypt gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/bcrypt/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/bcrypt node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.36 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) > usb@1.3.2 install /opt/iobroker/node_modules/usb > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR! stack TypeError: this is not a typed array. node-pre-gyp ERR! stack at Function.from (native) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/parse.js:33:27) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! stack at Object.Module._extensions..js (module.js:452:10) node-pre-gyp ERR! stack at Module.load (module.js:355:32) node-pre-gyp ERR! stack at Function.Module._load (module.js:310:12) node-pre-gyp ERR! stack at Module.require (module.js:365:17) node-pre-gyp ERR! stack at require (module.js:384:17) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/list.js:10:16) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/usb node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.10.3 node-pre-gyp ERR! This is a bug in `node-pre-gyp`. node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help: node-pre-gyp ERR! iobroker.inst@1.0.8 /opt/iobroker └─┬ iobroker.web@2.4.1 ├── passport@0.4.0 └─┬ socket.io-client@1.7.2 ├── component-emitter@1.2.1 ├─┬ debug@2.3.3 │ └── ms@0.7.2 └─┬ engine.io-client@1.8.2 ├── component-emitter@1.2.1 deduped ├── debug@2.3.3 deduped └── ws@1.1.1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/noble/node_modules/xpc-connection): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 (node_modules/bcrypt): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 (node_modules/usb): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 7 DONE iobroker.web npm WARN deprecated bcrypt@1.0.3: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around bug. Upgrade to bcrypt >= v2.0.0 for improved support for newer bcrypt hashes > curve25519-n@1.4.0 install /opt/iobroker/node_modules/curve25519-n > node-gyp rebuild gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/curve25519-n/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/curve25519-n/build“ wird betreten CXX(target) Release/obj.target/curve/node_curve.o SOLINK_MODULE(target) Release/obj.target/curve.node COPY Release/curve.node make: Verzeichnis „/opt/iobroker/node_modules/curve25519-n/build“ wird verlassen > ed25519-hap@0.0.5 install /opt/iobroker/node_modules/ed25519-hap > node-gyp rebuild gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/ed25519-hap/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/ed25519-hap/build“ wird betreten CC(target) Release/obj.target/ed25519/src/ed25519/keypair.o CC(target) Release/obj.target/ed25519/src/ed25519/sign.o CC(target) Release/obj.target/ed25519/src/ed25519/open.o CC(target) Release/obj.target/ed25519/src/ed25519/crypto_verify_32.o CC(target) Release/obj.target/ed25519/src/ed25519/ge_double_scalarmult.o CC(target) Release/obj.target/ed25519/src/ed25519/ge_frombytes.o CC(target) Release/obj.target/ed25519/src/ed25519/ge_scalarmult_base.o CC(target) Release/obj.target/ed25519/src/ed25519/ge_precomp_0.o CC(target) Release/obj.target/ed25519/src/ed25519/ge_p2_0.o CC(target) Release/obj.target/ed25519/src/ed25519/ge_p2_dbl.o CC(target) Release/obj.target/ed25519/src/ed25519/ge_p3_0.o CC(target) Release/obj.target/ed25519/src/ed25519/ge_p3_dbl.o CC(target) Release/obj.target/ed25519/src/ed25519/ge_p3_to_p2.o CC(target) Release/obj.target/ed25519/src/ed25519/ge_p3_to_cached.o CC(target) Release/obj.target/ed25519/src/ed25519/ge_p3_tobytes.o CC(target) Release/obj.target/ed25519/src/ed25519/ge_madd.o CC(target) Release/obj.target/ed25519/src/ed25519/ge_add.o CC(target) Release/obj.target/ed25519/src/ed25519/ge_msub.o CC(target) Release/obj.target/ed25519/src/ed25519/ge_sub.o CC(target) Release/obj.target/ed25519/src/ed25519/ge_p1p1_to_p3.o CC(target) Release/obj.target/ed25519/src/ed25519/ge_p1p1_to_p2.o CC(target) Release/obj.target/ed25519/src/ed25519/ge_tobytes.o CC(target) Release/obj.target/ed25519/src/ed25519/fe_0.o CC(target) Release/obj.target/ed25519/src/ed25519/fe_1.o CC(target) Release/obj.target/ed25519/src/ed25519/fe_cmov.o CC(target) Release/obj.target/ed25519/src/ed25519/fe_copy.o CC(target) Release/obj.target/ed25519/src/ed25519/fe_neg.o CC(target) Release/obj.target/ed25519/src/ed25519/fe_add.o CC(target) Release/obj.target/ed25519/src/ed25519/fe_sub.o CC(target) Release/obj.target/ed25519/src/ed25519/fe_mul.o CC(target) Release/obj.target/ed25519/src/ed25519/fe_sq.o CC(target) Release/obj.target/ed25519/src/ed25519/fe_sq2.o CC(target) Release/obj.target/ed25519/src/ed25519/fe_invert.o CC(target) Release/obj.target/ed25519/src/ed25519/fe_tobytes.o CC(target) Release/obj.target/ed25519/src/ed25519/fe_isnegative.o CC(target) Release/obj.target/ed25519/src/ed25519/fe_isnonzero.o CC(target) Release/obj.target/ed25519/src/ed25519/fe_frombytes.o CC(target) Release/obj.target/ed25519/src/ed25519/fe_pow22523.o CC(target) Release/obj.target/ed25519/src/ed25519/sc_reduce.o CC(target) Release/obj.target/ed25519/src/ed25519/sc_muladd.o CXX(target) Release/obj.target/ed25519/src/ed25519.o SOLINK_MODULE(target) Release/obj.target/ed25519.node COPY Release/ed25519.node make: Verzeichnis „/opt/iobroker/node_modules/ed25519-hap/build“ wird verlassen > serialport@4.0.7 install /opt/iobroker/node_modules/serialport > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/serialport/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release" gyp ERR! cwd /opt/iobroker/node_modules/serialport gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.32 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1) > bcrypt@1.0.3 install /opt/iobroker/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.3/bcrypt_lib-v1.0.3-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for bcrypt@1.0.3 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp) gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bcrypt/.node-gyp" make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird betreten make: *** Keine Regel vorhanden, um das Ziel „../.node-gyp/4.0.0/include/node/common.gypi“, benötigt von „Makefile“, zu erstellen. Schluss. make: Verzeichnis „/opt/iobroker/node_modules/bcrypt/build“ wird verlassen gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 4.14.52-v7+ gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/opt/iobroker/node_modules/bcrypt/lib/binding" gyp ERR! cwd /opt/iobroker/node_modules/bcrypt gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.6.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) node-pre-gyp ERR! stack at ChildProcess. (/opt/iobroker/node_modules/bcrypt/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at emitTwo (events.js:87:13) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:817:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/bcrypt node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.6.36 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/opt/iobroker/node_modules/bcrypt/lib/binding' (1) > usb@1.3.2 install /opt/iobroker/node_modules/usb > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR! stack TypeError: this is not a typed array. node-pre-gyp ERR! stack at Function.from (native) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/parse.js:33:27) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! stack at Object.Module._extensions..js (module.js:452:10) node-pre-gyp ERR! stack at Module.load (module.js:355:32) node-pre-gyp ERR! stack at Function.Module._load (module.js:310:12) node-pre-gyp ERR! stack at Module.require (module.js:365:17) node-pre-gyp ERR! stack at require (module.js:384:17) node-pre-gyp ERR! stack at Object. (/opt/iobroker/node_modules/tar/lib/list.js:10:16) node-pre-gyp ERR! stack at Module._compile (module.js:434:26) node-pre-gyp ERR! System Linux 4.14.52-v7+ node-pre-gyp ERR! command "/usr/local/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /opt/iobroker/node_modules/usb node-pre-gyp ERR! node -v v4.0.0 node-pre-gyp ERR! node-pre-gyp -v v0.10.3 node-pre-gyp ERR! This is a bug in `node-pre-gyp`. node-pre-gyp ERR! Try to update node-pre-gyp and file an issue if it does not help: node-pre-gyp ERR! iobroker.inst@1.0.8 /opt/iobroker └─┬ iobroker.yahka@0.7.1 ├── dev-null@0.1.1 ├─┬ hap-nodejs@0.4.47 │ ├─┬ bonjour-hap@3.5.1 │ │ ├── array-flatten@2.1.1 │ │ ├── deep-equal@1.0.1 │ │ ├── dns-equal@1.0.0 │ │ ├─┬ dns-txt@2.0.2 │ │ │ └── buffer-indexof@1.1.1 │ │ ├─┬ multicast-dns@6.2.3 │ │ │ └── thunky@1.0.2 │ │ └── multicast-dns-service-types@1.1.0 │ ├── buffer-shims@1.0.0 │ ├─┬ curve25519-n@1.4.0 │ │ ├── bindings@1.3.0 │ │ └── nan@2.10.0 │ ├── decimal.js@7.5.1 │ ├─┬ ed25519-hap@0.0.5 │ │ ├── bindings@1.3.0 │ │ └── nan@2.10.0 │ ├── fast-srp-hap@1.0.1 │ └─┬ node-persist@0.0.11 │ └── q@1.1.2 ├── macaddress@0.2.8 └── util@0.10.4 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/noble/node_modules/xpc-connection): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/serialport): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 (node_modules/bcrypt): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bcrypt@1.0.3 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 (node_modules/usb): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: usb@1.3.2 install: `node-pre-gyp install --fallback-to-build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 7 DONE iobroker.yahka got /opt/iobroker/node_modules/iobroker.alexa2/admin upload [3] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/words.js words.js application/javascript upload [2] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/index_m.html index_m.html text/html upload [1] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/index.html index.html text/html upload [0] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/alexa.png alexa.png image/png got /opt/iobroker/node_modules/iobroker.node-red/admin upload [3] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/words.js words.js application/javascript upload [2] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/node-red.png node-red.png image/png upload [1] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/index_m.html index_m.html text/html upload [0] node-red.admin /opt/iobroker/node_modules/iobroker.node-red/admin/index.html index.html text/html got /opt/iobroker/node_modules/iobroker.landroid-s/admin upload [4] landroid-s.admin /opt/iobroker/node_modules/iobroker.landroid-s/admin/words.js words.js application/javascript upload [3] landroid-s.admin /opt/iobroker/node_modules/iobroker.landroid-s/admin/landroid-s2.png landroid-s2.png image/png upload [2] landroid-s.admin /opt/iobroker/node_modules/iobroker.landroid-s/admin/landroid-s.png landroid-s.png image/png upload [1] landroid-s.admin /opt/iobroker/node_modules/iobroker.landroid-s/admin/index_m.html index_m.html text/html upload [0] landroid-s.admin /opt/iobroker/node_modules/iobroker.landroid-s/admin/index.html index.html text/html Adapter "system.adapter.vis.0" restarted. got /opt/iobroker/node_modules/iobroker.landroid-s/www upload [1] landroid-s /opt/iobroker/node_modules/iobroker.landroid-s/www/index.html index.html text/html upload [0] landroid-s /opt/iobroker/node_modules/iobroker.landroid-s/www/README.md README.md text/markdown got /opt/iobroker/node_modules/iobroker.text2command/admin upload [4] text2command.admin /opt/iobroker/node_modules/iobroker.text2command/admin/words.js words.js application/javascript upload [3] text2command.admin /opt/iobroker/node_modules/iobroker.text2command/admin/text2command.png text2command.png image/png upload [2] text2command.admin /opt/iobroker/node_modules/iobroker.text2command/admin/tab.js tab.js application/javascript upload [1] text2command.admin /opt/iobroker/node_modules/iobroker.text2command/admin/tab.html tab.html text/html upload [0] text2command.admin /opt/iobroker/node_modules/iobroker.text2command/admin/langModel.js langModel.js application/javascript got /opt/iobroker/node_modules/iobroker.hyperion/admin upload [3] hyperion.admin /opt/iobroker/node_modules/iobroker.hyperion/admin/words.js words.js application/javascript upload [2] hyperion.admin /opt/iobroker/node_modules/iobroker.hyperion/admin/index_m.html index_m.html text/html upload [1] hyperion.admin /opt/iobroker/node_modules/iobroker.hyperion/admin/index.html index.html text/html upload [0] hyperion.admin /opt/iobroker/node_modules/iobroker.hyperion/admin/hyperion.png hyperion.png image/png got /opt/iobroker/node_modules/iobroker.hyperion/www upload [1] hyperion /opt/iobroker/node_modules/iobroker.hyperion/www/index.html index.html text/html upload [0] hyperion /opt/iobroker/node_modules/iobroker.hyperion/www/README.md README.md text/markdown got /opt/iobroker/node_modules/iobroker.telegram/admin upload [4] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/words.js words.js application/javascript upload [3] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/telegram.png telegram.png image/png upload [2] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/index_m.html index_m.html text/html upload [1] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/index.html index.html text/html upload [0] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/blockly.js blockly.js application/javascript got /opt/iobroker/node_modules/iobroker.radar/admin upload [1] radar.admin /opt/iobroker/node_modules/iobroker.radar/admin/radar.png radar.png image/png upload [0] radar.admin /opt/iobroker/node_modules/iobroker.radar/admin/index.html index.html text/html got /opt/iobroker/node_modules/iobroker.tankerkoenig/admin upload [1] tankerkoenig.admin /opt/iobroker/node_modules/iobroker.tankerkoenig/admin/tankerkoenig.png tankerkoenig.png image/png upload [0] tankerkoenig.admin /opt/iobroker/node_modules/iobroker.tankerkoenig/admin/index.html index.html text/html got /opt/iobroker/node_modules/iobroker.icons-material-png/admin upload [1] icons-material-png.admin /opt/iobroker/node_modules/iobroker.icons-material-png/admin/index.html index.html text/html upload [0] icons-material-png.admin /opt/iobroker/node_modules/iobroker.icons-material-png/admin/icons-material-png.png icons-material-png.png image/png got /opt/iobroker/node_modules/iobroker.icons-material-png/www upload [1750] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/toggle/ic_star_outline_white_48dp.png toggle/ic_star_outline_white_48dp.png image/png upload [1700] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/social/ic_people_outline_white_48dp.png social/ic_people_outline_white_48dp.png image/png upload [1650] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/notification/ic_sync_white_32dp.png notification/ic_sync_white_32dp.png image/png upload [1600] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/notification/ic_live_tv_black_48dp.png notification/ic_live_tv_black_48dp.png image/png upload [1550] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/navigation/ic_menu_black_48dp.png navigation/ic_menu_black_48dp.png image/png upload [1500] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/maps/ic_terrain_black_48dp.png maps/ic_terrain_black_48dp.png image/png upload [1450] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/maps/ic_local_mall_black_48dp.png maps/ic_local_mall_black_48dp.png image/png upload [1400] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/maps/ic_directions_train_white_48dp.png maps/ic_directions_train_white_48dp.png image/png upload [1350] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/image/ic_timelapse_white_48dp.png image/ic_timelapse_white_48dp.png image/png upload [1300] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/image/ic_panorama_fisheye_black_48dp.png image/ic_panorama_fisheye_black_48dp.png image/png upload [1250] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/image/ic_hdr_weak_black_48dp.png image/ic_hdr_weak_black_48dp.png image/png upload [1200] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/image/ic_filter_7_black_48dp.png image/ic_filter_7_black_48dp.png image/png upload [1150] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/image/ic_crop_3_2_black_48dp.png image/ic_crop_3_2_black_48dp.png image/png upload [1100] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/image/ic_blur_on_black_48dp.png image/ic_blur_on_black_48dp.png image/png upload [1050] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/hardware/ic_phone_iphone_black_48dp.png hardware/ic_phone_iphone_black_48dp.png image/png upload [1000] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/hardware/ic_developer_board_black_48dp.png hardware/ic_developer_board_black_48dp.png image/png upload [950] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/editor/ic_publish_black_48dp.png editor/ic_publish_black_48dp.png image/png upload [900] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/editor/ic_format_indent_decrease_black_48dp.png editor/ic_format_indent_decrease_black_48dp.png image/png upload [850] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/device/ic_wifi_lock_black_48dp.png device/ic_wifi_lock_black_48dp.png image/png upload [800] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/device/ic_signal_wifi_0_bar_black_48dp.png device/ic_signal_wifi_0_bar_black_48dp.png image/png upload [750] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/device/ic_location_disabled_black_48dp.png device/ic_location_disabled_black_48dp.png image/png upload [700] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/device/ic_battery_charging_20_black_48dp.png device/ic_battery_charging_20_black_48dp.png image/png upload [650] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/content/ic_remove_black_48dp.png content/ic_remove_black_48dp.png image/png upload [600] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/communication/ic_voicemail_black_48dp.png communication/ic_voicemail_black_48dp.png image/png upload [550] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/communication/ic_email_white_12dp.png communication/ic_email_white_12dp.png image/png upload [500] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/av/ic_videocam_off_white_48dp.png av/ic_videocam_off_white_48dp.png image/png upload [450] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/av/ic_pause_circle_outline_white_48dp.png av/ic_pause_circle_outline_white_48dp.png image/png upload [400] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/av/ic_av_timer_black_48dp.png av/ic_av_timer_black_48dp.png image/png upload [350] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_turned_in_not_white_48dp.png action/ic_turned_in_not_white_48dp.png image/png upload [300] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_spellcheck_black_48dp.png action/ic_spellcheck_black_48dp.png image/png upload [250] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_schedule_black_48dp.png action/ic_schedule_black_48dp.png image/png upload [200] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_open_in_new_white_12dp.png action/ic_open_in_new_white_12dp.png image/png upload [150] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_highlight_remove_black_48dp.png action/ic_highlight_remove_black_48dp.png image/png upload [100] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_done_white_32dp.png action/ic_done_white_32dp.png image/png upload [90] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_done_black_16dp.png action/ic_done_black_16dp.png image/png upload [80] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_delete_black_48dp.png action/ic_delete_black_48dp.png image/png upload [70] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_chrome_reader_mode_black_48dp.png action/ic_chrome_reader_mode_black_48dp.png image/png upload [60] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_card_giftcard_black_48dp.png action/ic_card_giftcard_black_48dp.png image/png upload [50] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_bookmark_outline_white_48dp.png action/ic_bookmark_outline_white_48dp.png image/png upload [40] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_assignment_turned_in_white_48dp.png action/ic_assignment_turned_in_white_48dp.png image/png upload [30] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_assignment_black_48dp.png action/ic_assignment_black_48dp.png image/png upload [20] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_alarm_on_white_48dp.png action/ic_alarm_on_white_48dp.png image/png upload [19] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_alarm_on_black_48dp.png action/ic_alarm_on_black_48dp.png image/png upload [18] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_alarm_off_white_48dp.png action/ic_alarm_off_white_48dp.png image/png upload [17] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_alarm_off_black_48dp.png action/ic_alarm_off_black_48dp.png image/png upload [16] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_alarm_black_48dp.png action/ic_alarm_black_48dp.png image/png upload [15] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_alarm_add_white_48dp.png action/ic_alarm_add_white_48dp.png image/png upload [14] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_alarm_add_black_48dp.png action/ic_alarm_add_black_48dp.png image/png upload [13] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_add_shopping_cart_white_48dp.png action/ic_add_shopping_cart_white_48dp.png image/png upload [12] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_add_shopping_cart_black_48dp.png action/ic_add_shopping_cart_black_48dp.png image/png upload [11] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_account_circle_white_48dp.png action/ic_account_circle_white_48dp.png image/png upload [10] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_account_circle_black_48dp.png action/ic_account_circle_black_48dp.png image/png upload [9] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_account_box_white_48dp.png action/ic_account_box_white_48dp.png image/png upload [8] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_account_box_black_48dp.png action/ic_account_box_black_48dp.png image/png upload [7] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_account_balance_white_48dp.png action/ic_account_balance_white_48dp.png image/png upload [6] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_account_balance_wallet_white_48dp.png action/ic_account_balance_wallet_white_48dp.png image/png upload [5] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_account_balance_wallet_black_48dp.png action/ic_account_balance_wallet_black_48dp.png image/png upload [4] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_account_balance_black_48dp.png action/ic_account_balance_black_48dp.png image/png upload [3] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_accessibility_white_48dp.png action/ic_accessibility_white_48dp.png image/png upload [2] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_accessibility_black_48dp.png action/ic_accessibility_black_48dp.png image/png upload [1] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_3d_rotation_white_48dp.png action/ic_3d_rotation_white_48dp.png image/png upload [0] icons-material-png /opt/iobroker/node_modules/iobroker.icons-material-png/www/action/ic_3d_rotation_black_48dp.png action/ic_3d_rotation_black_48dp.png image/png got /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/admin upload [0] icons-fatcow-hosting.admin /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/admin/icons-fatcow-hosting.png icons-fatcow-hosting.png image/png got /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www upload [3900] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/zodiac_cancer.png zodiac_cancer.png image/png upload [3850] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/windy.png windy.png image/png upload [3800] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/vimeo.png vimeo.png image/png upload [3750] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/user_swimmer.png user_swimmer.png image/png upload [3700] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/user_nude_female_black.png user_nude_female_black.png image/png upload [3650] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/user_edit.png user_edit.png image/png upload [3600] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/upload_for_cloud.png upload_for_cloud.png image/png upload [3550] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/transform_move.png transform_move.png image/png upload [3500] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/token_atomic_group.png token_atomic_group.png image/png upload [3450] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/text_width.png text_width.png image/png upload [3400] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/text_area.png text_area.png image/png upload [3350] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/table_tab.png table_tab.png image/png upload [3300] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/tab_side.png tab_side.png image/png upload [3250] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/status_offline.png status_offline.png image/png upload [3200] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/speedometer.png speedometer.png image/png upload [3150] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/soap.png soap.png image/png upload [3100] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/skype.png skype.png image/png upload [3050] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/shape_square_link.png shape_square_link.png image/png upload [3000] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/server_chart.png server_chart.png image/png upload [2950] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/script_visual_studio.png script_visual_studio.png image/png upload [2900] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/sallary_deferrais.png sallary_deferrais.png image/png upload [2850] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/roadworks.png roadworks.png image/png upload [2800] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/relationship_report.png relationship_report.png image/png upload [2750] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/qip_online.png qip_online.png image/png upload [2700] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/power_supply.png power_supply.png image/png upload [2650] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/picture_position.png picture_position.png image/png upload [2600] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/pc_linux_os.png pc_linux_os.png image/png upload [2550] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/page_white_link.png page_white_link.png image/png upload [2500] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/page_find.png page_find.png image/png upload [2450] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/open_share.png open_share.png image/png upload [2400] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/newspaper_add.png newspaper_add.png image/png upload [2350] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/mouse_pc.png mouse_pc.png image/png upload [2300] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/microformats.png microformats.png image/png upload [2250] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/mandriva.png mandriva.png image/png upload [2200] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/list.png list.png image/png upload [2150] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/layouts_join_vertical.png layouts_join_vertical.png image/png upload [2100] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/layer_redraw.png layer_redraw.png image/png upload [2050] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/key_s.png key_s.png image/png upload [2000] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/installer_box.png installer_box.png image/png upload [1950] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/http_status_permanent.png http_status_permanent.png image/png upload [1900] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/headphone_mic.png headphone_mic.png image/png upload [1850] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/google_wave.png google_wave.png image/png upload [1800] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/from_access.png from_access.png image/png upload [1750] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/folder_table.png folder_table.png image/png upload [1700] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/flag_wallis_and_futuna.png flag_wallis_and_futuna.png image/png upload [1650] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/flag_sao_tome_and_principe.png flag_sao_tome_and_principe.png image/png upload [1600] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/flag_mexico.png flag_mexico.png image/png upload [1550] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/flag_guam.png flag_guam.png image/png upload [1500] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/flag_comoros.png flag_comoros.png image/png upload [1450] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/firewall.png firewall.png image/png upload [1400] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/file_extension_tgz.png file_extension_tgz.png image/png upload [1350] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/file_extension_gif.png file_extension_gif.png image/png upload [1300] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/eye_red.png eye_red.png image/png upload [1250] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/emotion_surrender.png emotion_surrender.png image/png upload [1200] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/emotion_love.png emotion_love.png image/png upload [1150] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/emotion_doze.png emotion_doze.png image/png upload [1100] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/emails.png emails.png image/png upload [1050] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/dvd_go.png dvd_go.png image/png upload [1000] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/draw_airbrush.png draw_airbrush.png image/png upload [950] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/document_page.png document_page.png image/png upload [900] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/dinersclub.png dinersclub.png image/png upload [850] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/database_repeat_entry.png database_repeat_entry.png image/png upload [800] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/cup_add.png cup_add.png image/png upload [750] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/control_play.png control_play.png image/png upload [700] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/comment_white.png comment_white.png image/png upload [650] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/coin_single_silver.png coin_single_silver.png image/png upload [600] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/chiken_leg.png chiken_leg.png image/png upload [550] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/chart_curve.png chart_curve.png image/png upload [500] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/cash_register_right.png cash_register_right.png image/png upload [450] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/candy_cane.png candy_cane.png image/png upload [400] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/bullet_world.png bullet_world.png image/png upload [350] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/bullet_bug.png bullet_bug.png image/png upload [300] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/breeze.png breeze.png image/png upload [250] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/book_spelling.png book_spelling.png image/png upload [200] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/bedo.png bedo.png image/png upload [150] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/award_star_silver_blue.png award_star_silver_blue.png image/png upload [100] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/application_view_tile.png application_view_tile.png image/png upload [90] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/application_side_list.png application_side_list.png image/png upload [80] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/application_key.png application_key.png image/png upload [70] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/application_error.png application_error.png image/png upload [60] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/apple.png apple.png image/png upload [50] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/anchor.png anchor.png image/png upload [40] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/align_bellow.png align_bellow.png image/png upload [30] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/advanced_dns_zone_editor.png advanced_dns_zone_editor.png image/png upload [20] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/add_package.png add_package.png image/png upload [19] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/add_on.png add_on.png image/png upload [18] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/add_dns_zone.png add_dns_zone.png image/png upload [17] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/add.png add.png image/png upload [16] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/active_sessions.png active_sessions.png image/png upload [15] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/action_log.png action_log.png image/png upload [14] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/action.png action.png image/png upload [13] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/acoustic_guitar.png acoustic_guitar.png image/png upload [12] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/acorn.png acorn.png image/png upload [11] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/account_menu.png account_menu.png image/png upload [10] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/account_functions.png account_functions.png image/png upload [9] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/account_balances.png account_balances.png image/png upload [8] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/accordion.png accordion.png image/png upload [7] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/access_imports.png access_imports.png image/png upload [6] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/access_exports.png access_exports.png image/png upload [5] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/accept_document.png accept_document.png image/png upload [4] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/accept_button.png accept_button.png image/png upload [3] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/abacus.png abacus.png image/png upload [2] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/64_bit.png 64_bit.png image/png upload [1] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/3d_glasses.png 3d_glasses.png image/png upload [0] icons-fatcow-hosting /opt/iobroker/node_modules/iobroker.icons-fatcow-hosting/www/32_bit.png 32_bit.png image/png got /opt/iobroker/node_modules/iobroker.vis-bars/admin upload [1] vis-bars.admin /opt/iobroker/node_modules/iobroker.vis-bars/admin/index.html index.html text/html upload [0] vis-bars.admin /opt/iobroker/node_modules/iobroker.vis-bars/admin/bars.png bars.png image/png Update "system.adapter.vis-bars.0" Adapter "system.adapter.vis.0" restarted. got /opt/iobroker/node_modules/iobroker.feiertage/admin upload [4] feiertage.admin /opt/iobroker/node_modules/iobroker.feiertage/admin/words.js words.js application/javascript upload [3] feiertage.admin /opt/iobroker/node_modules/iobroker.feiertage/admin/index_m.html index_m.html text/html upload [2] feiertage.admin /opt/iobroker/node_modules/iobroker.feiertage/admin/index.html index.html text/html upload [1] feiertage.admin /opt/iobroker/node_modules/iobroker.feiertage/admin/holidays.js holidays.js application/javascript upload [0] feiertage.admin /opt/iobroker/node_modules/iobroker.feiertage/admin/feiertage.png feiertage.png image/png got /opt/iobroker/node_modules/iobroker.fritzdect/admin upload [3] fritzdect.admin /opt/iobroker/node_modules/iobroker.fritzdect/admin/words.js words.js application/javascript upload [2] fritzdect.admin /opt/iobroker/node_modules/iobroker.fritzdect/admin/index_m.html index_m.html text/html upload [1] fritzdect.admin /opt/iobroker/node_modules/iobroker.fritzdect/admin/index.html index.html text/html upload [0] fritzdect.admin /opt/iobroker/node_modules/iobroker.fritzdect/admin/fritzdect_logo.png fritzdect_logo.png image/png Adapter "system.adapter.vis.0" restarted. got /opt/iobroker/node_modules/iobroker.vis-jqui-mfd/admin upload [0] vis-jqui-mfd.admin /opt/iobroker/node_modules/iobroker.vis-jqui-mfd/admin/jqui-mfd.png jqui-mfd.png image/png Update "system.adapter.vis-jqui-mfd.0" Adapter "system.adapter.vis.0" restarted. got /opt/iobroker/node_modules/iobroker.vis-players/admin upload [0] vis-players.admin /opt/iobroker/node_modules/iobroker.vis-players/admin/players.png players.png image/png Update "system.adapter.vis-players.0" Adapter "system.adapter.vis.0" restarted. got /opt/iobroker/node_modules/iobroker.alexa/admin upload [2] alexa.admin /opt/iobroker/node_modules/iobroker.alexa/admin/index.html index.html text/html upload [1] alexa.admin /opt/iobroker/node_modules/iobroker.alexa/admin/alexa.png alexa.png image/png upload [0] alexa.admin /opt/iobroker/node_modules/iobroker.alexa/admin/alexa 512x512.png alexa 512x512.png image/png Update "system.adapter.alexa.0" got /opt/iobroker/node_modules/iobroker.yahka/admin upload [19] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/yahka.png yahka.png image/png upload [18] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/yahka.admin.js.map yahka.admin.js.map application/json upload [17] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/yahka.admin.js yahka.admin.js application/javascript upload [16] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/words.js words.js application/javascript upload [15] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/index_m.html index_m.html text/html upload [14] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/index.html index.html text/html upload [13] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/home_icon_large.png home_icon_large.png image/png upload [12] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/js/metro.min.js ext/metroui/js/metro.min.js application/javascript upload [11] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/fonts/selection.json ext/metroui/fonts/selection.json application/json upload [10] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/fonts/metro.woff ext/metroui/fonts/metro.woff application/font-woff upload [9] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/fonts/metro.ttf ext/metroui/fonts/metro.ttf application/x-font-ttf upload [8] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/fonts/metro.svg ext/metroui/fonts/metro.svg image/svg+xml upload [7] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/fonts/metro.eot ext/metroui/fonts/metro.eot application/vnd.ms-fontobject upload [6] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/css/metro.min.css ext/metroui/css/metro.min.css text/css upload [5] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/css/metro-schemes.min.css ext/metroui/css/metro-schemes.min.css text/css upload [4] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/css/metro-rtl.min.css ext/metroui/css/metro-rtl.min.css text/css upload [3] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/css/metro-responsive.min.css ext/metroui/css/metro-responsive.min.css text/css upload [2] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/css/metro-icons.min.css ext/metroui/css/metro-icons.min.css text/css upload [1] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/ext/metroui/css/metro-colors.min.css ext/metroui/css/metro-colors.min.css text/css upload [0] yahka.admin /opt/iobroker/node_modules/iobroker.yahka/admin/css/yahka.admin.css css/yahka.admin.css text/css got /opt/iobroker/node_modules/iobroker.ical/admin upload [3] ical.admin /opt/iobroker/node_modules/iobroker.ical/admin/words.js words.js application/javascript upload [2] ical.admin /opt/iobroker/node_modules/iobroker.ical/admin/index_m.html index_m.html text/html upload [1] ical.admin /opt/iobroker/node_modules/iobroker.ical/admin/index.html index.html text/html upload [0] ical.admin /opt/iobroker/node_modules/iobroker.ical/admin/ical.png ical.png image/png got /opt/iobroker/node_modules/iobroker.vis-canvas-gauges/admin upload [0] vis-canvas-gauges.admin /opt/iobroker/node_modules/iobroker.vis-canvas-gauges/admin/vis-canvas-gauges.png vis-canvas-gauges.png image/png Update "system.adapter.vis-canvas-gauges.0" Adapter "system.adapter.vis.0" restarted. got /opt/iobroker/node_modules/iobroker.vis-justgage/admin upload [1] vis-justgage.admin /opt/iobroker/node_modules/iobroker.vis-justgage/admin/justgage.png justgage.png image/png upload [0] vis-justgage.admin /opt/iobroker/node_modules/iobroker.vis-justgage/admin/index.html index.html text/html Update "system.adapter.vis-justgage.0" Adapter "system.adapter.vis.0" restarted. got /opt/iobroker/node_modules/iobroker.vis-fancyswitch/admin upload [1] vis-fancyswitch.admin /opt/iobroker/node_modules/iobroker.vis-fancyswitch/admin/index.html index.html text/html upload [0] vis-fancyswitch.admin /opt/iobroker/node_modules/iobroker.vis-fancyswitch/admin/fancyswitch.png fancyswitch.png image/png Update "system.adapter.vis-fancyswitch.0" Adapter "system.adapter.vis.0" restarted. got /opt/iobroker/node_modules/iobroker.sonoff/admin upload [3] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/words.js words.js application/javascript upload [2] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/sonoff.png sonoff.png image/png upload [1] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index_m.html index_m.html text/html upload [0] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index.html index.html text/html got /opt/iobroker/node_modules/iobroker.vis-timeandweather/admin upload [1] vis-timeandweather.admin /opt/iobroker/node_modules/iobroker.vis-timeandweather/admin/timeandweather.png timeandweather.png image/png upload [0] vis-timeandweather.admin /opt/iobroker/node_modules/iobroker.vis-timeandweather/admin/index.html index.html text/html Update "system.adapter.vis-timeandweather.0" Adapter "system.adapter.vis.0" restarted. got /opt/iobroker/node_modules/iobroker.vis-weather/admin upload [3] vis-weather.admin /opt/iobroker/node_modules/iobroker.vis-weather/admin/words.js words.js application/javascript upload [2] vis-weather.admin /opt/iobroker/node_modules/iobroker.vis-weather/admin/vis-weather.png vis-weather.png image/png upload [1] vis-weather.admin /opt/iobroker/node_modules/iobroker.vis-weather/admin/index_m.html index_m.html text/html upload [0] vis-weather.admin /opt/iobroker/node_modules/iobroker.vis-weather/admin/index.html index.html text/html Update "system.adapter.vis-weather.0" Adapter "system.adapter.vis.0" restarted. got /opt/iobroker/node_modules/iobroker.vis-metro/admin upload [1] vis-metro.admin /opt/iobroker/node_modules/iobroker.vis-metro/admin/metro.png metro.png image/png upload [0] vis-metro.admin /opt/iobroker/node_modules/iobroker.vis-metro/admin/index.html index.html text/html Update "system.adapter.vis-metro.0" Adapter "system.adapter.vis.0" restarted. got /opt/iobroker/node_modules/iobroker.vis-hqwidgets/admin upload [1] vis-hqwidgets.admin /opt/iobroker/node_modules/iobroker.vis-hqwidgets/admin/index.html index.html text/html upload [0] vis-hqwidgets.admin /opt/iobroker/node_modules/iobroker.vis-hqwidgets/admin/hqwidgets.png hqwidgets.png image/png Update "system.adapter.vis-hqwidgets.0" Adapter "system.adapter.vis.0" restarted. got /opt/iobroker/node_modules/iobroker.vis-keyboard/admin upload [1] vis-keyboard.admin /opt/iobroker/node_modules/iobroker.vis-keyboard/admin/keyboard.png keyboard.png image/png upload [0] vis-keyboard.admin /opt/iobroker/node_modules/iobroker.vis-keyboard/admin/index.html index.html text/html Adapter "system.adapter.vis.0" restarted. got /opt/iobroker/node_modules/iobroker.vis/admin upload [3] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/words.js words.js application/javascript upload [2] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/vis.png vis.png image/png upload [1] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/index_m.html index_m.html text/html upload [0] vis.admin /opt/iobroker/node_modules/iobroker.vis/admin/index.html index.html text/html Update "system.adapter.vis.0" Adapter "system.adapter.vis.0" restarted. got /opt/iobroker/node_modules/iobroker.vis/www upload [300] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/tabs/jquery.sliderTabs.js widgets/tabs/jquery.sliderTabs.js application/javascript upload [250] vis /opt/iobroker/node_modules/iobroker.vis/www/widgets/basic/img/Prev_ValueBoolCtrlSvg.png widgets/basic/img/Prev_ValueBoolCtrlSvg.png image/png upload [200] vis /opt/iobroker/node_modules/iobroker.vis/www/lib/js/jquery.fancytree-all.min.js lib/js/jquery.fancytree-all.min.js application/javascript upload [150] vis /opt/iobroker/node_modules/iobroker.vis/www/js/visEditWelcome.js js/visEditWelcome.js application/javascript upload [100] vis /opt/iobroker/node_modules/iobroker.vis/www/js/fm/icon/actions/edit-rename.png js/fm/icon/actions/edit-rename.png image/png upload [90] vis /opt/iobroker/node_modules/iobroker.vis/www/js/app.js js/app.js application/javascript upload [80] vis /opt/iobroker/node_modules/iobroker.vis/www/img/garage-door-closed.png img/garage-door-closed.png image/png upload [70] vis /opt/iobroker/node_modules/iobroker.vis/www/img/bulb_off.png img/bulb_off.png image/png upload [60] vis /opt/iobroker/node_modules/iobroker.vis/www/img/bg-dots-10.svg img/bg-dots-10.svg image/svg+xml upload [50] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/tools.png icon/tools.png image/png upload [40] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/refresh-4.png icon/refresh-4.png image/png upload [30] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/door.png icon/door.png image/png upload [20] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/bar.png icon/bar.png image/png upload [19] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/align-width.png icon/align-width.png image/png upload [18] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/align-vertical-top-2.png icon/align-vertical-top-2.png image/png upload [17] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/align-vertical-center-2.png icon/align-vertical-center-2.png image/png upload [16] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/align-vertical-bottom-2.png icon/align-vertical-bottom-2.png image/png upload [15] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/align-horizontal-right-2.png icon/align-horizontal-right-2.png image/png upload [14] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/align-horizontal-left.png icon/align-horizontal-left.png image/png upload [13] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/align-horizontal-center-2.png icon/align-horizontal-center-2.png image/png upload [12] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/align-height.png icon/align-height.png image/png upload [11] vis /opt/iobroker/node_modules/iobroker.vis/www/icon/add.png icon/add.png image/png upload [10] vis /opt/iobroker/node_modules/iobroker.vis/www/edit.html edit.html text/html upload [9] vis /opt/iobroker/node_modules/iobroker.vis/www/css/vis.css css/vis.css text/css upload [8] vis /opt/iobroker/node_modules/iobroker.vis/www/css/vis-editor.css css/vis-editor.css text/css upload [7] vis /opt/iobroker/node_modules/iobroker.vis/www/css/styles.css css/styles.css text/css upload [6] vis /opt/iobroker/node_modules/iobroker.vis/www/css/montserrat-regular-webfont.woff css/montserrat-regular-webfont.woff application/font-woff upload [5] vis /opt/iobroker/node_modules/iobroker.vis/www/css/doc.css css/doc.css text/css upload [4] vis /opt/iobroker/node_modules/iobroker.vis/www/css/backgrounds.css css/backgrounds.css text/css upload [3] vis /opt/iobroker/node_modules/iobroker.vis/www/css/app.css css/app.css text/css upload [2] vis /opt/iobroker/node_modules/iobroker.vis/www/css/add_kian.css css/add_kian.css text/css upload [1] vis /opt/iobroker/node_modules/iobroker.vis/www/cordova.js cordova.js application/javascript upload [0] vis /opt/iobroker/node_modules/iobroker.vis/www/cache.manifest cache.manifest text/cache-manifest got /opt/iobroker/node_modules/iobroker.web/admin upload [3] web.admin /opt/iobroker/node_modules/iobroker.web/admin/words.js words.js application/javascript upload [2] web.admin /opt/iobroker/node_modules/iobroker.web/admin/web.png web.png image/png upload [1] web.admin /opt/iobroker/node_modules/iobroker.web/admin/index_m.html index_m.html text/html upload [0] web.admin /opt/iobroker/node_modules/iobroker.web/admin/index.html index.html text/html Update "system.adapter.web.0" got /opt/iobroker/node_modules/iobroker.web/www upload [350] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/vader/images/ui-bg_glass_95_fef1ec_1x400.png lib/css/themes/jquery-ui/vader/images/ui-bg_glass_95_fef1ec_1x400.png image/png upload [300] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png lib/css/themes/jquery-ui/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png image/png upload [250] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png lib/css/themes/jquery-ui/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png image/png upload [200] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/hot-sneaks/images/ui-icons_88a206_256x240.png lib/css/themes/jquery-ui/hot-sneaks/images/ui-icons_88a206_256x240.png image/png upload [150] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/eggplant/images/ui-icons_734d99_256x240.png lib/css/themes/jquery-ui/eggplant/images/ui-icons_734d99_256x240.png image/png upload [100] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png lib/css/themes/jquery-ui/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png image/png upload [90] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-light/images/ui-icons_2e83ff_256x240.png lib/css/themes/jquery-ui/custom-light/images/ui-icons_2e83ff_256x240.png image/png upload [80] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-dark/jquery-ui.min.css lib/css/themes/jquery-ui/custom-dark/jquery-ui.min.css text/css upload [70] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/custom-dark/images/ui-bg_glass_20_555555_1x400.png lib/css/themes/jquery-ui/custom-dark/images/ui-bg_glass_20_555555_1x400.png image/png upload [60] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png lib/css/themes/jquery-ui/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png image/png upload [50] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/blitzer/jquery-ui.css lib/css/themes/jquery-ui/blitzer/jquery-ui.css text/css upload [40] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/blitzer/images/ui-bg_flat_0_333333_40x100.png lib/css/themes/jquery-ui/blitzer/images/ui-bg_flat_0_333333_40x100.png image/png upload [30] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-icons_4ca300_256x240.png lib/css/themes/jquery-ui/black-tie/images/ui-icons_4ca300_256x240.png image/png upload [20] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/themes/jquery-ui/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png lib/css/themes/jquery-ui/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png image/png upload [19] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/style.css lib/css/style.css text/css upload [18] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/materialize.css lib/css/materialize.css text/css upload [17] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/jqGrid/ui.jqgrid-4.5.4.css lib/css/jqGrid/ui.jqgrid-4.5.4.css text/css upload [16] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/jqGrid/ellipsis-xbl.xml lib/css/jqGrid/ellipsis-xbl.xml text/xml upload [15] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/iob/selectID.css.map lib/css/iob/selectID.css.map application/json upload [14] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/iob/selectID.css lib/css/iob/selectID.css text/css upload [13] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/ui.fancytree.min.css lib/css/fancytree/ui.fancytree.min.css text/css upload [12] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/ui.fancytree.min-win7.css lib/css/fancytree/ui.fancytree.min-win7.css text/css upload [11] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/ui.fancytree.jquery.min.css lib/css/fancytree/ui.fancytree.jquery.min.css text/css upload [10] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/state.png lib/css/fancytree/state.png image/png upload [9] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/state.pdn lib/css/fancytree/state.pdn application/octet-stream upload [8] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/loading.gif lib/css/fancytree/loading.gif image/gif upload [7] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/icons.gif lib/css/fancytree/icons.gif image/gif upload [6] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/device.png lib/css/fancytree/device.png image/png upload [5] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/device.pdn lib/css/fancytree/device.pdn application/octet-stream upload [4] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/channel.png lib/css/fancytree/channel.png image/png upload [3] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/fancytree/channel.pdn lib/css/fancytree/channel.pdn application/octet-stream upload [2] web /opt/iobroker/node_modules/iobroker.web/www/lib/css/bootstrap.min.css lib/css/bootstrap.min.css text/css upload [1] web /opt/iobroker/node_modules/iobroker.web/www/index.html index.html text/html upload [0] web /opt/iobroker/node_modules/iobroker.web/www/admin/img/admin.png admin/img/admin.png image/png got /opt/iobroker/node_modules/iobroker.cloud/admin upload [6] cloud.admin /opt/iobroker/node_modules/iobroker.cloud/admin/words.js words.js application/javascript upload [5] cloud.admin /opt/iobroker/node_modules/iobroker.cloud/admin/index_m.html index_m.html text/html upload [4] cloud.admin /opt/iobroker/node_modules/iobroker.cloud/admin/index.html index.html text/html upload [3] cloud.admin /opt/iobroker/node_modules/iobroker.cloud/admin/cloud.png cloud.png image/png upload [2] cloud.admin /opt/iobroker/node_modules/iobroker.cloud/admin/blockly.js blockly.js application/javascript upload [1] cloud.admin /opt/iobroker/node_modules/iobroker.cloud/admin/alexalogo.png alexalogo.png image/png upload [0] cloud.admin /opt/iobroker/node_modules/iobroker.cloud/admin/actions.js actions.js application/javascript Update "system.adapter.cloud.0" got /opt/iobroker/node_modules/iobroker.hs100/admin upload [3] hs100.admin /opt/iobroker/node_modules/iobroker.hs100/admin/words.js words.js application/javascript upload [2] hs100.admin /opt/iobroker/node_modules/iobroker.hs100/admin/index_m.html index_m.html text/html upload [1] hs100.admin /opt/iobroker/node_modules/iobroker.hs100/admin/index.html index.html text/html upload [0] hs100.admin /opt/iobroker/node_modules/iobroker.hs100/admin/hs100.png hs100.png image/png Adapter "system.adapter.vis.0" restarted. got /opt/iobroker/node_modules/iobroker.hue/admin upload [3] hue.admin /opt/iobroker/node_modules/iobroker.hue/admin/words.js words.js application/javascript upload [2] hue.admin /opt/iobroker/node_modules/iobroker.hue/admin/instruction.png instruction.png image/png upload [1] hue.admin /opt/iobroker/node_modules/iobroker.hue/admin/index.html index.html text/html upload [0] hue.admin /opt/iobroker/node_modules/iobroker.hue/admin/hue.jpeg hue.jpeg image/jpeg got /opt/iobroker/node_modules/iobroker.terminal/admin upload [1] terminal.admin /opt/iobroker/node_modules/iobroker.terminal/admin/terminal.png terminal.png image/png upload [0] terminal.admin /opt/iobroker/node_modules/iobroker.terminal/admin/index.html index.html text/html got /opt/iobroker/node_modules/iobroker.terminal/www upload [0] terminal /opt/iobroker/node_modules/iobroker.terminal/www/login/index.html login/index.html text/html got /opt/iobroker/node_modules/iobroker.javascript/admin upload [70] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/query-builder/query-builder.default.min.css query-builder/query-builder.default.min.css text/css upload [60] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/jquery.cron.css jquery.cron.css text/css upload [50] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/own/msg/es.js google-blockly/own/msg/es.js application/javascript upload [40] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/own/blocks_system.js google-blockly/own/blocks_system.js application/javascript upload [30] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/msg/js/fr.js google-blockly/msg/js/fr.js application/javascript upload [20] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/handclosed.cur google-blockly/media/handclosed.cur application/octet-stream upload [19] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/disconnect.wav google-blockly/media/disconnect.wav audio/x-wav upload [18] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/disconnect.ogg google-blockly/media/disconnect.ogg audio/ogg upload [17] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/disconnect.mp3 google-blockly/media/disconnect.mp3 audio/mpeg upload [16] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/delete.wav google-blockly/media/delete.wav audio/x-wav upload [15] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/delete.ogg google-blockly/media/delete.ogg audio/ogg upload [14] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/delete.mp3 google-blockly/media/delete.mp3 audio/mpeg upload [13] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/click.wav google-blockly/media/click.wav audio/x-wav upload [12] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/click.ogg google-blockly/media/click.ogg audio/ogg upload [11] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/click.mp3 google-blockly/media/click.mp3 audio/mpeg upload [10] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/media/1x1.gif google-blockly/media/1x1.gif image/gif upload [9] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/javascript_compressed.js google-blockly/javascript_compressed.js application/javascript upload [8] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/blocks_compressed.js google-blockly/blocks_compressed.js application/javascript upload [7] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/blockly_compressed.js google-blockly/blockly_compressed.js application/javascript upload [6] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/google-blockly/LICENSE google-blockly/LICENSE application/octet-stream upload [5] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/cron2text.js cron2text.js application/javascript upload [4] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/cron/jquery-cron.js cron/jquery-cron.js application/javascript upload [3] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/cron/jquery-cron.css cron/jquery-cron.css text/css upload [2] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/coffeescript.png coffeescript.png image/png upload [1] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/blockly.png blockly.png image/png upload [0] javascript.admin /opt/iobroker/node_modules/iobroker.javascript/admin/adminWords.js adminWords.js application/javascript Update "system.adapter.javascript.1" got /opt/iobroker/node_modules/iobroker.discovery/admin upload [3] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/words.js words.js application/javascript upload [2] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings.html settings.html text/html upload [1] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index.html index.html text/html upload [0] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/discovery.png discovery.png image/png Update "system.adapter.discovery.0" got /opt/iobroker/node_modules/iobroker.admin/admin upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png Update "system.adapter.admin.0" ./reinstall.sh: Zeile 34: Dateiende beim Suchen nach `"' erreicht. ./reinstall.sh: Zeile 37: Syntax Fehler: Unerwartetes Dateiende. pi@raspberrypi:/opt/iobroker $ node -v v4.0.0 pi@raspberrypi:/opt/iobroker $ npm -v 4.6.1 pi@raspberrypi:/opt/iobroker $ sudo iobroker start Starting iobroker controller daemon... iobroker controller daemon started. PID: 7419