I have a need for dynamic Websocket's for my project. However this isn't supported by the core nodes.
I came across VIKRAMAS's posts on this forum, about the nodes he has written with dynamic Websocket support.
Here: Custom node is not adding to Node-red
And here: Node red custom websocket how to handle connections
Unfortunately, after I created the custom Node with supplied code. I get an error "[object Object]" under palette manager and the custom node does not load.

Can anyone please help me trouble shoot why I get this error and unable to load the custom node?
As I was able to follow example/s and create my first custom Nodes "lower-case" without any issues. Using ether the npm link or npm install method for adding new custom nodes.