Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't find the binary git #6

Closed
bedar89 opened this issue Sep 13, 2021 · 5 comments
Closed

Couldn't find the binary git #6

bedar89 opened this issue Sep 13, 2021 · 5 comments

Comments

@bedar89
Copy link

bedar89 commented Sep 13, 2021

Whenever I try to run zdiscord, the log tells me the following:

yarn install v1.22.5
info No lockfile found.
[1/4] Resolving packages...
error Couldn't find the binary git
[ citizen-server-impl] Building resource zdiscord failed.
[ citizen-server-impl] Error data: yarn failed!

I'm running the henkallsn/fivem_esx_bundle:light docker container and everything updated to latest version.

@zfbx
Copy link
Owner

zfbx commented Sep 13, 2021

Seems you're missing git which yarn uses to pull the resources. probably something along these lines RUN apt-get -y install git. I will see about making a version of the project that doesn't depend on yarn if I can but it depends on if there's platform specific builds of anything

@Boom1053
Copy link

Having same issue. i have yarn running from what i see in txAdmin

@zfbx
Copy link
Owner

zfbx commented Sep 14, 2021

I'm almost done reworking it without the yarn dependency which should prevent any of these common issues with git and yarn. should be done before the end of the day

@zfbx
Copy link
Owner

zfbx commented Sep 15, 2021

Last commits fix this error. Have fun :)

@zfbx zfbx closed this as completed Sep 16, 2021
@zfbx
Copy link
Owner

zfbx commented Apr 23, 2022

If anyone else finds this again in the future copy the files from this zip into your zdiscord directory https://cdn.discordapp.com/attachments/862934532110024734/967320705609904148/zdiscord_modules.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants