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

application crashing when requiring package

Open 33Fraise33 opened this issue 9 years ago • 1 comments

Hello,

My application is crashing the moment I put in in the 'require'. It seems to be something with the use strict in your code. let is not allowed to be used when you are using strict mode.

Removing the strict mode I get an 'unexpected identifier on the first word: Connection.

33Fraise33 avatar Jun 27 '16 13:06 33Fraise33

Hello,

What node version are you using?

node --version

randunel avatar Jun 27 '16 16:06 randunel