NEWS
[gelöst] Fehler bei Versuch, mongodb aus npm zu löschen
-
@thomas-braun
läuft leider nicht, keine Ahnung warum!pi@Pi4-Server:/opt/iobroker $ npm install xml2js npm ERR! code ENOLOCAL npm ERR! Could not install from "node_modules/xml2js" as it does not contain a package.json file.
-
Jetzt hab ich mal ganz frech versucht, mongodb zu installieren, da bekomme ich folgendes:
pi@Pi4-Server:/opt/iobroker $ npm install mongodb npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.7 (node_modules/iobroker.info/node_modules/osx-temperature-sensor): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"}) npm WARN http-cookie-agent@1.0.4 requires a peer of tough-cookie@^4.0.0 but none is installed. You must install peer dependencies yourself. npm WARN svg-inline-react@1.0.3 requires a peer of react@^0.14.0 || ^15.0.0 but none is installed. You must install peer dependencies yourself. + mongodb@4.4.0 added 12 packages from 13 contributors, removed 2 packages and updated 2 packages in 58.654s 149 packages are looking for funding run `npm fund` for details
Löschen funktioniert trotzdem nicht
pi@Pi4-Server:/opt/iobroker $ npm uninstall mongodb npm ERR! code ENOLOCAL npm ERR! Could not install from "node_modules/xml2js" as it does not contain a package.json file.
-
@latzi Köasch mal das xml2js verzeichnis .. Wie schon im anderen Thread gesagt, ggf falls Adapter danach nicht tun die neu installieren
-
@apollon77
hab ich schon, hilft leider nicht -
@latzi Wie ändern sich dann meldugen? Weill Wenns nicht mehr da ist kann er nicht meckern
-
@apollon77
Der Loop ist weg (nach dem Löschen von xml2js-Verzeichnis), doch das Löschen von mongodb funktioniert nicht, jetzt fehlt xml2js:pi@Pi4-Server:/opt/iobroker $ npm uninstall mongodb npm ERR! code ENOLOCAL npm ERR! Could not install from "node_modules/xml2js" as it does not contain a package.json file.
-
@latzi er meckert das Verzeichnis an trotz das du es gelöscht hast ?
-
@apollon77
Ja, seltsam oder? -
@latzi dann fällt mir nur noch eins ein. Lösche das mongodb Verzeichnis manuell und danach ggf „npm prune“ ausführen. Der sollte aufräumen
Falls alles blöd ist dann Node_modules komplett löschen. Den js-Controller manuell installieren und dan man starten. Dann wird alles neu frisch installiert
-
@apollon77
Das war´s , schaut gut aus!
Vielen Dank Ingo!!!