Ben Hardill
Ben Hardill
The build/dev process depends on these being in the root `package.json` Nothing will install them if they are moved to the sub packages.
This is unlikely to be a Node-RED issue. What hardware are you running this on? Best guess this is an ARM machine that doesn't support one of the instructions that...
Another option is that it's a node with native code Please also supply a list of installed nodes
`latest-debian` and `3.1.9-debian` are currently the same image
Running `npm audit --fix` in the docker container isn't going to change anything as the changes will be reverted when the container is restarted which will happen when Node-RED restarts...
Order matters and otherwise is expected to be last
@lucboj are you using the standard `nodered/node-red` docker container for your kube pod? What are you using as the storage class for your volume mounted on `/data`? There should be...
Please provide the yaml dirt the pod/deployment
Thanks, Can I get the PVC as well please and just to double check, waht is the predeploy-hook doing? I have a k3s node I can give this a try...
> And, just to double-check myself: I've spotted this line in the Dockerfile which changes permissions of /data directory. > > https://github.com/node-red/node-red-docker/blob/master/docker-custom/Dockerfile.custom#L27 > > But this shouldn't impact the startup...