Unable to install on Debian with Raspberry Pi Desktop

Solved:

The steps I followed:'

curl -sL -o node.tgz https://unofficial-builds.nodejs.org/download/release/v12.16.2/node-v12.16.2-linux-x86.tar.gz
sudo tar -zxf node.tgz --strip-components=1 -C /usr

and then the normal script of node red.

Works fine !

Thanks, everyone!

2 Likes

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