NEWS
Amazon Dash Adapter läuft nicht mehr?
-
Die Anleitung ist klar besser, deswegen :
VORHER BACKUP MACHEN!! -
@Ralla66 ja bin gerade dabei alles neu zu machen mit mein backup, danke für die hilfe
-
Das wird schon, immer schön Backups machen wenn es läuft.
Geht mir aber manch einmal auch so das der Spieltrieb höher ist -
@Ralla66 habe jetzt alles neu aufgesetzt und backup aufgespielt trotzdem immer noch gleicher fehler mit amazon dash
-
und wenn ich es dann übers terminal probiere kommt auch wieder nur misst
login as: pi pi@192.168.178.67's password: Linux raspberrypi 4.14.98-v7+ #1200 SMP Tue Feb 12 20:27:48 GMT 2019 armv7l The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Fri May 17 16:24:12 2019 from 192.168.178.84 pi@raspberrypi:~ $ cd /opt/iobroker pi@raspberrypi:/opt/iobroker $ npm install iobroker.amazon-dash npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules 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. npm ERR! path /opt/iobroker/node_modules npm ERR! code EACCES npm ERR! errno -13 npm ERR! syscall access npm ERR! Error: EACCES: permission denied, access '/opt/iobroker/node_modules' npm ERR! { Error: EACCES: permission denied, access '/opt/iobroker/node_modules' npm ERR! stack: 'Error: EACCES: permission denied, access \'/opt/iobroker/node_modules\'', npm ERR! errno: -13, npm ERR! code: 'EACCES', npm ERR! syscall: 'access', npm ERR! path: '/opt/iobroker/node_modules' } npm ERR! npm ERR! The operation was rejected by your operating system. npm ERR! It is likely you do not have the permissions to access this file as the current user npm ERR! npm ERR! If you believe this might be a permissions issue, please double-check the npm ERR! permissions of the file and its containing directories, or try running npm ERR! the command again as root/Administrator (though this is not recommended). npm ERR! A complete log of this run can be found in: npm ERR! /home/pi/.npm/_logs/2019-05-17T14_56_12_770Z-debug.log pi@raspberrypi:/opt/iobroker $
-
Missing write access to /opt/iobroker/node_modules
Da fehlt wohl das Schreibrecht.
Wenn ich das richtig deute muß bei sudo "-H" und "–unsafe-perm" dazu. -
pi@raspberrypi:~ $ cd /opt/iobroker pi@raspberrypi:/opt/iobroker $ sudo -H npm install iobroker.amazon-dash --unsafe-perm npm ERR! code 128 npm ERR! Command failed: /usr/bin/git submodule update -q --init --recursive npm ERR! fatal: Could not change back to '/root/.npm/_cacache/tmp/git-clone-75488af3': Keine Berechtigung npm ERR! npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2019-05-17T15_17_14_054Z-debug.log pi@raspberrypi:/opt/iobroker $
-
habs hinbekommen läuft wieder alles, fragt mich nicht wie aber läuft
-
Prima,
Backup machen und lächelnd durch die Welt laufen. -
@denjo was ist die Ausgabe von
ls -la /opt/iobroker/node_modules
Und
cat /opt/iobroker/INSTALLER_INFO.txt
?