SideProjectGuys / invite-manager-bot

A discord bot that tracks invites and much more
https://docs.invitemanager.co/
GNU General Public License v3.0
166 stars 136 forks source link

Error when using npm start #143

Closed VogueMist closed 4 years ago

VogueMist commented 4 years ago

Hi I get this error when doing npm start. Any ideas? image

Valandur commented 4 years ago

Did you run npm install? If you have try running npm install cross-env aswell to see if that fixes your issue.

VogueMist commented 4 years ago

Hi, I already tried those and when doing npm install and doing npm install cross-env I still get the same error. Like below. Thanks image

VogueMist commented 4 years ago

I have not used or opened TypeScript before so maybe that is something to do with it? Maybe I am missing an install or something?

rjclarkewp007 commented 4 years ago

Hi, i am also trying to setup a self hosted option, but i get the same error message when trying to run npm install. Loads of directory missing errors and then the last bit exactly like @VogueMist posted. What are we doing wrong here?

Valandur commented 4 years ago

The error says No git binary found in $PATH, which probably means git isn't set up properly for your environment. You can't run the bot before npm install is successful. Please also keep in mind that this is GitHub and meant for actual issues, not tutorials and setup guides.

VogueMist commented 4 years ago

Well I tried. Thanks for sorta putting me in the right direction anyway <3

VogueMist commented 4 years ago

image Is this still because I am a noob?

VogueMist commented 4 years ago

Hi, i am also trying to setup a self hosted option, but i get the same error message when trying to run npm install. Loads of directory missing errors and then the last bit exactly like @VogueMist posted.

What are we doing wrong here?

I found this https://www.youtube.com/watch?v=J_Clau1bYco bu I get different error some maybe I need to learn something @rjclarkewp007

VogueMist commented 4 years ago

@rjclarkewp007 I figured it out. Dm me on discord if you wanna know how. I won’t send it here cause it isn’t for tutorials or help guides- VogueMist#1446

AndreasGassmann commented 4 years ago

Glad to hear you figured it out!

It would be nice if you post what you found here so it can help others who have the same issue.

rjclarkewp007 commented 4 years ago

Hey guys, thanks for the info. Being a noob with this stuff i figured i can learn as i go and i did! :)

@VogueMist thanks for being so eager to assist me as well! Really much appreciated! I have documented my findings and made a setup guide, but yeah i don't want to post it here seeing as this is not for guides and tutorials. :)