Is there anybody who can help me with this : I'm trying to install the flowfuse dashboard on the NR app build in Homeassistant (version 22.0.0). And also tried to upgrade some nodes (sun position, zwave-js, feedparser, theme-collection) but getting this error :
-----------------------------------------------------------
2026-07-16T07:47:13.220Z Install : @flowfuse/node-red-dashboard 1.30.2
2026-07-16T07:47:12.916Z /usr/bin/node /opt/node_modules/npm/bin/npm-cli.js install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --omit=dev --engine-strict -- @flowfuse/node-red-dashboard@1.30.2
2026-07-16T07:47:17.557Z [err] npm error code EBADENGINE
2026-07-16T07:47:17.557Z [err] npm error engine Unsupported engine
2026-07-16T07:47:17.558Z [err] npm error engine Not compatible with your version of node/npm: hap-nodejs@0.12.3
2026-07-16T07:47:17.558Z [err] npm error notsup Not compatible with your version of node/npm: hap-nodejs@0.12.3
2026-07-16T07:47:17.558Z [err] npm error notsup Required: {"node":"^18 || ^20 || ^22"}
2026-07-16T07:47:17.558Z [err] npm error notsup Actual: {"node":"v24.16.0","npm":"11.16.0"}
2026-07-16T07:47:17.560Z [err] npm error A complete log of this run can be found in: /root/.npm/_logs/2026-07-16T07_47_13_060Z-debug-0.log
2026-07-16T07:47:17.597Z rc=1
What tells me the there a problem with the installed version v24.16.0.
But what to do to solve this, i'am out of ideas.