Palette - update, install or remove

Hi :slightly_smiling_face:

With everything I try to do, whether update, install or delete, I get this error (pic). I don't remember when this started, but it's been like this for a long time now.
:frowning_face:

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

Hello Colin.

This took a while but not as long as I had tried to solve the problem myself, now it is running smoothly again.

Thank you

Greetings Stefan :smiley:

Glad to be of help. You can delete the old one (node_modules.save).

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.