NEWS
[gelöst]Admin Adapter geht nicht mehr (npm zerschossen?)
-
Ist leider die letzten Tage öfter vorbei gekommen irgendwas ist da faul mit dem node 6 repository.
2 Möglichkeiten :
-
direct nach 8 updaten und danach npm Updaten !
-
npm Manuel nachinstallieren
~Dutch
Sent from my iPhone using Tapatalk
-
-
Ist leider die letzten Tage öfter vorbei gekommen irgendwas ist da faul mit dem node 6 repository.
2 Möglichkeiten :
-
direct nach 8 updaten und danach npm Updaten !
-
npm Manuel nachinstallieren
~Dutch
Sent from my iPhone using Tapatalk `
Hi Dutch,
vielen Dank für deine schnelle Antwort.
Was würdest du empfehlen? Wie wäre die Umsetzung? Ich bin da eher Laie
Bin ich nicht schon auf 8? node -v gibt ja 8.11.1 aus
Danke & Gruß
Modjo
-
-
Jup bist auf 8 aber mit falscher repro also nochmal den curl Befehl ausführen aber anstatt 6 die 8
Sent from my iPhone using Tapatalk
-
Bitte noch mal node deinstalliern und neu mit dem befehl
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
Statt dem 6.x
Anschließend noch sudo apt install nodejs
Gruß Rainer
-
Bitte noch mal node deinstalliern und neu mit dem befehl
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
Statt dem 6.x
Anschließend noch sudo apt install nodejs
Gruß Rainer `
Wie deinstalliere ich es vorab?
Vielen Dank!
-
Wie deinstalliere ich es vorab? `
Anleitung Schritt 1 - 3http://www.iobroker.net/docu/?page_id=5 … ion_Nodejs
Gruß
Rainer
-
Freundliches Hallo an alle hier im Forum
bin iobroker beginner, hatte bis gestern eine laufende Version.
Habe nun aber wohl das gleiche Problem wie Modjo, deshalb alles wieder gelöscht und neu installiert
die 8.x lief sauber durch
dann gab´s bei "npm install iobroker –unsafe-perm"
folgende Fehlermeldung:
NPM version: 5.6.0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
NPM 5 is only supported starting with version 5.7.1!
Please use "npm install -g npm@4" to downgrade npm to 4.x or
use "npm install -g npm@latest" to install a supported version of npm 5!
You need to make sure to repeat this step after installing an update to NodeJS and/or npm.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/package.json'
npm WARN iobroker No description
npm WARN iobroker No repository field.
npm WARN iobroker No README data
npm WARN iobroker No license field.
npm ERR! code ELIFECYCLE
npm ERR! errno 4
npm ERR! iobroker@1.1.2 install:
node lib/prepareSetup.js && node lib/setup.js
npm ERR! Exit status 4
npm ERR!
npm ERR! Failed at the iobroker@1.1.2 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2018-07-18T10_53_38_068Z-debug.log
Kann jemand sagen, wie ich da weiter kommen könnte.
Vielen Dank und Grüße
iomypi
-
npm i npm@latest-5 -g
-
Das ist schon zieimlich klasse hier. Herzlichen Dank. Läuft wieder und JS geht jetzt auch.
Danke!!
-
Bei mir hats nun auch so geklappt. Vielen Dank!