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?
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.
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.
ive restored a backup and didn
t 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.