NEWS
Nach Update starten Adapter nicht mehr
-
@thomas-braun said in Nach Update starten Adapter nicht mehr:
npm ls | grep -E 'github|ERR'
pi@raspberrypi:~ $ cd /opt/iobroker pi@raspberrypi:/opt/iobroker $ npm ls | grep -E 'github|ERR' npm ERR! code ELSPROBLEMS npm ERR! extraneous: @types/node-cron@2.0.5 /opt/iobroker/node_modules/@types/node-cron npm ERR! extraneous: @types/tz-offset@0.0.0 /opt/iobroker/node_modules/@types/tz-offset npm ERR! extraneous: cron@1.8.2 /opt/iobroker/node_modules/cron npm ERR! invalid: iobroker.admin@5.3.8 /opt/iobroker/node_modules/iobroker.admin npm ERR! invalid: iobroker.backitup@2.4.9 /opt/iobroker/node_modules/iobroker.backitup npm ERR! invalid: iobroker.discovery@3.0.3 /opt/iobroker/node_modules/iobroker.discovery npm ERR! invalid: iobroker.js-controller@4.0.23 /opt/iobroker/node_modules/iobroker.js-controller npm ERR! extraneous: iobroker.virtualpowermeter@1.4.6 /opt/iobroker/node_modules/iobroker.virtualpowermeter npm ERR! extraneous: moment-timezone@0.5.34 /opt/iobroker/node_modules/moment-timezone npm ERR! extraneous: node-cron@2.0.3 /opt/iobroker/node_modules/node-cron npm ERR! extraneous: opencollective-postinstall@2.0.3 /opt/iobroker/node_modules/opencollective-postinstall npm ERR! extraneous: tz-offset@0.0.1 /opt/iobroker/node_modules/tz-offset npm ERR! A complete log of this run can be found in: npm ERR! /home/iobroker/.npm/_logs/2022-07-21T10_27_50_949Z-debug-0.log pi@raspberrypi:/opt/iobroker $ -
@thomas-braun said in Nach Update starten Adapter nicht mehr:
npm ls | grep -E 'github|ERR'
pi@raspberrypi:~ $ cd /opt/iobroker pi@raspberrypi:/opt/iobroker $ npm ls | grep -E 'github|ERR' npm ERR! code ELSPROBLEMS npm ERR! extraneous: @types/node-cron@2.0.5 /opt/iobroker/node_modules/@types/node-cron npm ERR! extraneous: @types/tz-offset@0.0.0 /opt/iobroker/node_modules/@types/tz-offset npm ERR! extraneous: cron@1.8.2 /opt/iobroker/node_modules/cron npm ERR! invalid: iobroker.admin@5.3.8 /opt/iobroker/node_modules/iobroker.admin npm ERR! invalid: iobroker.backitup@2.4.9 /opt/iobroker/node_modules/iobroker.backitup npm ERR! invalid: iobroker.discovery@3.0.3 /opt/iobroker/node_modules/iobroker.discovery npm ERR! invalid: iobroker.js-controller@4.0.23 /opt/iobroker/node_modules/iobroker.js-controller npm ERR! extraneous: iobroker.virtualpowermeter@1.4.6 /opt/iobroker/node_modules/iobroker.virtualpowermeter npm ERR! extraneous: moment-timezone@0.5.34 /opt/iobroker/node_modules/moment-timezone npm ERR! extraneous: node-cron@2.0.3 /opt/iobroker/node_modules/node-cron npm ERR! extraneous: opencollective-postinstall@2.0.3 /opt/iobroker/node_modules/opencollective-postinstall npm ERR! extraneous: tz-offset@0.0.1 /opt/iobroker/node_modules/tz-offset npm ERR! A complete log of this run can be found in: npm ERR! /home/iobroker/.npm/_logs/2022-07-21T10_27_50_949Z-debug-0.log pi@raspberrypi:/opt/iobroker $@tobiasp Hattest du dein System nicht vorher auf Stand gebracht?
discovery z. B.:
github: 3.0.5 latest: 3.0.5 for 34 days stable: 3.0.5 for 34 daysDu schleppst da eine 3.0.3 an.
-
@tobiasp Hattest du dein System nicht vorher auf Stand gebracht?
discovery z. B.:
github: 3.0.5 latest: 3.0.5 for 34 days stable: 3.0.5 for 34 daysDu schleppst da eine 3.0.3 an.
@thomas-braun
Lässst sich nicht updaten
$ iobroker upgrade discovery@3.0.5Update discovery from @3.0.3 to @3.0.5
NPM version: 8.11.0Installing iobroker.discovery@3.0.5... (System call)
host.raspberrypi Cannot install iobroker.discovery@3.0.5: 217
ERROR: Process exited with code 25
-
@thomas-braun
Lässst sich nicht updaten
$ iobroker upgrade discovery@3.0.5Update discovery from @3.0.3 to @3.0.5
NPM version: 8.11.0Installing iobroker.discovery@3.0.5... (System call)
host.raspberrypi Cannot install iobroker.discovery@3.0.5: 217
ERROR: Process exited with code 25
@tobiasp und mit
--debughintendran?
da sollte die Konsole gesprächiger werden -
i@raspberrypi:/opt/iobroker $ iobroker upgrade --debug This upgrade of "discovery" will introduce the following changes: ========================================================================== -> 3.0.5: Fix potential crash cases reported by Sentry -> 3.0.4: Disable configuration settings for this adapter ========================================================================== Would you like to upgrade discovery from @3.0.3 to @3.0.5 now? [(y)es, (n)o]: y Update discovery from @3.0.3 to @3.0.5 NPM version: 8.11.0 Installing iobroker.discovery@3.0.5... (System call) npm ERR! code ENOTEMPTY npm ERR! syscall rename npm ERR! path /opt/iobroker/node_modules/abort-controller npm ERR! dest /opt/iobroker/node_modules/.abort-controller-x3pdLVqa npm ERR! errno -39 npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/abort-controller' -> '/opt/iobroker/node_modules/.abort-controller-x3pdLVqa' npm ERR! A complete log of this run can be found in: npm ERR! /home/iobroker/.npm/_logs/2022-07-21T12_47_36_083Z-debug-0.log host.raspberrypi Cannot install iobroker.discovery@3.0.5: 217 pi@raspberrypi:/opt/iobroker $ -
i@raspberrypi:/opt/iobroker $ iobroker upgrade --debug This upgrade of "discovery" will introduce the following changes: ========================================================================== -> 3.0.5: Fix potential crash cases reported by Sentry -> 3.0.4: Disable configuration settings for this adapter ========================================================================== Would you like to upgrade discovery from @3.0.3 to @3.0.5 now? [(y)es, (n)o]: y Update discovery from @3.0.3 to @3.0.5 NPM version: 8.11.0 Installing iobroker.discovery@3.0.5... (System call) npm ERR! code ENOTEMPTY npm ERR! syscall rename npm ERR! path /opt/iobroker/node_modules/abort-controller npm ERR! dest /opt/iobroker/node_modules/.abort-controller-x3pdLVqa npm ERR! errno -39 npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/abort-controller' -> '/opt/iobroker/node_modules/.abort-controller-x3pdLVqa' npm ERR! A complete log of this run can be found in: npm ERR! /home/iobroker/.npm/_logs/2022-07-21T12_47_36_083Z-debug-0.log host.raspberrypi Cannot install iobroker.discovery@3.0.5: 217 pi@raspberrypi:/opt/iobroker $@tobiasp sagte in Nach Update starten Adapter nicht mehr:
/opt/iobroker/node_modules/.abort-controller-x3pdLVqa
sudo rm /opt/iobroker/node_modules/.abort-controller-x3pdLVqaDas dann für evtl. weitere Verzeichnisse analog machen. Also die Verzeichnisse mit den kryptischen Endungen löschen.
-
@tobiasp sagte in Nach Update starten Adapter nicht mehr:
/opt/iobroker/node_modules/.abort-controller-x3pdLVqa
sudo rm /opt/iobroker/node_modules/.abort-controller-x3pdLVqaDas dann für evtl. weitere Verzeichnisse analog machen. Also die Verzeichnisse mit den kryptischen Endungen löschen.
@thomas-braun @tobiasp
Da mussst du miir bitte helfen was du da genau meinst.pi@raspberrypi:~ $ sudo rm /opt/iobroker/node_modules/.abort-controller-x3pdLVqa rm: das Entfernen von '/opt/iobroker/node_modules/.abort-controller-x3pdLVqa' ist nicht möglich: Ist ein Verzeichnis pi@raspberrypi:~ $ -
@thomas-braun @tobiasp
Da mussst du miir bitte helfen was du da genau meinst.pi@raspberrypi:~ $ sudo rm /opt/iobroker/node_modules/.abort-controller-x3pdLVqa rm: das Entfernen von '/opt/iobroker/node_modules/.abort-controller-x3pdLVqa' ist nicht möglich: Ist ein Verzeichnis pi@raspberrypi:~ $ -
@thomas-braun Bringt immer noch FEhler
@raspberrypi:~ $ iobroker upgrade --debug This upgrade of "discovery" will introduce the following changes: ========================================================================== -> 3.0.5: Fix potential crash cases reported by Sentry -> 3.0.4: Disable configuration settings for this adapter ========================================================================== Would you like to upgrade discovery from @3.0.3 to @3.0.5 now? [(y)es, (n)o]: y Update discovery from @3.0.3 to @3.0.5 NPM version: 8.11.0 Installing iobroker.discovery@3.0.5... (System call) npm ERR! code ENOTEMPTY npm ERR! syscall rename npm ERR! path /opt/iobroker/node_modules/accepts npm ERR! dest /opt/iobroker/node_modules/.accepts-rBwU1CL7 npm ERR! errno -39 npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/accepts' -> '/opt/iobroker/node_modules/.accepts-rBwU1CL7' npm ERR! A complete log of this run can be found in: npm ERR! /home/iobroker/.npm/_logs/2022-07-21T13_21_25_599Z-debug-0.log host.raspberrypi Cannot install iobroker.discovery@3.0.5: 217 pi@raspberrypi:~ $ -
@thomas-braun Bringt immer noch FEhler
@raspberrypi:~ $ iobroker upgrade --debug This upgrade of "discovery" will introduce the following changes: ========================================================================== -> 3.0.5: Fix potential crash cases reported by Sentry -> 3.0.4: Disable configuration settings for this adapter ========================================================================== Would you like to upgrade discovery from @3.0.3 to @3.0.5 now? [(y)es, (n)o]: y Update discovery from @3.0.3 to @3.0.5 NPM version: 8.11.0 Installing iobroker.discovery@3.0.5... (System call) npm ERR! code ENOTEMPTY npm ERR! syscall rename npm ERR! path /opt/iobroker/node_modules/accepts npm ERR! dest /opt/iobroker/node_modules/.accepts-rBwU1CL7 npm ERR! errno -39 npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/accepts' -> '/opt/iobroker/node_modules/.accepts-rBwU1CL7' npm ERR! A complete log of this run can be found in: npm ERR! /home/iobroker/.npm/_logs/2022-07-21T13_21_25_599Z-debug-0.log host.raspberrypi Cannot install iobroker.discovery@3.0.5: 217 pi@raspberrypi:~ $Das dann für evtl. weitere Verzeichnisse analog machen. Also die Verzeichnisse mit den kryptischen Endungen löschen.
-
@thomas-braun Bringt immer noch FEhler
@raspberrypi:~ $ iobroker upgrade --debug This upgrade of "discovery" will introduce the following changes: ========================================================================== -> 3.0.5: Fix potential crash cases reported by Sentry -> 3.0.4: Disable configuration settings for this adapter ========================================================================== Would you like to upgrade discovery from @3.0.3 to @3.0.5 now? [(y)es, (n)o]: y Update discovery from @3.0.3 to @3.0.5 NPM version: 8.11.0 Installing iobroker.discovery@3.0.5... (System call) npm ERR! code ENOTEMPTY npm ERR! syscall rename npm ERR! path /opt/iobroker/node_modules/accepts npm ERR! dest /opt/iobroker/node_modules/.accepts-rBwU1CL7 npm ERR! errno -39 npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/accepts' -> '/opt/iobroker/node_modules/.accepts-rBwU1CL7' npm ERR! A complete log of this run can be found in: npm ERR! /home/iobroker/.npm/_logs/2022-07-21T13_21_25_599Z-debug-0.log host.raspberrypi Cannot install iobroker.discovery@3.0.5: 217 pi@raspberrypi:~ $@tobiasp sagte in Nach Update starten Adapter nicht mehr:
@thomas-braun Bringt immer noch FEhler
@thomas-braun sagte in Nach Update starten Adapter nicht mehr:
Das dann für evtl. weitere Verzeichnisse analog machen. Also die Verzeichnisse mit den kryptischen Endungen löschen.
-
@tobiasp sagte in Nach Update starten Adapter nicht mehr:
@thomas-braun Bringt immer noch FEhler
@thomas-braun sagte in Nach Update starten Adapter nicht mehr:
Das dann für evtl. weitere Verzeichnisse analog machen. Also die Verzeichnisse mit den kryptischen Endungen löschen.
-
@tobiasp sagte in Nach Update starten Adapter nicht mehr:
das sind ja ewig viele
Das hängt von der jeweiligen Installation ab, wie viele da sind. Kann von Null bis mehrere Dutzend alles mögliche sein.
-
@tobiasp sagte in Nach Update starten Adapter nicht mehr:
das sind ja ewig viele
Das hängt von der jeweiligen Installation ab, wie viele da sind. Kann von Null bis mehrere Dutzend alles mögliche sein.
@thomas-braun
aber herausfinden geht nur wenn man immer wieder startet und dann die DAtei löscht -
@thomas-braun
aber herausfinden geht nur wenn man immer wieder startet und dann die DAtei löscht@tobiasp
Und die Adapter starten deswegen nicht oder? Was sind dann das für FEhlermedungen noch ?host.raspberrypi 2022-07-21 16:13:54.442 error iobroker npm-install: host.raspberrypi Cannot install iobroker.vis-icontwo@0.87.0: 217 host.raspberrypi 2022-07-21 16:13:21.059 error iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-open-icon-library-png@0.1.2: 217 host.raspberrypi 2022-07-21 16:09:08.447 error iobroker npm-install: host.raspberrypi Cannot install iobroker.javascript@5.7.0: 217 host.raspberrypi 2022-07-21 16:08:46.762 error iobroker npm-install: host.raspberrypi Cannot install iobroker.terminal@0.2.6: 217 host.raspberrypi 2022-07-21 16:06:03.259 error iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-material-svg@0.1.0: 217 host.raspberrypi 2022-07-21 16:05:39.038 error iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-icons8@0.0.1: 217 host.raspberrypi 2022-07-21 16:05:18.094 error iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-fatcow-hosting@0.1.0: 217 web.0 2022-07-21 16:05:14.557 error Initialization of integrated socket.io failed. Please reinstall the web adapter. host.raspberrypi 2022-07-21 16:04:57.310 error iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-mfd-svg@1.1.0: 217 host.raspberrypi 2022-07-21 16:04:22.238 error iobroker npm-install: host.raspberrypi Cannot install iobroker.fritzbox@0.2.1: 217 host.raspberrypi 2022-07-21 16:03:56.612 error iobroker npm-install: host.raspberrypi Cannot install iobroker.daswetter@3.1.2: 217 host.raspberrypi 2022-07-21 16:03:32.868 error iobroker npm-install: host.raspberrypi Cannot install iobroker.flot@1.11.0: 217 host.raspberrypi 2022-07-21 16:03:07.498 error iobroker npm-install: host.raspberrypi Cannot install iobroker.devices@1.0.12: 217 host.raspberrypi 2022-07-21 16:02:45.696 error iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-material-png@0.1.0: 217 host.raspberrypi 2022-07-21 16:02:25.479 error iobroker npm-install: host.raspberrypi Cannot install schmupu/ioBroker.pollenflug#4ae37990c9c6bcf9ae5db5bfa0c9fba70b005e7f: 217 host.raspberrypi 2022-07-21 16:02:02.520 error iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-ultimate-png@1.0.1: 217 -
@tobiasp
Und die Adapter starten deswegen nicht oder? Was sind dann das für FEhlermedungen noch ?host.raspberrypi 2022-07-21 16:13:54.442 error iobroker npm-install: host.raspberrypi Cannot install iobroker.vis-icontwo@0.87.0: 217 host.raspberrypi 2022-07-21 16:13:21.059 error iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-open-icon-library-png@0.1.2: 217 host.raspberrypi 2022-07-21 16:09:08.447 error iobroker npm-install: host.raspberrypi Cannot install iobroker.javascript@5.7.0: 217 host.raspberrypi 2022-07-21 16:08:46.762 error iobroker npm-install: host.raspberrypi Cannot install iobroker.terminal@0.2.6: 217 host.raspberrypi 2022-07-21 16:06:03.259 error iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-material-svg@0.1.0: 217 host.raspberrypi 2022-07-21 16:05:39.038 error iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-icons8@0.0.1: 217 host.raspberrypi 2022-07-21 16:05:18.094 error iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-fatcow-hosting@0.1.0: 217 web.0 2022-07-21 16:05:14.557 error Initialization of integrated socket.io failed. Please reinstall the web adapter. host.raspberrypi 2022-07-21 16:04:57.310 error iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-mfd-svg@1.1.0: 217 host.raspberrypi 2022-07-21 16:04:22.238 error iobroker npm-install: host.raspberrypi Cannot install iobroker.fritzbox@0.2.1: 217 host.raspberrypi 2022-07-21 16:03:56.612 error iobroker npm-install: host.raspberrypi Cannot install iobroker.daswetter@3.1.2: 217 host.raspberrypi 2022-07-21 16:03:32.868 error iobroker npm-install: host.raspberrypi Cannot install iobroker.flot@1.11.0: 217 host.raspberrypi 2022-07-21 16:03:07.498 error iobroker npm-install: host.raspberrypi Cannot install iobroker.devices@1.0.12: 217 host.raspberrypi 2022-07-21 16:02:45.696 error iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-material-png@0.1.0: 217 host.raspberrypi 2022-07-21 16:02:25.479 error iobroker npm-install: host.raspberrypi Cannot install schmupu/ioBroker.pollenflug#4ae37990c9c6bcf9ae5db5bfa0c9fba70b005e7f: 217 host.raspberrypi 2022-07-21 16:02:02.520 error iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-ultimate-png@1.0.1: 217Du liest aber doch schon was da steht?
@tobiasp sagte in Nach Update starten Adapter nicht mehr:
Initialization of integrated socket.io failed. Please reinstall the web adapter.
-
@tobiasp
Und die Adapter starten deswegen nicht oder? Was sind dann das für FEhlermedungen noch ?host.raspberrypi 2022-07-21 16:13:54.442 error iobroker npm-install: host.raspberrypi Cannot install iobroker.vis-icontwo@0.87.0: 217 host.raspberrypi 2022-07-21 16:13:21.059 error iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-open-icon-library-png@0.1.2: 217 host.raspberrypi 2022-07-21 16:09:08.447 error iobroker npm-install: host.raspberrypi Cannot install iobroker.javascript@5.7.0: 217 host.raspberrypi 2022-07-21 16:08:46.762 error iobroker npm-install: host.raspberrypi Cannot install iobroker.terminal@0.2.6: 217 host.raspberrypi 2022-07-21 16:06:03.259 error iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-material-svg@0.1.0: 217 host.raspberrypi 2022-07-21 16:05:39.038 error iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-icons8@0.0.1: 217 host.raspberrypi 2022-07-21 16:05:18.094 error iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-fatcow-hosting@0.1.0: 217 web.0 2022-07-21 16:05:14.557 error Initialization of integrated socket.io failed. Please reinstall the web adapter. host.raspberrypi 2022-07-21 16:04:57.310 error iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-mfd-svg@1.1.0: 217 host.raspberrypi 2022-07-21 16:04:22.238 error iobroker npm-install: host.raspberrypi Cannot install iobroker.fritzbox@0.2.1: 217 host.raspberrypi 2022-07-21 16:03:56.612 error iobroker npm-install: host.raspberrypi Cannot install iobroker.daswetter@3.1.2: 217 host.raspberrypi 2022-07-21 16:03:32.868 error iobroker npm-install: host.raspberrypi Cannot install iobroker.flot@1.11.0: 217 host.raspberrypi 2022-07-21 16:03:07.498 error iobroker npm-install: host.raspberrypi Cannot install iobroker.devices@1.0.12: 217 host.raspberrypi 2022-07-21 16:02:45.696 error iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-material-png@0.1.0: 217 host.raspberrypi 2022-07-21 16:02:25.479 error iobroker npm-install: host.raspberrypi Cannot install schmupu/ioBroker.pollenflug#4ae37990c9c6bcf9ae5db5bfa0c9fba70b005e7f: 217 host.raspberrypi 2022-07-21 16:02:02.520 error iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-ultimate-png@1.0.1: 217@tobiasp sagte in Nach Update starten Adapter nicht mehr:
pollenflug
Ist z. B. eine github-Version. Warum? Unnötig:
pollenflug github: 1.0.6 latest: 1.0.6 for 26 months stable: 1.0.6 for 26 monthsDie anderen Dinge findest du heraus, indem du die einzeln mit --debug-Option installierst. Dann gibt es mehr Infos. Sind aber bei dir schon recht viele Adapter. Sind die alle in alten Versionen installiert und harren eines Updates?
-
@tobiasp sagte in Nach Update starten Adapter nicht mehr:
pollenflug
Ist z. B. eine github-Version. Warum? Unnötig:
pollenflug github: 1.0.6 latest: 1.0.6 for 26 months stable: 1.0.6 for 26 monthsDie anderen Dinge findest du heraus, indem du die einzeln mit --debug-Option installierst. Dann gibt es mehr Infos. Sind aber bei dir schon recht viele Adapter. Sind die alle in alten Versionen installiert und harren eines Updates?
@thomas-braun
Wo sehe ich denn das ich habe immer in Iobroker die Updates gemacht! Mache ich was falsch oder wie kann ich imemr die richtige Verison installieren? -
@thomas-braun
Wo sehe ich denn das ich habe immer in Iobroker die Updates gemacht! Mache ich was falsch oder wie kann ich imemr die richtige Verison installieren?@tobiasp sagte in Nach Update starten Adapter nicht mehr:
Mache ich was falsch oder wie kann ich imemr die richtige Verison installieren?
Ich weiß nicht was du machst. Die Reihenfolge bei Installationen ist: Zuerst aus Stable, dann aus Beta (wenn der Adapter noch nicht stabil verfügbar ist) und erst wenn der gar nicht irgendwie anders aufzutreiben ist, DANN erst verwendet man die räudige 'Katze' für den Adapter. Man muss sich dann aber bewusst sein, das der Code in allen möglichen Zuständen sein kann.
-
Grüßt euch, so ich habe ein altes Backup gefunden und isntalliert und es läuft sowet eigentlicht alles mit Node 14 aber kurze Frage zur Antort aus
npm ls | grep -E 'github|ERR'Was muss ich hier machen ? DAnkeschön sorry für meine fragen
i@raspberrypi:/opt/iobroker $ npm ls | grep -E 'github|ERR' +-- ecovacs-deebot@0.6.1 (github:mrbungle64/ecovacs-deebot.js#f6ad821a3e5ea82104be702fd63d2d3db4e1ca7d) +-- eiscp@0.0.1 (github:tillbaks/node-eiscp#cefa9b53c822cdab823eaae8173b69ab357c8de7) +-- iobroker.ryd@0.3.3 (github:NemoN/ioBroker.ryd#839d73a9eee3da7ba3d292c8b03b8f98cb2ea329) | +-- samsungtv@0.0.0 (git+https://git@github.com/luca-saggese/samsungtv.git#7fc20107455414e2afb94022682e0787e8635550) +-- iobroker.sourceanalytix@0.4.12-1 (github:DrozmotiX/ioBroker.sourceanalytix#362346b297c0a21c717ec20bd8d16331bca3b22d) | +-- github-url-from-git@1.5.0 | +-- new-github-release-url@1.0.0 +-- new-github-issue-url@1.0.0 npm ERR! extraneous: @types/request@2.48.7 /opt/iobroker/node_modules/@types/request npm ERR! extraneous: acorn@8.8.0 /opt/iobroker/node_modules/acorn npm ERR! extraneous: acorn-walk@8.2.0 /opt/iobroker/node_modules/acorn-walk npm ERR! extraneous: express-fileupload@0.4.1 /opt/iobroker/node_modules/express-fileupload npm ERR! extraneous: jsonata@1.8.4 /opt/iobroker/node_modules/jsonata npm ERR! extraneous: node-ssdp@3.3.0 /opt/iobroker/node_modules/node-ssdp npm ERR! extraneous: passport@0.4.0 /opt/iobroker/node_modules/passport npm ERR! extraneous: picocolors@1.0.0 /opt/iobroker/node_modules/picocolors npm ERR! extraneous: serialport@6.2.2 /opt/iobroker/node_modules/serialport npm ERR! extraneous: typescript@4.3.5 /opt/iobroker/node_modules/typescript npm ERR! extraneous: virtual-tsc@0.6.1 /opt/iobroker/node_modules/virtual-tsc npm ERR! extraneous: vm2@3.9.3 /opt/iobroker/node_modules/vm2 npm ERR! extraneous: gulp-replace /opt/iobroker/node_modules/iobroker.javascript/node_modules/gulp-replace npm ERR! error in /opt/iobroker/node_modules/iobroker.javascript/node_modules/gulp-replace: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.javascript/node_modules/gulp-replace/package.json' npm ERR! peer dep missing: buffer@>=6.0.3, required by crc@4.1.1
Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.
Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.
Mit deinem Input könnte dieser Beitrag noch besser werden 💗
Registrieren Anmelden