I tried to update pimatic to new version 0.9.54 with a new Node.js = 10.16.3 and did nearly all without bigger probs.
But there is still one issue I can’t fix however.
plugin led-light (i only need one dummy-led-light from this) is not installing.
First I tried with plugin section inside running pimatic and also now with stopped server and manual install like from this topic.
Anyone an idea how to figure out the problem?
Log from manual install:
pi@FHEM-PI ~/pimatic-app $ sudo rm -rf ls /home/pi/pimatic-app/node_modules/pimatic-led-light
pi@FHEM-PI ~/pimatic-app $ cd /home/pi/pimatic-app; npm install pimatic-led-light
npm WARN deprecated hawk@3.1.3: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
npm WARN deprecated request@2.81.0: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated hoek@2.16.3: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated cryptiles@2.0.5: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated sntp@1.0.9: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
npm WARN deprecated boom@2.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN checkPermissions Missing write access to /home/pi/pimatic-app/node_modules/pimatic/node_modules/ansicolors
npm WARN checkPermissions Missing write access to /home/pi/pimatic-app/node_modules/pimatic/node_modules/ansistyles
npm WARN checkPermissions Missing write access to /home/pi/pimatic-app/node_modules/pimatic/node_modules/builtins
npm WARN checkPermissions Missing write access to /home/pi/pimatic-app/node_modules/pimatic/node_modules/path-is-inside
npm WARN usb@1.1.1 had bundled packages that do not match the required version(s). They have been replaced with non-bundled versions.
npm WARN enoent ENOENT: no such file or directory, open '/home/pi/pimatic-app/package.json'
npm WARN pimatic-app No description
npm WARN pimatic-app No repository field.
npm WARN pimatic-app No README data
npm WARN pimatic-app No license field.
npm ERR! path /home/pi/pimatic-app/node_modules/pimatic/node_modules/ansicolors
npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall access
npm ERR! Error: EACCES: permission denied, access '/home/pi/pimatic-app/node_modules/pimatic/node_modules/ansicolors'
npm ERR! { [Error: EACCES: permission denied, access '/home/pi/pimatic-app/node_modules/pimatic/node_modules/ansicolors']
npm ERR! stack:
npm ERR! 'Error: EACCES: permission denied, access \'/home/pi/pimatic-app/node_modules/pimatic/node_modules/ansicolors\'',
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'access',
npm ERR! path:
npm ERR! '/home/pi/pimatic-app/node_modules/pimatic/node_modules/ansicolors' }
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/2020-04-03T16_23_49_359Z-debug.log
Thanks a lot for any help!