csuermann / node-red-contrib-presence-faker

Node-RED node that fakes presence in a smart home by switching devices (e.g. lights) on and off at random times.
MIT License
23 stars 2 forks source link

Install on homematic CCU3 #58

Open ganzton opened 9 months ago

ganzton commented 9 months ago

Hi,

can you please help me to install the node on a homematic CCU3? Using the palette manager I always get the error

2024-02-06T06:22:20.251Z npm install --no-package-lock --global-style --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production node-red-contrib-presence-faker@1.8.8

Thanks for help in advance!

Robert

csuermann commented 9 months ago

Hi @ganzton,

npm install --no-package-lock --global-style --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production node-red-contrib-presence-faker@1.8.8

This doesn't look like an error but rather like the npm install command issued by Node-RED. Are you sure the package is not getting installed? If so, which Node.js and Node-RED versions are you using?