DarkGuy10 / BotClient

A discord botclient built with Electron, React and discord.js.
MIT License
182 stars 17 forks source link

[BUG] Installation problems #24

Closed MP3Martin closed 2 years ago

MP3Martin commented 2 years ago

Describe the bug I can not properly install this.

To Reproduce Steps to reproduce the behavior:

  1. Clone and cd into it
  2. Run yarn
  3. I get this
  4. I run yarn start
  5. I get this
  6. The app loads, but when i enter token, it says "Request to use token, but token was unavailable to the client."

Expected behavior It just works

Screenshots Not needed, the would not help.

Desktop (please complete the following information):

Additional context yarn -v: 3.1.1 Had same problems when used old yarn

DarkGuy10 commented 2 years ago

@MP3Martin update your node version to 17.x (the current one) Also, I havent tested yarn 2, but the old yarn works fine for the project My closest guess is, that maybe an issue with wrongly edited appdata delete your ~/.config/botclient folder and run the app again

DarkGuy10 commented 2 years ago

welp, seems this issue has died