Getting following error while calling removeGroup()
(node:12728) UnhandledPromiseRejectionWarning: ReferenceError: name is not defined
at OPCServer.removeGroup (E:\Projects\opc-da-client \node_modules\node-opc-da\src\opcServer.js:327:37)
After commenting lines 327 and 344 in file - node_modules\node-opc-da\src\opcServer.js, this error got resolved.
Can you suggest how this issue can be resolved permanently as we are supposed to avoid modifying library stack.
Getting following error while calling removeGroup()
(node:12728) UnhandledPromiseRejectionWarning: ReferenceError: name is not defined at OPCServer.removeGroup (E:\Projects\opc-da-client \node_modules\node-opc-da\src\opcServer.js:327:37)
After commenting lines 327 and 344 in file - node_modules\node-opc-da\src\opcServer.js, this error got resolved.
Can you suggest how this issue can be resolved permanently as we are supposed to avoid modifying library stack.