"node-red-start" command not found

I have raspberry pi with Raspbian. When I entered

bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)

then it is showing the node-red is already installed. While when I am entering "node-red-start", it shows command not found.
The npm version is v6.4.1 and the node version is v11.0.0

well the command can't have executed as node11 is not a version the script would end up with - try re-running the command but adding --node14 on the end to force it to node14.

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