Skip to content

Troubleshooting

Michael Szul edited this page Aug 31, 2019 · 1 revision

Runtime Issues in Node

  • I get a syntax error when I run my bot in Node.

Check your Node version. Older Node versions might have syntax differences. For an example, see this pull request comment about a regular expression syntax error. Generally, you should be up on the latest LTS version at a minimum.

Clone this wiki locally