NEWS
Update / Upgrade Fehler
-
Moin,
noch eine Frage:
Welches OS hast Du denn für die VM in Einsatz?
Windows oder Linux (welches)?
Gruß,
Eric
Von unterwegs getippert
-
Angemeldet bin ich als root.
Ubuntu 16.04.2 LTS
Ich habe alles per Hand installiert, neu installiert inkl iobroker. da ging auch noch alles
-
> Mein ioBroker läuft nun seit Wochen auf einem ESXi Server und das sehr gut, besser als vorher bei Windows
> Nun wollte ich mal ein paar Adapter updaten, aber das funktioniert gar nicht.
:!: :?: :mrgreen:Nix für ungut - will hier auch kein Spam produzieren - konnten mir das nur gerade nich ganz verkneifen "duck und weg"
-
So und jetzt der Versuch einer wirklichen Hilfe :
Ich würde dunkel vermuten dass mit deine npm-Installation was nicht stimmt. Google hat mir z.B. das ausgespuckt
` > npm uninstall –save node-uuidnpm install --save uuid
The old node-uuid module is deprecated and won't be maintained moving forward. The module is still published in NPM for backward compatibility (with the deprecation notice). If you need the source, clone this repo then git checkout v1.4.7. `
Wäre vielleicht einen Versuch wert…
-
Würde ich nicht machen. Diese Warning kommt gerade überall.
Er sagt doch
> Refusing to delete /opt/iobroker/node_modules/ical/node_modules/.bin/uuid: containing path /opt/iobroker/node_modules/ical/node_modules/node-uuid isn't under npm's controlnpm ERR! File exists: /opt/iobroker/node_modules/ical/node_modules/.bin/uuid
mach das doch mal!
Bzw wenn DU den Adapter eh neu installierst scheiss das ganze /opt/iobroker/node_modules/ical/ weg.
Welche node-Version nimmst Du ?
-
So und jetzt der Versuch einer wirklichen Hilfe :
Ich würde dunkel vermuten dass mit deine npm-Installation was nicht stimmt. Google hat mir z.B. das ausgespuckt
` > npm uninstall –save node-uuidnpm install --save uuid
The old node-uuid module is deprecated and won't be maintained moving forward. The module is still published in NPM for backward compatibility (with the deprecation notice). If you need the source, clone this repo then git checkout v1.4.7. `
Wäre vielleicht einen Versuch wert… `
ERGEBNIS :
root@iobroker:~# npm uninstall --save node-uuid npm ERR! Linux 4.4.0-65-generic npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "uninstall" "--save" "node-uuid" npm ERR! node v4.2.6 npm ERR! npm v3.5.2 npm ERR! code EMISSINGARG npm ERR! typeerror Error: Missing required argument #3 npm ERR! typeerror at replaceModule (/usr/share/npm/lib/install/deps.js:438: 3) npm ERR! typeerror at /usr/share/npm/lib/install/deps.js:234:7 npm ERR! typeerror at Array.forEach (native) npm ERR! typeerror at exports.removeDeps (/usr/share/npm/lib/install/deps.js :230:8) npm ERR! typeerror at Array. <anonymous>(/usr/share/npm/node_modules/slide/l ib/bind-actor.js:15:8) npm ERR! typeerror at LOOP (/usr/share/npm/node_modules/slide/lib/chain.js:1 5:14) npm ERR! typeerror at chain (/usr/share/npm/node_modules/slide/lib/chain.js: 20:5) npm ERR! typeerror at Uninstaller.loadAllDepsIntoIdealTree (/usr/share/npm/l ib/uninstall.js:72:3) npm ERR! typeerror at Array. <anonymous>(/usr/share/npm/node_modules/slide/l ib/bind-actor.js:15:8) npm ERR! typeerror at LOOP (/usr/share/npm/node_modules/slide/lib/chain.js:1 5:14) npm ERR! typeerror This is an error with npm itself. Please report this error at : npm ERR! typeerror <http: github.com/npm/issues="">npm ERR! Please include the following file with any support request: npm ERR! /root/npm-debug.log</http:></anonymous></anonymous>
NODE:
root@iobroker:~# node -v v4.2.6
-
War ja auch nur von Dr.Google "abgeschrieben"… Bin kein Linux-Kenner...
Appollon hatte ja auch schon davon abgeraten.
Hast Du auch schon mal versucht das ganze angemeckerte Verzeichnis wegzuschmeißen wie Appollon geraten hatte?
-
Oder für die nicht Linuxianer (wie mich)
sudo rm /opt/iobroker/node_modules/ical/node_modules/.bin/uuid ````oder so
-
Oder für die nicht Linuxianer (wie mich)
sudo rm /opt/iobroker/node_modules/ical/node_modules/.bin/uuid ````oder so `
Hab ich gemacht, bringt aber nichts.
auch die anderen Adapter lassen sich nicht updaten.
Ich überlege am Wochenende nochmal alles neu auf zusetzten, ev mit debian, vielleicht ist das besser.
Gibt da eine gute Anleitung hier ?
-
Ich habs ca. nach der hier - in einer xen-server vm gemacht.
http://www.iobroker.net/docu/?page_id=5358&lang=de
Aber vom Prinzip her ist das Wurst ob virtuell oder physisch.
-
Ich habs ca. nach der hier - in einer xen-server vm gemacht.
http://www.iobroker.net/docu/?page_id=5358&lang=de
Aber vom Prinzip her ist das Wurst ob virtuell oder physisch. `
Vielen Dank, super Anleitung