Ne, klappt doch nicht.
Installieren von Instanz ergibt das:
$ ./iobroker add heatingcontrol --host raspberrypi
host.raspberrypi install adapter heatingcontrol
npm install --production (System call) in "/opt/iobroker/node_modules/iobroker.heatingcontrol"
npm
WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.heatingcontrol
npm
ERR! code EACCESnpm ERR! syscall
accessnpm ERR! path /opt/iobroker/node_modules/iobroker.heatingcontrol
npm
ERR! errno -13
npm ERR! Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.heatingcontrol'npm ERR! { [Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.heatingcontrol']
npm ERR! stack:
npm ERR! 'Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.heatingcontrol'',
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'access',
npm ERR! path: '/opt/iobroker/node_modules/iobroker.heatingcontrol' }
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 runningnpm ERR! the command again as root/Administrator.
npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2019-08-26T19_02_22_363Z-debug.log
Cannot install iobroker.heatingcontrol: 243
ERROR: process exited with code 25
Seh ich das richtig, das ihm die Berechtigungen fehlen?
Wenn ja, wie kann ich das denn ändern?