BeepIsla / csgo-nametag-tool

Bypass client side restrictions for name tags
MIT License
104 stars 7 forks source link

Doesn't start #3

Closed everlyy closed 2 years ago

everlyy commented 2 years ago

When i run node index.js I get the following error:

file:///home/florian/Downloads/csgo-nametag-tool/index.js:54
let { username, password } = await inquirer.prompt([
                             ^^^^^

SyntaxError: Unexpected reserved word
    at Loader.moduleStrategy (internal/modules/esm/translators.js:133:18)
    at async link (internal/modules/esm/module_job.js:42:21)

I followed the instructions in the README

node -v gives me: v12.21.0

BeepIsla commented 2 years ago

Update NodeJS to anything above 14

everlyy commented 2 years ago

Update NodeJS to anything above 14

yea, that worked. thank you!