NRCHKB / node-red-contrib-homekit-bridged

Node-RED Contribution - HomeKit Bridged : Node-RED nodes to simulate Apple HomeKit devices.
https://nrchkb.github.io
MIT License
412 stars 52 forks source link

[Help needed]: Failed to install #515

Closed udotrautmann closed 10 months ago

udotrautmann commented 1 year ago

Your Current NRCHKB Plugin Version

-

Operating System

RedMatic on RaspberryMatic

How can we help?

I got this Error:

Failed to install: node-red-contrib-homekit-bridged

Cannot read property 'nodes' of null

Check the log for more information

Any more details?


2023-01-12T17:40:04.127Z Install : node-red-contrib-homekit-bridged 1.5.0

2023-01-12T17:40:04.210Z npm install --no-package-lock --global-style --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production node-red-contrib-homekit-bridged@1.5.0 2023-01-12T17:40:10.672Z [err] npm 2023-01-12T17:40:10.674Z [err] WARN 2023-01-12T17:40:10.674Z [err] EBADENGINE Unsupported engine { 2023-01-12T17:40:10.674Z [err] npm WARN 2023-01-12T17:40:10.675Z [err] EBADENGINE package: 'node-red-contrib-unifi@0.2.12', 2023-01-12T17:40:10.675Z [err] npm WARN 2023-01-12T17:40:10.675Z [err] EBADENGINE required: { node: '>=14.18.0' }, 2023-01-12T17:40:10.675Z [err] npm 2023-01-12T17:40:10.675Z [err] WARN EBADENGINE 2023-01-12T17:40:10.675Z [err] current: { node: 'v14.16.0', npm: '7.6.3' } 2023-01-12T17:40:10.675Z [err] npm 2023-01-12T17:40:10.675Z [err] WARN EBADENGINE } 2023-01-12T17:40:10.679Z [err] npm WARN 2023-01-12T17:40:10.679Z [err] EBADENGINE Unsupported engine { 2023-01-12T17:40:10.679Z [err] npm WARN EBADENGINE package: 'http-cookie-agent@4.0.2', 2023-01-12T17:40:10.679Z [err] npm 2023-01-12T17:40:10.680Z [err] WARN EBADENGINE required: { node: '>=14.18.0 <15.0.0 || >=16.0.0' }, 2023-01-12T17:40:10.680Z [err] npm WARN EBADENGINE current: { node: 'v14.16.0', npm: '7.6.3' } 2023-01-12T17:40:10.680Z [err] npm WARN 2023-01-12T17:40:10.680Z [err] EBADENGINE } 2023-01-12T17:40:11.027Z [out] 2023-01-12T17:40:11.027Z [out] up to date in 6s 2023-01-12T17:40:11.072Z rc=0

Any code or functions to add?

No response

GogoVega commented 1 year ago

You need to update Node.js because Node requires >=14.18.0 and the current one is v14.16.0.

caitken-com commented 10 months ago

Glad it’s sorted. Feel free to ask more questions on our Discord.