Palette - update, install or remove

Welcome to the forum @sblogoshs

It seems that your node_modules folder has got in a mess. That is where npm modules and nodes are installed to. I suggest you move it out of the way and rebuild it.

cd  ~/.node-red
mv node_modules node_modules.save

then tell npm to rebuild it. That may take a little while on a Pi.
npm install