pushrax/node-rcon

Rcon is not a constructor

ECEstal opened this issue · 1 comments

Trying to construct it says that rcon is not a constructor.

After trying to fix this same error for a while, I found a solution (I don't know if you care anymore, though)!

Instead of importing like this, const { Rcon } = require('rcon');
Import it like this: const Rcon = require('rcon');