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ā€¦