node-modern-rcon icon indicating copy to clipboard operation
node-modern-rcon copied to clipboard

TypeError: r is not a function

Open germanllop opened this issue 7 years ago • 0 comments

I'm using the package on Vue (Webpack).

Just with a Simple example cant get pass through this error. I installed the net and buffer dependencies, and a piece of my code here:

`import Rcon from 'rcon-srcds'

const server = new Rcon({ host: this.ip, port: this..port })

  console.log(server.authenticate(this.rcon_password))`

I think I'm missing something arround the dependencies. Thanks.

germanllop avatar Dec 16 '18 18:12 germanllop