NEWS
Probleme bei der Adapter-Installation (modbus)
-
Hallo zusammen,
hatte den modbus-Adapter schon mal installiert, zwischenzeitlich jedoch deinstalliert und wollte ihn nun wieder installieren. Leider klappt das aber nicht:$ iobroker add modbus auto --host raspberrypi NPM version: 6.14.16Installing iobroker.modbus@4.0.4... (System call) host.raspberrypi Cannot install iobroker.modbus@4.0.4: 1 ERROR: Process exited with code 25
Jemand eine Idee was ich falsch mache? Danke
-
-
@thomas-braun sagte in Probleme bei der Adapter-Installation (modbus):
iobroker update -i iobroker upgrade
Der Adapter ist aktuell ja gar nicht installiert, somit bringt "update" und "upgrade" doch nichts, da er dabei ja gar nicht auftaucht. Der Versuch den Adapter direkt über npm zu installieren bringt folgendes:
pi@raspberrypi:/opt/iobroker $ npm install iobroker.modbus npm WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning EINTEGRITY: sha512-TGsfQBD3Wx35TZDzxT3N3fjbcBl4Y/d00BOrZuRzkKONvE6KU+RGd95DwKxI6JLolytBdTLjejZ+psGSSdr/1Q== integrity checksum failed when using sha512: wanted sha512-TGsfQBD3Wx35TZDzxT3N3fjbcBl4Y/d00BOrZuRzkKONvE6KU+RGd95DwKxI6JLolytBdTLjejZ+psGSSdr/1Q== but got sha512-z4PhNX7vuL3xVChQ1m2AB9Yg5AULVxXcg/SpIdNs6c5H0NE8XYXysP+DGNKHfuwvY7kxvUdBeoGlODJ6+SfaPg==. (0 bytes) npm WARN registry Using stale data from https://registry.npmjs.org/ due to a request error during revalidation. npm ERR! code EINTEGRITY npm ERR! errno EINTEGRITY npm ERR! Invalid response body while trying to fetch https://registry.npmjs.org/supermixer: Integrity verification failed for sha512-TGsfQBD3Wx35TZDzxT3N3fjbcBl4Y/d00BOrZuRzkKONvE6KU+RGd95DwKxI6JLolytBdTLjejZ+psGSSdr/1Q== (/home/iobroker/.npm/_cacache/content-v2/sha512/4c/6b/1f4010f75b1df94d90f3c53dcdddf8db70197863f774d013ab66e47390a38dbc4e8a53e44677de43c0ac48e892e8972b417532e37a367ea6c19249daffd5) npm ERR! A complete log of this run can be found in: npm ERR! /home/iobroker/.npm/_logs/2022-04-11T19_48_08_411Z-debug.log
-
Du sollst ja damit auch Meldungen von npm triggern.
Lösch mal den npm cache.
npm cache clear --force
-
@thomas-braun sagte in Probleme bei der Adapter-Installation (modbus):
Du sollst ja damit auch Meldungen von npm triggern.
Lösch mal den npm cache.
npm cache clear --force
TOP, jetzt hat es geklappt!
Process exited with code 0