Node_module_version 115

hello, after a general update my i2c pallets are not working any more ( using a PI 4).


i`ve tried to update i2c.node, nothing

What do i need to search?

Have you tried the npm commands advised in the error message.
https://nodered.org/docs/faq/node-versions#upgrading-nodejs

You have updated nodejs. In a command window, cd to your .node-red folder and run
npm rebuild
Then restart node red and refresh the browser page.


done all that... the same.

Can you show us the output of npm rebuild please

It seems like you are running n. This is not recommended as it can cause exactly this sort of confusion.

1 Like

ive restored a backup and didnt install node v.20.x.... it works for now..

Thank you

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