Hello,
I run HASIO on a Hyper-V virtual machine and everthing is up to the the latest version.
Whenever I try to update or install a new palette in my Node Red instance in Home Assitant, I get the following error:
2025-10-27T13:53:33.620Z Install : @node-red-contrib-themes/theme-collection 4.1.0
2025-10-27T13:53:34.405Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --omit=dev --engine-strict @node-red-contrib-themes/[email protected]
2025-10-27T13:53:34.569Z [err] npm warn Unknown builtin config "globalignorefile". This will stop working in the next major version of npm.
2025-10-27T13:53:34.569Z [err] npm warn Unknown builtin config "python". This will stop working in the next major version of npm.
2025-10-27T13:53:34.569Z [err] npm warn Unknown env config "globalignorefile". This will stop working in the next major version of npm.
2025-10-27T13:53:34.569Z [err] npm warn Unknown env config "python". This will stop working in the next major version of npm.
2025-10-27T13:53:36.455Z [err] npm error code EBADENGINE
2025-10-27T13:53:36.455Z [err] npm error engine Unsupported engine
2025-10-27T13:53:36.455Z [err] npm error engine Not compatible with your version of node/npm: @azure/[email protected]
2025-10-27T13:53:36.455Z [err] npm error notsup Not compatible with your version of node/npm: @azure/[email protected]
2025-10-27T13:53:36.455Z [err] npm error notsup Required: {"node":"10 || 12 || 14 || 16 || 18"}
2025-10-27T13:53:36.455Z [err] npm error notsup Actual: {"npm":"11.3.0","node":"v22.16.0"}
2025-10-27T13:53:36.455Z [err] npm error A complete log of this run can be found in: /root/.npm/_logs/2025-10-27T13_53_34_482Z-debug-0.log
2025-10-27T13:53:36.477Z rc=1
It seems that the version of NodeJS in HA is more recent then Node Red can accept and something with NPM, if I read this correctly
Is there a solution to this?
Regards, Chris.