Ich habe sogut wie eine frische Installation von IOBroker auf dem Raspberry. Wenn ich aber "npm i iobroker.awattar" bei Putty in der Konsole eingebe, bekomme ich folgende Fehlermeldung:
npm WARN saveError ENOENT: no such file or directory, open '/home/pi/package.json'
npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json'
npm WARN pi No description
npm WARN pi No repository field.
npm WARN pi No README data
npm WARN pi No license field.
iobroker.awattar@1.0.4
updated 1 package and audited 80 packages in 3.17s
2 packages are looking for funding
run npm fund for details
found 0 vulnerabilities
Wenn ich "npm fund" eingebe, bekomme ich folgende Meldung:
fehler kam zustande weil der adapter noch nicht richtig bei npm gepusht war bzw. noch nicht in der liste der ioboker adapter ist. im admin "install from github" funktioniert einwandfrei...
@sirjojo69 vielen Dank für dein Plugin.
Ich habe sogut wie eine frische Installation von IOBroker auf dem Raspberry. Wenn ich aber "npm i iobroker.awattar" bei Putty in der Konsole eingebe, bekomme ich folgende Fehlermeldung:
npm WARN saveError ENOENT: no such file or directory, open '/home/pi/package.json' npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json' npm WARN pi No description npm WARN pi No repository field. npm WARN pi No README data npm WARN pi No license field.
2 packages are looking for funding run
npm fund
for detailsfound 0 vulnerabilities
Wenn ich "npm fund" eingebe, bekomme ich folgende Meldung:
/home/pi ├─┬ https://github.com/sponsors/feross │ └── safe-buffer@5.2.1 ├─┬ https://www.patreon.com/feross │ └── safe-buffer@5.2.1 ├─┬ https://feross.org/support │ └── safe-buffer@5.2.1 └─┬ https://github.com/sponsors/epoberezkin └── ajv@6.12.6
Hast du ein Tipp für mich ?
Scheint zumindest bei mir nicht wirklich zu funktionieren.
Danke :)
Originally posted by @ElDiablo1985 in https://github.com/iobroker-community-adapters/ioBroker.discovergy/issues/45#issuecomment-726995644