Files
discord.js/docs/custom/documents/faq.md
2016-09-19 18:44:32 -04:00

1.1 KiB

Frequently Asked Questions

These are just commonly-asked questions that usually have a common resolution. If you have issues not listed here, please ask in the official Discord server.

WTF!! I get SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode no matter what‽

Update to Node.js 6.0.0 or newer.

I get a metric fuck load of errors when installing discord.js on Windows.

The installation still worked fine, just without node-opus. If you don't need voice support, using npm install discord.js --no-optional will prevent these errors.

How do I install FFMPEG?

How do I set up node-opus?

  • Ubuntu: It's already done when you run npm install discord.js without --no-optional.
  • Windows: See AoDude's guide. Good luck.