NEWS
[How-to] Node.js ioBroker richtig updaten-2021/22 Edition
-
@siggi0904
Sollte eigentlich passen.
Und wo hast du jetzt genau was eingegeben das zu dem obigen Output führte? -
@thomas-braun ich war in "/opt/iobroker$" und habe "npm i canvas eingegeben"
@apollon77 dem kann ich nicht folgen. Was muss ich da machen?
Danke. -
Bei mir ist es wohl jetzt da drin:
dieter@VM-iobroker:~$ npm ls canvas dieter@ /home/dieter └── canvas@2.9.1
-
@bahnuhr
In /home/dieter ist es falsch. -
@thomas-braun sagte in [How-to] Node.js ioBroker richtig updaten-2021/22 Edition:
@bahnuhr
In /home/dieter ist es falsch.wenn ich wechsel nach /opt/iobroker dann kommt dies:
dieter@VM-iobroker:/opt/iobroker$ npm ls canvas [sudo] Passwort für dieter: iobroker.inst@2.0.3 /opt/iobroker ├── canvas@2.9.1 extraneous └─┬ iobroker.mihome-vacuum@3.3.3 └── canvas@2.9.1
Das sieht schon besser aus, oder ?
Wie bekomme ich das andere wieder weg.
oder einfach drin lassen ? -
@siggi0904
Stell dich in
/opt/iobroker/node_modules/iobroker.mihome-vacuum/node_modules/canvasund dann
npm install
-
@thomas-braun hm, da gibt es kein Canvas.
iobroker@iobroker:/opt/iobroker/node_modules/iobroker.mihome-vacuum/node_modules$ ls -lisa insgesamt 20 537574 4 drwxrwxr-x+ 5 iobroker iobroker 4096 17. Mai 19:28 . 524336 4 drwxrwxr-x+ 5 iobroker iobroker 4096 17. Mai 19:28 .. 524332 4 drwxrwxr-x+ 6 iobroker iobroker 4096 17. Mai 19:28 qs 2891192 4 drwxrwxr-x+ 3 iobroker iobroker 4096 6. Nov 2021 request 2891190 4 drwxrwxr-x+ 3 iobroker iobroker 4096 6. Nov 2021 tough-cookie iobroker@iobroker:/opt/iobroker/node_modules/iobroker.mihome-vacuum/node_modules$
-
@siggi0904 Dann nimm /opt/iobroker/node_modules/canvas
und genau das sagte mein Satz oben. Schau wo es ist und da wo es ist mach den Befehl
-
@apollon77
Das lief soweit durch. Folgende Meldung kam:iobroker@iobroker:/opt/iobroker/node_modules/iobroker.mihome-vacuum/node_modules$ ls -lisa insgesamt 20 537574 4 drwxrwxr-x+ 5 iobroker iobroker 4096 17. Mai 19:28 . 524336 4 drwxrwxr-x+ 5 iobroker iobroker 4096 17. Mai 19:28 .. 524332 4 drwxrwxr-x+ 6 iobroker iobroker 4096 17. Mai 19:28 qs 2891192 4 drwxrwxr-x+ 3 iobroker iobroker 4096 6. Nov 2021 request 2891190 4 drwxrwxr-x+ 3 iobroker iobroker 4096 6. Nov 2021 tough-cookie iobroker@iobroker:/opt/iobroker/node_modules/iobroker.mihome-vacuum/node_modules$ cd .. iobroker@iobroker:/opt/iobroker/node_modules/iobroker.mihome-vacuum$ cd .. iobroker@iobroker:/opt/iobroker/node_modules$ cd canvas/ iobroker@iobroker:/opt/iobroker/node_modules/canvas$ npm install npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor. npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated mkdirp@0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.) > canvas@2.9.1 install > node-pre-gyp install --fallback-to-build node-pre-gyp info it worked if it ends with ok node-pre-gyp info using node-pre-gyp@1.0.9 node-pre-gyp info using node@16.15.1 | linux | x64 [canvas] Success: "/opt/iobroker/node_modules/canvas/build/Release/canvas.node" already installed Pass --update-binary to reinstall or --build-from-source to recompile node-pre-gyp info ok added 448 packages, and audited 466 packages in 58s 51 packages are looking for funding run `npm fund` for details 3 vulnerabilities (2 moderate, 1 critical) To address all issues (including breaking changes), run: npm audit fix --force Run `npm audit` for details. iobroker@iobroker:/opt/iobroker/node_modules/canvas$
-
hab das jetzt auch mal gemacht:
Es kommt:
dieter@VM-iobroker:/opt/iobroker/node_modules$ cd canvas dieter@VM-iobroker:/opt/iobroker/node_modules/canvas$ npm install [sudo] Passwort für dieter: npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor. npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated mkdirp@0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.) > canvas@2.9.1 install > node-pre-gyp install --fallback-to-build node-pre-gyp info it worked if it ends with ok node-pre-gyp info using node-pre-gyp@1.0.9 node-pre-gyp info using node@16.15.1 | linux | x64 [canvas] Success: "/opt/iobroker/node_modules/canvas/build/Release/canvas.node" already installed Pass --update-binary to reinstall or --build-from-source to recompile node-pre-gyp info ok added 449 packages, and audited 469 packages in 45s 51 packages are looking for funding run `npm fund` for details 3 vulnerabilities (2 moderate, 1 critical) To address all issues (including breaking changes), run: npm audit fix --force Run `npm audit` for details. dieter@VM-iobroker:/opt/iobroker/node_modules/canvas$
Sind diese Meldungen richtig ?
und bei ls canvas kommt wieder:
dieter@VM-iobroker:/opt/iobroker$ npm ls canvas iobroker.inst@2.0.3 /opt/iobroker ├── canvas@2.9.1 extraneous └─┬ iobroker.mihome-vacuum@3.3.3 └── canvas@2.9.1 dieter@VM-iobroker:/opt/iobroker$
-
@bahnuhr Sieht spontan gut aus ... tut es denn? und ja du hast jetzt ein "extranous "canvas .... tja ... is so
-
@apollon77 sagte in [How-to] Node.js ioBroker richtig updaten-2021/22 Edition:
@bahnuhr Sieht spontan gut aus ... tut es denn? und ja du hast jetzt ein "extranous "canvas .... tja ... is so
ja, funktioniert. Karte wird angezeigt.
soll ich denn canvas bei /home/dieter irgendwie löschen?
Oder lass ich es jetzt so? -
@apollon77 bei mir bleibt die Meldung gleich nach dem Start vom Adapter.
CANVAS package not installed....please install Canvas package manually or disable Map in config see also https://github.com/iobroker-community-adapters/ioBroker.mihome-vacuum/blob/master/lib/canvaserror.md
-
@bahnuhr Ja das kannste löschen. Das ist dem iobroker egal
-
@apollon77 sagte in [How-to] Node.js ioBroker richtig updaten-2021/22 Edition:
Ja das kannste löschen.
und wie ?
-
@bahnuhr Lösch das ganze /home/dieter/node_modules?? Wenn da nix anderes war. Sonst "npm uninstall canvas" in /home/dieter
-
@siggi0904 Hmmm ... Nicht hilfreich wenn der Adapter die echte Fehlermeldung versteckt ... Keine Ahnung ... versuch instanz zu löschen und adapter uninstall und neu installieren
-
@apollon77 sagte in [How-to] Node.js ioBroker richtig updaten-2021/22 Edition:
instanz zu löschen und adapter uninstall
Ich hatte nur die Instanz neu gestartet, dann war die fehlermeldung weg.
-
@apollon77 sagte in [How-to] Node.js ioBroker richtig updaten-2021/22 Edition:
Lösch das ganze /home/dieter/node_modules?? Wenn da nix anderes war. Sonst "npm uninstall canvas" in /home/dieter
habe erst uninstall, dann das ganze Verz. gelöscht.
Scheint geklappt zu haben.unter (opt/iobroker kommt aber bei ls immer noch: extraneous
Naja, klappt ja. -
@apollon77 Beim Adapater deinstallieren hängt er gerade.