directus-extension-searchsync icon indicating copy to clipboard operation
directus-extension-searchsync copied to clipboard

Can't find binary in git

Open keesvanbemmel opened this issue 2 years ago • 3 comments

Hi!

Trying to add this to my project but getting this output:

yarn add dimitrov-adrian/directus-extension-searchsync      
yarn add v1.22.18
[1/4] Resolving packages...
error Couldn't find the binary git

Any thoughts?

keesvanbemmel avatar Jul 06 '22 10:07 keesvanbemmel

I tried with yarn add https://github.com/dimitrov-adrian/directus-extension-searchsync and it seems to works

Using node@16 and [email protected]

dimitrov-adrian avatar Jul 18 '22 09:07 dimitrov-adrian

This package is not published on the npm registry, it gets installed by npm through Git. Try to install Git first.

LeBenLeBen avatar Mar 11 '23 17:03 LeBenLeBen