Update issue node red docker

I just updated my nodered docker container to latest and it does not start anymore.
Any ideas on this?

./entrypoint.sh: line 7: 6 Illegal instruction (core dumped) /usr/local/bin/node $NODE_OPTIONS node_modules/node-red/red.js --userDir /data $FLOWS "${@}"

I removed all modules in the data folder and node red starts up again. But if I install this module:
@flowfuse/node-red-dashboard
the container crashes again after restarting.

What hardware are you running on?

synology diskstation

What processor architecture is that (Intel i3, arm v7 or whatever)? Is it running a 64 bit OS?

Apparently you can view the system information within the DiskStation Manager (DSM) interface under "Hardware & Power".

It's intel celeron

I just found out, it does not matter which module I install. As soon as I install a module it does not restart anymore.

Could you close the dashboard issue that you opened please if it is not related to the dashboard.

@Colin
I already did thanks.

I solved the issue
By removing package.json and package-lock.json along with the modules folder it was possible to install all packages and it is running again.

Not sure why the update broke though