CABrouwers / node-red-contrib-telnet

Apache License 2.0
2 stars 0 forks source link

index.js file references #1

Closed krkearney closed 3 years ago

krkearney commented 3 years ago

In a couple of your files you have the following lines which are causing issues when I try to use this: const te = require("C:/Users/Charles-Andre.HOME/source/repos/telnet-engine/index.js")

telnet-send.js telnet-request.js

Nailik commented 3 years ago

That should be the problem that causes those two nodes dissaperaing in my nodered. df

CABrouwers commented 3 years ago

Thanks for reporting these issues. I think I corrected both issues. Sorry for the trouble. Two months ago I split this project between a more generic node.js module (telnet-engine) and this node-red module. Since i have used and refined the underlying telnet-engine module but haven't spent much time on the node-red version.