Socket.io error issue

Hello,
I am using "node-red-contrib-socketio" nodes and trying to run the example given in that node but their is an issue I am facing I am having to errors. I am sending screenshot of nodes and error i am getting.


socket .io has gone through many breaking changes recently as they went from v2 to v3 to v4 is a short period of time. You should check which version of socket .io that node-red-contrib-socketio is requiring vs which version is installed. I recently came across this error when implementing socket .io in my video streaming node and changing the constructor to satisfy a cross-version solution.

but when we install this node, it automatically install socket.io

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