Skip to content
dotJS edited this page Dec 1, 2017 · 1 revision

This is a list of frequently asked questions and error messages, along with what to do/the answer. If your problem/question is not listed, or the solution doesn't work, join our Discord server, ask in #support, and let our humans assist you.


Error: Can't find Python Executable

  1. Open an administrator cmd.exe
  2. Run npm install --global --production windows-build-tools
  3. Next, quit and reopen cmd.exe (doesn't have to be admin anymore)
  4. Run npm i


Error: Electron failed to install correctly

Run npm install electron to try install Electron again.


Error: No git binary found in $PATH

Go on https://git-scm.com and install git. If it asks, select the option that adds some Git wrappers to your PATH.


Error: npm WARN [...] requires a peer

You can ignore this warning.


Error: connection timeout

Restart Discord, it's a problem on their side, we can't fix it.

Clone this wiki locally