amishshah / discord.js-guide

GitBooks guide for discord.js
https://hydrabolt.gitbooks.io/using-discord-js/content/
14 stars 6 forks source link

Block-scoped declarations (let, const, function, class) not yet supported outside strict mode #2

Open nicheProgramming opened 7 years ago

nicheProgramming commented 7 years ago

Following the development and setup process up to the first bot had brought this error message `class Client extends EventEmitter { ^^^^^

SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:373:25) at Object.Module._extensions..js (module.js:416:10) at Module.load (module.js:343:32) at Function.Module._load (module.js:300:12) at Module.require (module.js:353:17) at require (internal/module.js:12:17) at Object. (/home/ubuntu/workspace/node_modules/discord.js/src/index.js:2:11) at Module._compile (module.js:409:26) at Object.Module._extensions..js (module.js:416:10)`

should the example code include the use of strict to conteract this, or am I simply doing something wrong?

RunEMC commented 7 years ago

Had the same problem, solved by updating node to the latest version.

Buttars commented 7 years ago

While using meteor, updating node isn't an option. Is there any fixes to this issue?

vecchiotom commented 7 years ago

i had the same issue, solved by downgrading node to 6.11.1