Yarn install error: error Couldn’t find the binary git

[1/4] Resolving packages…
[2/4] Fetching packages…
error Couldn’t find the binary git

how to resolve this ?

maybe you need to install git

Git is installed …I think it could be because the git repo it’s referring from the yarn.lock file is deprecated …not sure …just thinking …

1 Like

have you tried using npm ?
and which repo ?

Hi,

I experience the same issue. When I run yarn, I get:

1/4] Resolving packages…
[2/4] Fetching packages…
error Couldn’t find the binary git

The repository is https://github.com/ethereum-boilerplate/ethereum-boilerplate.git

Thank you in advance!

I run Visual Studio Code as Administrator and it worked.

yeah thats nice thanks for your help…