Hello,
i recently managed to create my own node but unfortunately i can't access my global variables in the JavaScript Code of the node. I tried it like this: global.get("name")
As soon as i use it in Node-RED i get the following Error:
"TypeError: global.get is not a function"
Does somebody know how to do it in the right way?
Thank you in advance!