Hallo zusammen,
auf meinem Raspberry 4 läuft Homebridge seit einiger Zeit problemlos. Jetzt bekomme ich folgenden Fehler wenn ich von v1.7.0 auf v1.8.1 updaten will. Des weiteren kann ich auch keine Plugins mehr löschen die ich nicht mehr benötige.
Code
USER: homebridge
DIR: /var/lib/homebridge
CMD: npm install --save [email protected]
npm ERR! code EACCES
npm ERR! syscall mkdir
npm ERR! path /nonexistent
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, mkdir '/nonexistent'
npm ERR! [Error: EACCES: permission denied, mkdir '/nonexistent'] {
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'mkdir',
npm ERR! path: '/nonexistent'
npm ERR! }
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.
npm ERR! Log files were not written due to an error writing to the directory: /nonexistent/.npm/_logs
npm ERR! You can rerun the command with `--loglevel=verbose` to see the logs in your terminal
Operation failed with code 243.
You can download this log file for future reference.
See https://github.com/homebridge/homebridge-config-ui-x/wiki/Troubleshooting for help.
Alles anzeigen
Mein System:
Kann mir jemand behilflich sein was ich tun muss?
Danke vorab.