Section 2.2 Installing Node-RED. When I copy and paste the bash instruction into the terminal window an error results – no URL specified. Have I missed something?
pi@raspberrypi:~ $ bash <(curl -sL
https://raw.githubusercontent.com/node-red/linux-installers/mast
er/deb/update-nodejs-and-nodered)
curl: no URL specified!
curl: try ‘curl –help’ or ‘curl –manual’ for more information
-bash: https://raw.githubusercontent.com/node-red/linux-installers/mast: No such file or directory
-bash: er/deb/update-nodejs-and-nodered: No such file or directory
Hi.
Try copying the command from here:
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)
Let me know if this solves the issue.
Regards,
Sara
Thanks Sara. I realised after posting the question that I hadn’t removed the lf/cr when pasting the command. All good now.