When running the script I get the following warning.
DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
I don't know enough about node or JavaScript to know what to change to. I really look forward to using this, so help would be much appreciated
When running the script I get the following warning.
DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
I don't know enough about node or JavaScript to know what to change to. I really look forward to using this, so help would be much appreciated