node-opc-da icon indicating copy to clipboard operation
node-opc-da copied to clipboard

Error while calling removeGroup()

Open ChandrashekarMv opened this issue 3 years ago • 0 comments

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.

ChandrashekarMv avatar May 19 '21 14:05 ChandrashekarMv