Missing UDP In node in Node-RED

Hello,

As I was building my projects flow in Node-Red, I came to the part where you must implement a UDP in node to communicate with a debug node. However, my available nodes only have UDP out. Any help or advice would be appreciated. This is for the Tello Drone coding challenges. If any more info is needed, please ask.

To be very clear, on the left side, where you have nodes that you drag and drop from, I have no UDP - in under my input category.

Thank you!

What are you running Node-RED?

What operating system?
What version of Node-RED?
What version of nodejs?

When you start Node-RED what are the logged messages?

I am running Node-RED from the browser currently.

Windows 10 home.
v 0.19.5 of Node-RED
11.7.0 of nodejs

Message: Flows stopped due to missing node types.

  • udp in

Also, Here is a screenshot of my dashboard.

I ended up figuring out the issue and have decided to leave my own solution for anyone in the future who may have the same problem. Long story short, somewhere on my system from awhile ago, I had an older version of Node.js installed. Since i did not know this, I downloaded the newest version and ran it. Anyways, turns out that if you have two versions installed, one being older, it favors the old one for some reason and leaves the node-RED connection and functionality broken and missing certain things. Anyways the fix is to completely uninstall all Node.js and reinstall with the newest.

Thank you!

Just to note that the recommended version of node.js to use with node-RED is 8.x not the latest.
See https://nodered.org/docs/getting-started/installation

Any of the LTS versions (8.x or 10.x) are supported.

Should the installation page be updated? It still says 8.x is the recommended and does not mention 10.x as far as I can see.
https://nodered.org/docs/getting-started/installation

Hi my name is Eman, I'm a senior student working on my capstone project .. Can you please share your commands with me? I do really need it. Thanks

What commands?

I’m creating a system as a project using Tello drone, using visual recognition.. I can control the drone from node red dashboard but I cannot see the image.. I tried to apply the solutions mentioned above but non of them worked! I thought that something is wrong in the commands so I asked for the commands if you have so I can see the pictures

This thread is about the UDP node missing, due to using an old version of nodejs. Is that related to your problem?