NR 3.0.2 running on Home assistant docker.
For some reason I no longer am able to update or install any palettes. I get a error regarding @wz2b/node-red-influxdb-line-protocol. As far as I know, I never installed this, but i seem to be missing it:
No matter what I try to do i get this error:
-----------------------------------------------------------
2022-12-15T11:58:01.124Z Install : node-red-contrib-home-assistant-websocket 0.47.1
2022-12-15T11:58:01.137Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict node-red-contrib-home-assistant-websocket@0.47.1
2022-12-15T11:58:01.529Z [err] npm
2022-12-15T11:58:01.529Z [err] WARN config production Use `--omit=dev` instead.
2022-12-15T11:58:03.478Z [err] npm
2022-12-15T11:58:03.478Z [err] ERR!
2022-12-15T11:58:03.479Z [err] code ENOENT
2022-12-15T11:58:03.479Z [err] npm ERR! syscall open
2022-12-15T11:58:03.479Z [err] npm ERR!
2022-12-15T11:58:03.479Z [err] path /config/node-red/node_modules/@wz2b/node-red-influxdb-line-protocol/package.json
2022-12-15T11:58:03.480Z [err] npm ERR! errno -2
2022-12-15T11:58:03.482Z [err] npm ERR! enoent ENOENT: no such file or directory, open '/config/node-red/node_modules/@wz2b/node-red-influxdb-line-protocol/package.json'
2022-12-15T11:58:03.482Z [err] npm
2022-12-15T11:58:03.482Z [err] ERR! enoent This is related to npm not being able to find a file.
2022-12-15T11:58:03.482Z [err] npm ERR! enoent
2022-12-15T11:58:03.483Z [err]
2022-12-15T11:58:03.483Z [err] npm ERR!
2022-12-15T11:58:03.484Z [err] A complete log of this run can be found in:
2022-12-15T11:58:03.484Z [err] npm ERR!
2022-12-15T11:58:03.484Z [err] /root/.npm/_logs/2022-12-15T11_58_01_498Z-debug-0.log
2022-12-15T11:58:03.490Z rc=254
I have tried running the command inside the docker it self, also with --omit=dev, but this does not change anything. Please, can anyone help me in a direction?