NEWS
UNSOLVED Backitupseit Update nur noch Fehlermeldungen und bleibt Rot
-
Systemdata Bitte Ausfüllen Hardwaresystem: Pi4 Arbeitsspeicher: 4GB Festplattenart: SD-Karte Betriebssystem: Ubuntu Node-Version: 10.x.x Nodejs-Version: 12.18.3 NPM-Version: 6.14.6 Installationsart: Skript Image genutzt: Nein Ort/Name der Imagedatei: Link Hallo zusammen,
leider läuft bei mir der Backitup Adapter nicht mehr nach dem ich wieder alles auf den aktuellen Stand gebracht habe.
Es kommen diese Fehlermeldungenhost.raspberrypi 2020-08-04 08:43:20.584 error instance system.adapter.backitup.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
host.raspberrypi 2020-08-04 08:43:20.583 error Caught by controller[0]: }
host.raspberrypi 2020-08-04 08:43:20.583 error Caught by controller[0]: requestPath: 'bignumber.js'
host.raspberrypi 2020-08-04 08:43:20.583 error Caught by controller[0]: path: '/opt/iobroker/node_modules/bignumber.js/package.json',
host.raspberrypi 2020-08-04 08:43:20.583 error Caught by controller[0]: code: 'MODULE_NOT_FOUND',
host.raspberrypi 2020-08-04 08:43:20.583 error Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:985:32) {
host.raspberrypi 2020-08-04 08:43:20.582 error Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
host.raspberrypi 2020-08-04 08:43:20.582 error Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:1137:30)
host.raspberrypi 2020-08-04 08:43:20.582 error Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/json-bigint/lib/stringify.js:1:17)
host.raspberrypi 2020-08-04 08:43:20.582 error Caught by controller[0]: at require (internal/modules/cjs/helpers.js:72:18)
host.raspberrypi 2020-08-04 08:43:20.582 error Caught by controller[0]: at Module.require (internal/modules/cjs/loader.js:1025:19)
host.raspberrypi 2020-08-04 08:43:20.581 error Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:841:27)
host.raspberrypi 2020-08-04 08:43:20.581 error Caught by controller[0]: at Function.Module._resolveFilename (internal/modules/cjs/loader.js:952:27)
host.raspberrypi 2020-08-04 08:43:20.581 error Caught by controller[0]: at Function.Module._findPath (internal/modules/cjs/loader.js:682:18)
host.raspberrypi 2020-08-04 08:43:20.581 error Caught by controller[0]: at tryPackage (internal/modules/cjs/loader.js:321:19)
host.raspberrypi 2020-08-04 08:43:20.581 error Caught by controller[0]: Error: Cannot find module '/opt/iobroker/node_modules/bignumber.js/bignumber'. Please verify that the package.json has a valid "main" entry
host.raspberrypi 2020-08-04 08:43:20.580 error Caught by controller[0]: ^
host.raspberrypi 2020-08-04 08:43:20.580 error Caught by controller[0]: throw err;
host.raspberrypi 2020-08-04 08:43:20.580 error Caught by controller[0]: internal/modules/cjs/loader.js:329Hat hier jemand eine Idee?
Mfg
Armin -
@Letty sagte in Backitupseit Update nur noch Fehlermeldungen und bleibt Rot:
Node-Version:
10.x.xNodejs-Version:
12.18.3Node ist falsch installiert, die beiden müssen identisch sein!
Gib das mal ein und poste das das Ergebnis:nodejs -v && node -v && npm -v which nodejs && which node && which npm
-
nodejs -v && node -v && npm -v
v10.20.1
v12.18.3
6.14.6
which nodejs && which node && which npm
/usr/bin/nodejs
/usr/local/bin/node
/usr/local/bin/npmDas heißt ich muss Node noch updaten richtig? Komisch ist aber das es nur Probleme bei diesem Adapter gibt rest läuft ganz normal.
Vielen Dank schon mal
-
@Letty sagte in Backitupseit Update nur noch Fehlermeldungen und bleibt Rot:
Das heißt ich muss Node noch updaten richtig?
falsch!
du muss eine der beiden node-Installationen entfernen
-