You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
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
})
I think I'm missing something arround the dependencies.
Thanks.