NEWS
Shelly Adapter Installation fehlgeschlagen
-
Hallo,
habe ein Problem mit dem Shelly Adapter und bekomme es einfach nicht gelöst. Beim Versuch eine Instanz hinzuzufügen bekomme ich folgendes angezeigt:
npm WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js npm ERR! code 128 npm ERR! Command failed: /usr/bin/git submodule update -q --init --recursivenpm ERR! fatal: Could not change back to '/root/.npm/_cacache/tmp/git-clone-aa981a2b': Keine Berechtigung npm ERR! npm ERR! A complete log of this run can be found in:npm ERR! /root/.npm/_logs/2019-01-01T13_38_43_883Z-debug.log Cannot install iobroker.shelly: 1 ERROR: process exited with code 25
Hat jemand Lösungsvorschläge???
Hardware: RasPi ioBroker
node: 10.8.0
npm: 6.5.0.
EDIT: Code in Code-tags gesetzt; Homoran (Admin)
-
Welche Version versuchst du zu installieren? Vom GitHub oder aus dem repository?
Gesendet vom Handy …
-
die Version aus GitHub (2.0.2)
-
Da ist irgendein rechte Problem bei dir
Gesendet vom Handy …
-
Und wie kann ich das beheben???
-
Hier nochmal der gesamte Code beim Instanz einfügen.
Kann es sein das beim laden des Codes aus Github schon ein Problem auftreten kann? Weil dort zeigt er mir auch Fehler an.
$ ./iobroker add shelly --host ioBroker-RasPi host.ioBroker-RasPi install adapter shelly npm install --production (System call) in "/opt/iobroker/node_modules/iobroker.shelly" npm WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning EINTEGRITY: sha512-PVJMW4s4PJKOH+x8LhfyS63vDgtaNr2gjJWyrq2/WPwwvSviiws4IPUhtH/WnLf8VE+L8vyNUVfAxvSXwMXeAQ== integrity checksum failed when using sha512: wanted sha512-PVJMW4s4PJKOH+x8LhfyS63vDgtaNr2gjJWyrq2/WPwwvSviiws4IPUhtH/WnLf8VE+L8vyNUVfAxvSXwMXeAQ== but got sha512-y60xNKPez5GTj5+jG7fvB6t6xNqGCzKZ1xvn3AfALsU3KBGRXLlNsYYKjKvdlMCpxkwjT3XIdfNltxod7/z4fg==. (977 bytes)npm WARN registry Using stale package data from https://registry.npmjs.org/ due to a request error during revalidation. npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5 npm WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor. npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js npm ERR! code EINTEGRITYnpm ERR! errno EINTEGRITY npm ERR! Invalid response body while trying to fetch https://registry.npmjs.org/extend: Integrity verification failed for sha512-0FuCK6tpWClg8jlMS5IHZe0Uk9oqb1WC2B3L8m/QErVvUSbPdmy4GTDGQCAf+by/iwHsHmQKmmKDq4a2n6Atyw== (/root/.npm/_cacache/content-v2/sha512/d0/5b/822bab69582960f2394c4b920765ed1493da2a6f5582d81dcbf26fd012b56f5126cf766cb81930c640201ff9bcbf8b01ec1e640a9a6283ab86b69fa02dcb) npm ERR! A complete log of this run can be found in:npm ERR! /root/.npm/_logs/2019-01-01T14_58_43_133Z-debug.log Cannot install iobroker.shelly: 1 ERROR: process exited with code 25
-
Hallo,
also ich konnte das Problem beheben indem ich den iobroker komplett neu aufgesetzt habe. Irgendwas war da wohl nicht in Ordnung. Nun habe ich die node 8.x installiert anstatt 10.x und alles läuft.